MODBUS communication function
HECR 5-8
5.8 Explanation of function codes
5.8.1 Function code:03H Reading multiple registers
Register data of assigned points from assigned address is read.
◼ Request message <Normal> (Master to Slave)
◼ Response message<Normal> (Slave to Master)
◼ Communication example
1) Slave Address (=Unit number): No.1
2) Read three consecutive data from register 0040H.
(Read internal sensor temperature, external sensor temperature, average temperature.)
Head address of specified register
Quantity of bytes to read
Quantity of register to read
Information of 0040H
(internal sensor temperature)
Information of 0041H
(external sensor temperature)
Information of 0042H
(average temperature=external temperature)
(Request):010300400003B9 [CR][LF]
(Response):01030609E1FC22FC22D0 [CR][LF]
Data is sent and
received in ASCII
code.