NI1000_TO_INT: INT

NI1000_TO_INT: INT 1:

This function calculates a temperature from the value of an NI1000 resistor.

Connect this function to iMP_Sensor_Analog. As output, you receive an INT variable that represents the temperature with a resolution of 0.01°C (20.5°C, for example, is represented as 2050).

The lowest valid value of 867 ohms corresponds to -25°C. If the value is smaller than this, 16#7FFD is output.

The largest valid value of 1583 ohms corresponds to 95°C. If the value is greater than this, 16#7FFE is output.

VAR_INPUT

MP_Value : WORD; 

MP_Value: Input for an ohmic NI1000 sensor

Requirements

Development environment

required TC3 PLC library

TwinCAT from v3.1.4020.14

Tc2_MPBus from 3.3.5.0