Safety
information
Product
information
Mechanical
installation
Electrical
installation
Getting
started
Basic
parameters
Running the
motor
Optimization
NV Media Card
Operation
Building
Automation
Advanced
parameters
Technical
data
Diagnostics
UL listing
information
HVAC Drive H300 177
Issue Number: 3
The following function codes are supported:
FC03 Read multiple
Read a contiguous array of registers. The slave imposes an upper limit on the number of registers, which can be read. If this is exceeded the slave
will issue an exception code 2.
Table 10-9 Master request
Table 10-10 Slave response
FC06 Write single register
Writes a value to a single 16 bit register. The normal response is an echo of the request, returned after the register contents have been written. The
register address can correspond to a 32 bit parameter but only 16 bits of data can be sent.
Table 10-11 Master request
Table 10-12 Slave response
FC16 Write multiple
Writes a contiguous array of registers. The slave imposes an upper limit on the number of registers which can be written. If this is exceeded the slave
will discard the request and the master will time out.
Code Description
3 Read multiple 16 bit registers
6 Write single register
16 Write multiple 16 bit registers
23 Read and write multiple 16 bit registers
Byte Description
0 Slave destination node address 1 through 247, 0 is global (broadcast)
1 Function code 0x03
2 Start register address MSB
3 Start register address LSB
4 Number of 16 bit registers MSB
5 Number of 16 bit registers LSB
6 CRC LSB
7 CRC MSB
Byte Description
0 Slave source node address
1 Function code 0x03
2 Length of register data in read block (in bytes)
3 Register data 0 MSB
4 Register data 0 LSB
3+byte count CRC LSB
4+byte count CRC MSB
Byte Description
0 Slave node address 1 through 247, 0 is global (broadcast)
1 Function code 0x06
2 Register address MSB
3 Register address LSB
4 Register data MSB
5 Register data LSB
6 CRC LSB
7 CRC MSB
Byte Description
0 Slave source node address
1 Function code 0x06
2 Register address MSB
3 Register address LSB
4 Register data MSB
5 Register data LSB
6 CRC LSB
7 CRC MSB