Modbus Hexadecimal Address (Master) - RTU / ASCII Mode Delta A. HMI Factory Settings

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Appendix B Communication|ScrEdit Software User Manual

Modbus Hexadecimal Address (Master) --- RTU / ASCII mode DELTA

A. HMI factory settings

Baud rate: 9600, 7, EVEN, 1. (ASCII)

9600, 8, EVEN, 1. (RTU)

Controller station number: 0.

Control area/state area: RW-0 / RW-10.

NOTE

1) The valid communication address starts from 0 and the format is hexadecimal system. So the settable
range are 0 to 65535 (i.e. 0 ~ FFFF in hexadecimal format).

2) The difference than “Standard Modbus” communication: (Protocol is the same)

The usage of setting communication address is different.

The range of communication address is different

The “Standard Modbus” communication is in decimal format. The start addresses are 40001, 30001, 1,
10001 and contains 10000 addresses respectively (40001 ~ 50000, 30001 ~ 40000, 1 ~ 10000, 10001 ~
20000).

The Modbus Hexadecimal Address (Master) is in hexadecimal format. The starting addresses are all
from 0 and there is 65536 addressing space (from 0 to FFFF) in each PDU (protocol data unit).

B. Definition of controller Read/Write address

Registers

Read/Write Range
Register Type Format Data length
Word No. Bit No.
Output Registers RW-n n: 0 ~ FFFF N/A Word
Input Registers R-n n: 0 ~ FFFF N/A Word

¾ RW- : can Read and Write.

Converting the address to decimal format and plus 40001, it will immediately become the corresponding
“Standard Modbus” communication address.

¾ R- (Input Registers) : Read only.

Converting the address to decimal format and plus 30001, it will immediately become the corresponding
“Standard Modbus” communication address.

Contacts

B-72 Revision 05/30/2006, EH00


Appendix B Communication|ScrEdit Software User Manual

Read/Write Range
Contact type Format
Word No. Bit No.
Discrete Outputs RWB-n N/A n: 0 ~ FFFF
Discrete Inputs RB-n N/A n: 0 ~ FFFF

¾ RWB- : can Read and Write.

Converting the address to decimal format and plus 1, it will immediately become the corresponding
“Standard Modbus” communication address.

¾ RB- (Discrete Inputs) : Read only.

Converting the address to decimal format and plus 10001, it will immediately become the corresponding
“Standard Modbus” communication address.

NOTE

1) Only first 10000 addresses can be converted to ”Standard Modbus” communication address.

Revision 05/30/2006, EH00 B-73

You might also like