Contacts us : email :
, Ph: 080-23481364
Modbus ASCII Mode:
If the Communication mode (C-nod), under setup is “n-ASC” then the below protocol will receive
based on request. All the parameters in the protocols should be in hex format.
The Modbus ASCII mode having the same address of Modbus RTU.
FOR READ OPERATION:
For ASCII mode read operation protocol, the example format is given below,
Request: Eg -
Request for Maximum Capacity: 010300030001F8
Start Char
Device
Id
Read
Command
Address
No. of
Registers
LRC
Stop Char
1 Byte
(:)
1 Byte
(01)
1 Byte
(03)
2 Bytes
(0003)
2 Bytes
(0001)
1 Byte
(F8)
1 Byte
(CRLF)
Response:
Start Char
Device
Id
Read
Command
No. of Bytes to
send
Data
LRC
Stop Char
1 Byte
(:)
1 Byte
(01)
1 Byte
(03)
1 Byte
(04)
2 Bytes
(07d0)
1 Byte
(e3)
1 Byte
(CRLF)
FOR WRITE OPERATION:
For ASCII mode write operation protocol, the example format is given below,
Request:
Start Char
Device
Id
Read
Command
Address
Data
LRC
Stop Char
1 Byte
(:)
1 Byte
(01)
1 Byte
(06)
2 Byte
(0064)
2 Bytes
(0000)
1 Byte
(95)
1 Byte
(CRLF)
Response:
If the write operation is successfully done then the response will be same as that of request.
Modbus RTU Mode:
If the Communication mode (C-nod), under setup is “n-rtu” then the below protocol will receive
based on request. All the parameters in the protocols should be in hex format.
Baud rate is
settable under setup.
Read operation can be performed for all address values and Write operation can be done only
for2,3,5,100,101,102,103,104,105,106,107,108,109,200,201,202,203,204,205,206,207,300,301.
Default the offset value is 00000.
In
menu
toselect
485 setup menu ->
to change the
offset value.
The offset value 40000 means 40000 is Max Capacity address for read operation,
40000 is Max Capacity address for write operation.