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 | 0x0000–0x7FFE | Value in range 0–32766 |
32767 | 0x7FFF | Value is 32767 or larger |
32768 | 0x8000 | Value is not available |
32769 | 0x8001 | Value is −32767 or smaller |
32770–65535 | 0x8002–0xFFFF | Value in range −32766 … −1 (2’s complement) |