ST_HVACCmdCtrl_8State

TYPE ST_HVACCmdCtrl_8State :
STRUCT
     udiSecRT_DelayOn          : UDINT;
     udiSecRT_DelayOff         : UDINT;
     udiStep               : UDINT;
     udiSecRT_MinOn            : ARRAY[0..g_iNumOfCmdCtrl_8] OF UDINT;
     udiSecRT_MinOff           : ARRAY[0..g_iNumOfCmdCtrl_8] OF UDINT;
END_STRUCT
END_TYPE

udiSecRT_DelayOn: The remaining time of the switch-on delay of the current step udiStep is indicated.

udiSecRT_DelayOff: The remaining time of the switch-off delay of the current step udiStep is indicated.

udiStep: Status indicating which step the function block is in.

udiSecRT_MinOn[0.. g_iNumOfCmdCtrl_8 ]: The remaining time of the minimum switch-on duration of the outputs is indicated in the one-dimensional field (Table) udiSecRT_MinOn[0..g_iNumOfCmdCtrl_8] .

udiSecRT_MinOff[0.. g_iNumOfCmdCtrl_8 ]: The remaining time of the minimum switch-off duration of the outputs is indicated in the one-dimensional field (Table) udiSecRT_MinOff[0..g_iNumOfCmdCtrl_8] .