E_ALY_TimerMode

{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_ALY_TimerMode :
(
    NotInitialized := 0, (* Not initialized *)
    TON := 1,            (* Switch-on delay *)
    TOF := 2,            (* Switch-off delay *)
    TP := 3              (* Pulse *)
) := NotInitialized;
END_TYPE