PRON NA60-MB0
Version 3.50
PRON NA60-MB0 Remote Setting Manual
Page: 7 of 59
2.1.2 BYTE
Description:
Signed variable with 1 byte (8 bit) of information. Range: -128 +127
Relationship with Modbus:
A BYTE data type is always placed in the Least Significant Byte (LSB) of a Modbus Register (DIM=1).
B 00 B
Byte
Modbus
Register
Example:
relationship between the data BYTE whose value is 13 (0x0D) and its Modbus representation:
0D 00 0D
Byte
Modbus
Register
2.1.3 UBYTE
Description:
Unsigned variable with 1 byte (8 bit) of information. Range: 0 +255
Relationship with Modbus:
A BYTE data type is always placed in the Least Significant Byte (LSB) of a Modbus Register (DIM=1).
B 00 B
UByte
Modbus
Register
Example:
relationship between the data BYTE whose value is 13 (0x0D) and its Modbus representation:
0D 00 0D
Byte
Modbus
Register