LF: Schedule

Use this function to control operations based on specified time criteria.

When you place a Schedule function in the Ladder, you link it to a Schedule Struct.

When the program runs, the values in the linked Schedule struct are compared with the current RTC values. If the current time and date are within the ranges in the schedule, power flows through the function. Schedule is located under RTC.

The Schedule Struct:

Practical Example:

Weekly Action - To perform an action every Monday at 3PM for 30 minutes:

Note that you can use the HMI widget Schedule to enter time values into the struct.

Related Topics

HE: Schedule

Setting the RTC