0% found this document useful (0 votes)
141 views2 pages

Modbus RTUExtend

The document provides information on configuring an HMI and PLC for Modbus RTU Extend communication, including setting the node numbers and communication parameters on the HMI and PLC, as well as wiring diagrams for RS-232, RS-485 4-wire, and RS-485 2-wire connections between the HMI and PLC. It also lists the available address types for reading and writing bits and registers, noting that type 5x addresses store register data in reverse byte order compared to type 4x addresses.

Uploaded by

rifai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
141 views2 pages

Modbus RTUExtend

The document provides information on configuring an HMI and PLC for Modbus RTU Extend communication, including setting the node numbers and communication parameters on the HMI and PLC, as well as wiring diagrams for RS-232, RS-485 4-wire, and RS-485 2-wire connections between the HMI and PLC. It also lists the available address types for reading and writing bits and registers, noting that type 5x addresses store register data in reverse byte order compared to type 4x addresses.

Uploaded by

rifai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Modbus RTU Extend

Modbus RTU Extend support Extend Addressing mode.

HMI Setting:
PLC type Modbus RTU Extend V3
Com port setting RS232/RS485(4W)/RS485(2W),(refer to PLC)
HMI Node number 0 (no use)
PLC Node number 1 (refer to PLC)
Parameter 2 0 to 1000 Not work for simulation mode
HMI will delay (#+1) millisecond before sending command to
PLC. Some slow PLC have to setting this parameter

PLC Setting:
Communication mode 9600,E, 8, 1(default)

Wiring diagram:
RS232
MT500 PLC[232] Modbus RTU Slave
9P D-SUB Female RS-232
2 TX RD
3 RX SD
5 GND GND

RS485 4W(RS422)
MT500 PLC[RS-485] Modbus RTU Slave
9P D-SUB Male RS-422
1 RX- TX-
2 RX+ TX+
3 TX- RX-
4 TX+ RX+
5 GND GND

RS485 2W
MT500 PLC[RS-485] Modbus RTU Slave
9P D-SUB Male RS-485
1 RX- RX-
2 RX+ RX+
5 GND GND
Device address:
Device
Bit/Word Format Range Memo
Type
B 1x ddd 1-9999 Output bit
B 0x ddd 1-9999 Input bit
B 4x_bit ddd(dd) 100-999915 Output Register bit
W 3x ddd 1-9999 Input Register
W 4x ddd 1-9999 Output Register
W 5x ddd 1-9998

NOTE:
Address type “5x” are mapping to Hold Reg. The communication protocol of 5x almost same as
“4x” except “5x”making double word swap.
For example,
If 4x have following information
Address 1 2 3 4 5 6 ...
Data in word 0x1 0x2 0x3 0x4 0x5 0x6
Data 0x20001 0x40003 0x60005
For 5x,it become
Address 1 2 3 4 5 6 ...
Data in word 0x2 0x1 0x4 0x3 0x6 0x5
Data 0x10002 0x30004 0x50006

You might also like