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.
MelsecFX 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 |
Assembly Name | T.ProtocolDriver.MelsecFX |
Assembly Version | 1.0 |
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 register | Yes | Yes | Short | 2 bytes |
W - Link register | Yes | Yes | Short | 2 bytes |
R - File register | Yes | Yes | Short | 2 bytes |
TN – Timer Current value | Yes | Yes | Short | 2 bytes |
TS – Timer Contact | Yes | Yes | Bit | 1 bit |
TC – Timer Coil | Yes | Yes | Bit | 1 bit |
CN – Counter Current value | Yes | Yes | Short | 2 bytes |
CS – Counter Contact | Yes | Yes | Bit | 1 bit |
CC – Counter Coil | Yes | Yes | Bit | 1 bit |
X - Input relay | Yes | Yes | Bit | 1 bit |
Y - Output relay | Yes | Yes | Bit | 1 bit |
M - Internal relay | Yes | Yes | Bit | 1 bit |
B - Link relay | Yes | Yes | Bit | 1 bit |
F - Annunciator | Yes | Yes | Bit | 1 bit |
TCP/IP:
TCP/IP:
Where :
E.g.: 192.168.1.1 ; 5551
The syntax for the MelsecFX communication points is: <Operand> <Address>
Where :
Operand |
---|
D - Data register |
W - Link register |
R - File register |
TN – Timer Current value |
TS – Timer Contact |
TC – Timer Coil |
CN – Counter Current value |
CS – Counter Contact |
CC – Counter Coil |
X - Input relay |
Y - Output relay |
M - Internal relay |
B - Link relay |
F - Annunciator |
MelsecFX Revision History | |
---|---|
Version | Notes |
1.0 | Initial release on new documentation standards. |