UPS2000-(6 kVA-20 kVA)
Modbus Protocol Development Guide
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
1.5.4 Definition and Format of Read Command
1.5.4.1 Read Command Definition
This command can be used to read a single or multiple registers.
1.5.4.2 Read Command Format
1.5.4.2.1 Request Frame Format
Register starting
address
For example, the request frame is 11 03 2A F8 00 01 0F 73.
11 is the slave device address. 03 is the read command. 2AF8 is the register address. 0001 indicates the
number of registers to be read is 1. 0F73 is the CRC checking value.
1.5.4.2.2 Response Frame Format
For example, the response frame is 11 03 02 00 01 B8 47.
11 is the slave device address. 03 is the read command. 02 is the length of data to be read. 0001 indicates
the first register value to be read. B847 is the CRC checking value.
1.5.5 Definition and Format for the Write Single Register
Command
1.5.5.1 Definition for the Write Single Register Command
This command is used to write to a single register.