PRON NA60-MB0
Version 3.50
PRON NA60-MB0 Remote Setting Manual
Page: 8 of 59
2.1.4 WORD
Description:
Signed variable with 2 byte (16 bit) of information. Range: -32.768 +32.767
Relationship with Modbus:
A WORD data type is always placed in a Modbus Register (DIM=1) keeping the representation (Big Endian).
B
H
B
L
B
H
B
L
Word
Modbus
Register
Example:
relationship between the data WORD whose value is 3073 (0x0C01) and its Modbus representation:
0C 01 0C 01
Word
Modbus
Register
2.1.5 UWORD
Description:
Unsigned variable with 2 byte (16 bit) of information. Range: 0 +65.535
Relationship with Modbus:
A UWORD data type is always placed in a Modbus Register (DIM=1) keeping the representation (Big Endian).
B
H
B
L
B
H
B
L
UWord
Modbus
Register
Example:
relationship between the data UWORD whose value is 3073 (0x0C01) and its Modbus representation:
0C 01 0C 01
UWord
Modbus
Register