E_HVACSequenceCtrlMode

The controller is enabled and controlled within the sequence via this ENUM, depending on the system operating modes.

TYPE E_HVACSequenceCtrlMode :
(
    eHVACSequenceCtrlMode_Stop                       := 0,
    eHVACSequenceCtrlMode_On                     := 1,
    eHVACSequenceCtrlMode_NightCooling                   := 2,
    eHVACSequenceCtrlMode_FreezeProtection               := 3,
    eHVACSequenceCtrlMode_OverheatingProtection              := 4,
    eHVACSequenceCtrlMode_NightCoolingAndOverheatingProtection       := 5
);
END_TYPE