format
Advanced parameter
descriptions
Serial
comms
MODBUS registers (in 'big endian'). The master must also set the
correct 'number of 16bit registers'.
Example, read #20.21 through #20.24 as 32bit parameters using FC03
from node 8:
The slave will allow writing a 32 bit value to a 16 bit parameter as long as
the 32 bit value is within the normal range of the 16 bit parameter.
The slave will allow a 16 bit write to a 32 bit parameter. The slave will
sign extend the written value, therefore, the effective range of this type of
write will be ±32767.
Examples, if #1.28 has a range of ±100000, and #1.29 has a range of
±10000.
selected
The slave will send the least significant word of a 32 bit parameter if that
parameter is read as part of a 16 bit access.
The slave will sign extend the least significant word if a 16 bit parameter
is accessed as a 32 bit parameter. The number of 16 bit registers must
be even during a 32 bit access.
Example, If #1.28 is a 32 bit parameter with a value of 0x12345678,
#1.29 is a signed 16 bit parameter with a value of 0xABCD, and #1.30 is
a signed 16 bit parameter with a value of 0x0123.
The slave will respond with an exception response if an error is detected
Read
Start