Presentation, index 0x8000:02 / 0x8010:02

In the delivery state, the measured value is output in increments of 1/10 °C in two's complement format (signed integer).
The complete measuring range is output for each resistance sensor. Index 0x8000:02 and 0x8010:02 offers the possibility to change the method of representation of the measured value.

Measured value

Output (hexadecimal)

Output (signed integer, decimal)

-250.0 °C

0xF63C

-2500

-200.0 °C

0xF830

-2000

-100.0 °C

0xFC18

-1000

-0.1 °C

0xFFFF

-1

-0.0 °C

0x0000

0

-0.1 °C

0x0001

1

100.0 °C

0x03E8

1000

200.0 °C

0x07D0

2000

500.0 °C

0x1388

5000

850.0 °C

0x2134

8500

Presentation, index 0x8000:02 / 0x8010:02 1:

Presentation

  • Signed Integer:
    The measured value is represented in two's complement
  • Absolute value with MSB as sign:
    The measured value is output in signed amount representation.
  • High resolution (1/100 °C):
    The measured value is output in 1/100 °C steps.
    The maximum measuring range is thus limited to 32767dec * (1/100)°C = 327.67 °C, but can be extended by user scaling!