ST_BA_SchedulerWeeklyChannel

Structure for entering time switch entries.

TYPE ST_BA_SchedulerWeeklyChannel:
STRUCT
  udiOn_hh        : UDINT(0..23);
  udiOn_mm        : UDINT(0..59);
  udiOn_ss        : UDINT(0..59);
  udiOff_hh       : UDINT(0..23);
  udiOff_mm       : UDINT(0..59);
  udiOff_ss       : UDINT(0..59);
  bAllActive      : BOOL;
  bEn             : BOOL;
  bMonday         : BOOL;
  bTuesday        : BOOL;
  bWednesday      : BOOL;
  bThursday       : BOOL;
  bFriday         : BOOL;
  bSaturday       : BOOL;
  bSunday         : BOOL;
  bResetAfterOn   : BOOL;
  bQ              : BOOL;
END_STRUCT
END_TYPE

udiOn_hh: Switch-on point for hour.

udiOn_mm: Switch-on point for minute.

udiOn_ss: Switch-on point for second.

udiOff_hh: Switch-off point for hour.

udiOff_mm: Switch-off point for minute.

udiOff_ss: Switch-off point for second.

bAllActive: Activation of the timer condition for all weekdays.

bEn: TRUE -> Enable channel, FALSE -> bQ = FALSE.

bMonday: Switch-on point for Monday.

bTuesday: Switch-on point for Tuesday.

bWednesday: Switch-on point for Wednesday.

bThursday: Switch-on point for Thursday.

bFriday: Switch on point for Friday.

bSaturday: Switch-on point for Saturday.

bSunday: Switch-on point for Sunday.

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