ST_TcPfw_TempCtrlInput
This structure contains the input data of a zone for the I/O link.
Notice | |
The link established with the SystemManager to the I/O terminal variables must match the type set in aaaPfwTempMparamFromHmi[..].TempSensTerm. |
Syntax
TYPE ST_TcPfw_TempCtrlInput :
(* last modification: 11.01.2008 *)
STRUCT
(*
==========================================
temperature zone input data
see cnv_TempCtrlInput_TcPfw for format definition
==========================================
*)
KL_SnsData : INT;
EL_SnsData : INT;
EL_SnsState : UINT;
KL_SnsState : USINT;
EL_SnsUnderrun : BOOL;
EL_SnsOverrun : BOOL;
EL_SnsError : BOOL;
EL_SnsWcState : BOOL;
EL_AdsAddr : ST_TcPfw_AdsAddr;
END_STRUCT
END_TYPE
Parameter
Name | Type | Description |
---|---|---|
KL_SnsData | INT | When using a terminal from the KL331x type family, the "Data On" process value must be linked here. This connection is used to determine the actual temperature and for register communication. |
EL_SnsData | INT | When using a terminal from the EL331x type family, the "State" process value must be linked here. This connection is used to determine the actual temperature. |
EL_SnsState | UINT | When using a terminal from the EL331x type family, the "State" process value must be linked here. This connection is used for monitoring the terminal operating state. |
KL_SnsState | USINT | When using a terminal from the KL331x type family, the "State" process value must be linked here. This connection is used for diagnostics and for register communication. |
EL_SnsUnderrun | BOOL | When using a terminal from the EL331x type family, the "Underrange" signal must be linked here. This connection is used for diagnostics. |
EL_SnsOverrun | BOOL | When using a terminal from the EL331x type family, the "Overrange" signal must be linked here. This connection is used for diagnostics. |
EL_SnsError | BOOL | When using a terminal from the EL331x type family, the "Error" signal must be linked here. This connection is used for diagnostics. |
EL_SnsWcState | BOOL | When using a terminal from the EL331x type family, the "WcState" process value must be linked here. This connection is used for connection monitoring. |
EL_AdsAddr | ST_TcPfw_AdsAddr | When using a terminal from the EL331x type family, the "AdsAddr" process value must be linked here. This connection is used for CoE communication. |