ST_BA_CalenderChannel
Structure for entering calendar entries.
TYPE ST_BA_CalendarChannel:
STRUCT
udiOn_Day : UDINT(1..31);
udiOn_Month : UDINT(1..12);
udiOn_hh : UDINT(0..23);
udiOn_mm : UDINT(0..59);
udiOff_Day : UDINT(1..31);
udiOff_Month : UDINT(1..12);
udiOff_hh : UDINT(0..23);
udiOff_mm : UDINT(0..59);
bEn : BOOL;
bResetAfterOn : BOOL;
bQ : BOOL;
END_STRUCT
END_TYPE
udiOn_Day: Switch-on point for day.
udiOn_Month: Switch-on point for month.
udiOn_hh: Switch-on point for hour.
udiOn_mm: Switch-on point for minute.
udiOff_Day: Switch-off point for day.
udiOff_Month: Switch-off point for month.
udiOff_hh: Switch-off point for hour.
udiOff_mm: Switch-off point for minute.
bEn: TRUE -> Enable channel, FALSE -> bQ = FALSE
bResetAfterOn: One-time and non-recurring switching-on.
bQ: Channel status output.
Requirements
Development environment | Required PLC library |
---|---|
TwinCAT from v3.1.4024.7 | Tc3_BA from v1.1.6.0 |