Tiny Modbus/TCP to RTU/ASCII Gateway
Copyright © 2020 ICP DAS CO., Ltd. All Rights Reserved. - 94 -
03(0x03) Read the Holding Registers (Readback AOs)
This function code is used to readback either the current values in the holding registers or the
analog output value.
[Request]
Refer to the Modbus address depends on your
slave device for more details.
Byte 02 = high byte
Byte 03 = low byte
Number of 16-bit Registers
(Channels)
Word Count
Byte 04 = high byte
Byte 05 = low byte
[Response]
Byte Count of the Response
(n=Points x 2 Bytes)
Register Values
n= 2; Byte 03 = high byte
Byte 04 = low byte
.......
n= m; Byte 03 = high byte
Byte 04 = low byte
.......
Byte m+1 = high byte
Byte m+2 = low byte
[Error Response]
Refer to the Modbus Standard Specifications for
more details