Some 16-bit integer values in the data registers are scaled to include the necessary decimals. The scaling factors for those values are shown in the register tables.
Value (decimal) | Value (hexadecimal) | Description |
---|---|---|
0 … 32766 | 0000hex … 7FFEhex | Value in range 0 … 32766 |
32767 | 7FFFhex | Value is 32767 or larger |
32768 | 8000hex | Value is not available |
32769 | 8001hex | Value is −32767 or smaller |
32770 … 65535 | 8002hex … FFFFhex | Value in range −32766 … −1 (2’s complement) |