菜单
本页目录

Mitsubishi A3COverTcp protocol

1. Simple Connector Pager

Scen4.png Click the plus sign next to the Channel List, add a MQTT protocol. Scen5.png

2. Add a PLC connection under the channel

After adding a channel with the A3COverTcp protocol, click the plus sign to the right of the channel name to add a PLC connection under it. 标准en1.png 标准en2.png

  • Equipment Instance: Select the equipment instance under this channel.

After selecting the equipment instance, you need to fill in the PLC settings. MI2en2.png

FieldDescription
IP AddressThe IP address of the PLC.
PortThe IP port number of the PLC.
Connection TimeoutIf the connection time between Simple Connector and the Mitsubishi PLC exceeds this set duration, it will be considered a connection failure.
Receive TimeoutIf Simple Connector exceeds this set time when receiving data from the Mitsubishi PLC, it is considered a reception failure.
Sleep TimeIf there is no data interaction between Simple Connector and the Mitsubishi PLC beyond this set time, it will enter sleep mode.
Station NumberStation Number required by FxLinksOverTcp
Sum CheckChecksum required by FxLinksOverTcp
Message FormatMessage format required by FxLinksOverTcp

3. After adding, you can see the added PLC connection under this channel.

标准设备列表en.png

4. Add tags for the PLC.

Select the PLC connection, and click "Add Tag" on the right. 标准添加标签en.png oupuaen2.png

FieldDescription
Tag NameThe name of the tag.
AddressThe address of the PLC data tag.
Data TypeThe data type of the PLC data tag.
Scan IntervalThe time interval to scan the PLC tag. It is applicable when there is a need to subscribe the tag, and this will be the minimum interval to detect the tag value change.
Read/Write ModeSelect whether the PLC data tag is read-only or read-write.

If the selected data type is String, you need to fill in the following additional information. omlften2.png

FieldDescription
String LengthThe length of the string for the String type, can be filled with an integer value from 1 to 254.
String EncodingThe character encoding for the String type

5. Connectivity Testing

After adding device tags, we can test the tags to see if they can connect to the PLC.
连测en1.png

An access status of "Success" indicates that it can connect to the PLC, meaning the tag is functioning correctly.
If it shows "Failure", this means the PLC tag cannot be read, there is a connection issue. ) 连测en2.png

Click "Write" to perform a write test (only tags with a read/write mode set to "Read/Write" can be used for write testing).
连测en3.png 连测en4.png

After filling in the data value and submitting, a "Write successful" message will be displayed upon successful writing.
连测en5.png