E_TcPfw_TempSensType
This enumeration defines identifiers for the supported types of temperature sensors. These identifiers are used in ST_TcPfw_TempMparamFromHmi_Itf.
Syntax
TYPE E_TcPfw_TempSensType:
(* last modification: 17.02.2011 *)
(
eTcPfwTempSensT_NoSensor,
eTcPfwTempSensT_TC_B,
eTcPfwTempSensT_TC_E,
eTcPfwTempSensT_TC_J,
eTcPfwTempSensT_TC_K,
eTcPfwTempSensT_TC_L,
eTcPfwTempSensT_TC_N,
eTcPfwTempSensT_TC_R,
eTcPfwTempSensT_TC_S,
eTcPfwTempSensT_TC_T,
eTcPfwTempSensT_TC_U,
eTcPfwTempSensT_PT_100:=100,
eTcPfwTempSensT_NI_100,
eTcPfwTempSensT_NI_120,
eTcPfwTempSensT_PT_200,
eTcPfwTempSensT_PT_500,
eTcPfwTempSensT_PT_1000,
eTcPfwTempSensT_NI_1000,
eTcPfwTempsT_Customized:=10000
);
END_TYPE
Values
Name | Description |
---|---|
eTcPfwTempSensT_NoSensor | This identifier appears in the configuration of unused temperature controller zones. |
eTcPfwTempSensT_TC_B | Type B sensor: 600 °C to 1800 °C |
eTcPfwTempSensT_TC_E | Type B sensor: -100 °C to 1000 °C |
eTcPfwTempSensT_TC_J | Type B sensor: -100 °C to 1200 °C |
eTcPfwTempSensT_TC_K | Type B sensor: -100 °C to 1370 °C |
eTcPfwTempSensT_TC_L | Type B sensor: -25 °C to 900 °C |
eTcPfwTempSensT_TC_N | Type B sensor: -100 °C to 1300 °C |
eTcPfwTempSensT_TC_R | Type B sensor: 0 °C to 1700 °C |
eTcPfwTempSensT_TC_S | Type B sensor: 0 °C to 1700 °C |
eTcPfwTempSensT_TC_T | Type B sensor: -100 °C to 400 °C |
eTcPfwTempSensT_TC_U | Type B sensor: -25 °C to 600 °C |
eTcPfwTempSensT_PT_100 | PT100 sensor: -200 °C to 850 °C |
eTcPfwTempSensT_NI_100 | NI100 sensor: -60 °C to 250 °C. |
eTcPfwTempSensT_NI_120 | NI120 sensor: -60 °C to 320 °C. |
eTcPfwTempSensT_PT_200 | PT200 sensor: -200 °C to 850 °C |
eTcPfwTempSensT_PT_500 | PT500 sensor: -200 °C to 850 °C |
eTcPfwTempSensT_PT_1000 | PT1000 sensor: -200 °C to 850 °C |
eTcPfwTempSensT_NI_1000 | NI1000 sensor: -60 °C to 250 °C |
eTcPfwTempsT_Customized | These and all higher numerical values mark application-specific temperature sensors. |