This document has only the specific information about the device connection settings and its address syntax.
Refer to the User Guide for more information on the Device Module.
On this page:
Melsec-FX Ethernet communication driver implements communication with Mitsubishi FX Series PLCs using Melsec Q 1E frame. It operates as a Master on TCP/IP networks. The communication blocks are dynamically created according to the pooling cycle defined on the AccessType for each point.
Communication Driver Information | |
---|---|
Driver name | MelsecFX_Ethernet |
Assembly Name | T.ProtocolDriver.MelsecFX_Ethernet |
Assembly Version | 1.1 |
Available for Linux | False |
Devices supported | Mitsubishi FX Series PLCs and compatibles (MelsecQ 1E Frame) |
Manufacturer | Mitsubishi |
Protocol | Melsec Q 1E frame |
Interface | TCP/IP |
Multi-threading | User defined |
Max number of nodes | User defined |
PC Requirements | Ethernet port |
Operand | Read | Write | Data Type | Address size |
---|---|---|---|---|
D – Data Registers | Yes | Yes | Short | 2 bytes |
SD – Special Data Registers | Yes | Yes | Short | 2 bytes |
S – States | Yes | Yes | Bit | 1 bit |
TR – Timer Reset | Yes | Yes | Short | 2 bytes |
TS – Timer Contacts | Yes | Yes | Bit | 1 bit |
T – Timer Value | Yes | Yes | Short | 2 bytes |
TO – Timer Output | Yes | Yes | Bit | 1 bit |
CR – Counter Reset | Yes | Yes | Short | 2 bytes |
CS – Counter Contacts | Yes | Yes | Bit | 1 bit |
CO – Counter Output | Yes | Yes | Bit | 1 bit |
C16 – Counter Value | Yes | Yes | Short | 2 bytes |
C32 – Counter Value | Yes | Yes | Short | 4 bytes |
X – Input Relay | Yes | Yes | Bit | 1 bit |
Y – Output Relay | Yes | Yes | Bit | 1 bit |
M – Auxiliary Relay | Yes | Yes | Bit | 1 bit |
SM – Special Auxiliary Relay | Yes | Yes | Bit | 1 bit |
TCP/IP:
TCP/IP:
Where :
E.g.: 192.168.1.1 ; 5551
The syntax for the MelsecFX_Ethernet communication points is: <Operand> <Address>
Where :
Operand |
---|
D – Data Registers |
SD – Special Data Registers |
S – States |
TR – Timer Reset |
TS – Timer Contacts |
T – Timer Value |
TO – Timer Output |
CR – Counter Reset |
CS – Counter Contacts |
CO – Counter Output |
C16 – Counter Value |
C32 – Counter Value |
X – Input Relay |
Y – Output Relay |
M – Auxiliary Relay |
SM – Special Auxiliary Relay |
The status of the driver execution can be observed through the platform built-in diagnostic tools. Refer to the Using Diagnostic Tools topic in Devices Communication page.
MelsecFX_Ethernet Driver Revision History | |
---|---|
Version | Notes |
1.1 | Initial release on new documentation standards |