- DEVICE DRIVER MITSUBISHI This highly configurable device driver for CNCnetPDM enables you to acquire and output all items that can be read from Mitsubishi CNC controllers on machines other than from Citizen or Mazak. Here you can find a list of sections with all possible items that you can use with the driver: Sections.
- A library of over 250,000 device drivers, firmware, BIOS and utilities for Windows.
Garmin Support Center is where you will find answers to frequently asked questions and resources to help with all of your Garmin products. 1) Follow steps 1-3 of 'Check the software driver installation' above. 2) Right-click on the 'Prolific USB to Serial Port', then click Properties. 3) Click on the 'Port Settings' tab. Click the 'Advanced' button. 4) In the 'COM Port Number' drop-down select the desired port number. For example if the software requires COM2, select COM2.
Help ContentsIntroduction
To communicate with Fernhill SCADA, the FX PLC Device will require a communication module. The communication module needs to support the Computer Link protocol.
These communication modules are known to support the Computer Link protocol, and will work with Fernhill SCADA:
PLC Range | RS-232 Module(s) | RS-422/485 Module(s) |
---|---|---|
FX | FX-232ADP | FX-485ADP |
FX0N | FX0N-232ADP | FX0N-485ADP |
FX1N | FX1N-232-BD | FX1N-485-BD |
FX1S | FX1N-232-BD | FX1N-485-BD |
FX2N | FX2N-232-BD, FX2NC-232ADP | FX2N-485-BD, FX2NC-485ADP |
FX3G | FX3G-232-BD, FX3U-232ADP | FX3G-485-BD, FX3U-485ADP |
FX3S | FX3G-232-BD, FX3U-232ADP | FX3G-485-BD, FX3U-485ADP |
FX3U | FX3U-232-BD, FX3U-232ADP | FX3U-485-BD, FX3U-485ADP |
The rest of this article uses the name FX Serial Module to refer to any of the above modules.
Connection Cables
RS-232 Connection
These modules support RS-232 communications:
- FX-232ADP
- FX0N-232ADP
- FX1N-232-BD
- FX2N-232-BD
- FX2NC-232ADP
- FX3G-232-BD
- FX3U-232-BD
- FX3U-232ADP
The serial port on a PC is usually a 9 pin D-subminiature connector. To connect one of these modules to a PC, a connection cable with this wiring is required:
FX RS-232 | PC | ||
---|---|---|---|
RXD | 2 | 3 | TXD |
TXD | 3 | 2 | RXD |
DTR | 4 | 6 | DSR |
GND | 5 | 5 | GND |
DSR + DCD | 6 + 1 | 4 | DTR |
Note: All other pins not shown in the above diagram have no connection.
RS-422 Connections
These modules support RS-422 communications:
- FX-485ADP
- FX0N-485ADP
- FX1N-485-BD
- FX2N-485-BD
- FX2NC-485ADP
- FX3U-485-BD
- FX3U-485ADP
Use this table to select the appropriate wiring between the screw terminals on the module and common RS-422 adapters:
Mitsubishi Melsec | ||||
---|---|---|---|---|
RDA | RDB | SDA | SDB | |
Advantech ADAM-4520 | TX+ | TX- | RX+ | RX- |
StarTech IC485S IC485SGB IC485SEU | 1 (TX-) | 2 (TX+) | 4 (RX-) | 3 (RX+) |
For more information about connecting a PLC Device to a computer using an RS-422 link, see RS-422 Communication with PLC Devices.
Configuring Serial Communications
Setting up a serial communication link can be difficult because of the wide variety of communication options. For example:
- Baud Rate
- Frame Format
- Protocol
For Fernhill SCADA to communicate with an FX Serial Module, both need use the same communication options. There are a two main ways to achieve this:
- The easiest way is to use the Mitsubishi Melsec Serial Autodetect Wizard. Using the options you select, the wizard will try different settings to work out the correct Fernhill SCADA configuration.
- Manually configure Fernhill SCADA and the FX Serial Module to use the same communication options.
Manual Configuration
The FX Serial Module can be configured using one of two methods:
- Using PLC code to write specific values to registers, or
- Through project parameters in GX Developer
Note: Not all PLC ranges support configuration through parameters
Fernhill SCADA is configured using properties of the Channel and PLC tags:
- The Mode and CommFormat properties on the Mitsubishi Melsec serial channel.
- The StationNumber property on the Mitsubishi Melsec PLC Tag.
Using PLC Code to Setup FX Serial Modules
A typical PLC program to setup an FX serial module is:
Note: The above program configures channel 1 to use the Computer Link protocol. The serial format is 9600 Baud, 7 data bits, 1 stop bit and Odd parity. The station address is 0 (zero).
These registers store the configuration parameters for the FX Serial Modules:
Parameter | Channel 1 | Channel 2 |
---|---|---|
Protocol and format | D8120 | D8420 |
Station address | D8121 | D8421 |
Timeout | D8129 | D8429 |
Some FX PLC types only support one serial port (Channel 1).
Example values for register D8120 or D8420 and the corresponding configuration in Fernhill SCADA:
Fernhill SCADA Mode String | D8120 or D8420 |
---|---|
Baud=9600 Parity=O Stop=1 Data=7 | H6882 |
Baud=9600 Parity=E Stop=1 Data=7 | H6886 |
Baud=9600 Parity=E Stop=1 Data=8 | H6887 |
Baud=9600 Parity=E Stop=2 Data=8 | H688F |
Baud=19200 Parity=O Stop=1 Data=7 | H6892 |
Baud=2400 Parity=O Stop=1 Data=7 | H6862 |
Further Information
For how to automatically configure Fernhill SCADA to communicate with a Mitsubishi serial communication module.
For information about Mitsubishi Melsec serial channel configuration.
Mitsubishi Port Devices Driver Device
For information about Mitsubishi Melsec device configuration.
For background information on serial communications.
For information about the Mitsubishi Melsec Driver.
For the meaning of terms used in Fernhill SCADA.
Fernhill SCADA Version 3.66. Copyright © 2012-2021 Fernhill Software Ltd: All rights reserved.