MODBUS communication function
HECR 5-6
The communication example is expressed in hexadecimal value with
[ ]. The actual communication is performed in ASCII code. Refer to the
request / response message in this section.
5.5.2 Message example
The example shows communication with the conditions below.
1) Slave Address (=Unit number):No.1
2) Read a data from register 0040H.
(Read Internal sensor temperature.)
◼ Communication example
Head address of specified register
Quantity of bytes to read
Quantity of register to read
Information of 0040H
(circulating fluid discharge temperature: 23.81
o
C)
◼ Request message (Master to Slave)
◼ Response message (Slave to Master)
(Request): 010300400001BB [CR][LF]
(Response): 010302094DA4 [CR][LF]
Data is sent and
received in ASCII
code.