E_LON_unit_temp_t
Used by: SNVT_pump_sensor
TYPE E_LON_unit_temp_t :
(
eLON_TEMP_NUL := -1,
eLON_TEMP_INACTIVE := 0,
eLON_TEMP_AT_DESIRED := 1,
eLON_TEMP_TOO_HOT := 2,
eLON_TEMP_TOO_COLD := 3
)
END_TYPE
eLON_TEMP_NUL: The status of the apparatus or unit is unknown, or not applicable (Invalid Value).
eLON_TEMP_INACTIVE: The temperature-sensing apparatus is present, but not currently operating.
eLON_TEMP_AT_DESIRED: The unit temperature is within the desired range.
eLON_TEMP_TOO_HOT: The unit temperature is above the upper limit of the desired range.
eLON_TEMP_TOO_COLD: The unit temperature is below the lower limit of the desired range.
Requirements
Development Environment | TwinCAT 3 PLC library to be integrated |
---|---|
TwinCAT from v3.1.4020.14 | Tc2_LON from 3.3.4.0 |