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:


Summary

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


Supported Operands

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


Channels Configuration

Protocol Options

  • Maximum size of blocks: Defines the maximum of addresses in a read block.

 Settings

TCP/IP:

  • NodeConnections: Defines the maximum number of parallel requests that will be sent to each node (asynchronous communication)

Nodes Configuration

Station Configuration

TCP/IP:

  • Station syntax: <IP address> ; <Port number>

Where :

  • <IP address>: IP address of the slave device in the modbus network
  • <Port number>: TCP port where the slave device is listening (default is 5551)

E.g.: 192.168.1.1 ; 5551


Points Configuration

The syntax for the MelsecFX_Ethernet communication points is: <Operand> <Address>

Where :

  • <Operand>: Represents the Device Memory :
  • <Address>: Address number

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


Troubleshoot

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.


Driver Revision History

MelsecFX_Ethernet Driver Revision History

Version 

Notes

1.1

Initial release on new documentation standards

  • No labels