The following example illustrates the results when defining holidays using the TOD Calendar.
The TOD calendar has the following entries:
03-May-1994 | Holiday |
08-Sept-1994 | Holiday |
The program contains the following PPCL TOD commands:
100 TODMOD(1,1,1,1,1,1,1)
110 TOD(1,1,18:00,07:00,LITE1)
120 TOD(1,1,18:00,19:00,FAN1)
130 TOD(16,1,17:00,10:30,LITE1)
Based on this schedule, the following will occur:
- Every day except May 3 or September 8, LITE1 will go ON at 18:00 and turn OFF at 07:00, and FAN1 will go ON at 18:00 and turn OFF at 19:00.
- On May 3 and September 8, LITE1 will go ON at 17:00 and turn OFF at 10:30, while FAN1 will not be commanded.