E_TcPfw_TctrlOutSelect
This enumeration defines identifiers for selecting the output signal of a zone of temperature control. These identifiers are used in ST_TcPfw_TempMparamFromHmi_Itf.
Syntax
TYPE E_TcPfw_TctrlOutSelect:
(* last modification: xx.xx.200x *)
(
eTcPfwTcOut_NoSignal,
eTcPfwTcOut_PWM,
eTcPfwTcOut_Sign,
eTcPfwTcOut_2step
);
END_TYPE
Values
Name | Description |
---|---|
eTcPfwTcOut_NoSignal | None of the output signals is selected. |
eTcPfwTcOut_PWM | The PWM signal derived from the PID controller response is selected. |
eTcPfwTcOut_Sign | A switching signal is selected which is derived from the sign of the controller output. |
eTcPfwTcOut_2step | A switching signal is selected that is formed by an on-off controller (Schmitt trigger) from the control deviation. |