-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathApex_schedule
78 lines (66 loc) · 1.7 KB
/
Apex_schedule
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---------------------------------------
Schedule:
Front Lights: ON: M-F -> 03.30PM - 10:30PM
S&S -> 10.30AM - 05:30PM
Back Lights: ON: M-F -> 03.00PM - 11:00PM
S&S -> 11.00AM - 06:00PM
CO2: ON: M-F -> 03.00PM - 11:00PM
S&S -> 11.00AM - 06:00PM
Heater: ON: If Temp. < 76 or > 77
===========================================================
Physical Outlets
===========================================================
LightFront
Fallback OFF
Set OFF
If Output fl_weekday = ON Then ON
If Output fl_weekend = ON Then ON
If Tmp > 82.0 Then OFF
Min Time 010:00 Then OFF
LightBack
Fallback OFF
Set OFF
If Output bl_weekday = ON Then ON
If Output bl_weekend = ON Then ON
If Tmp > 82.0 Then OFF
Min Time 010:00 Then OFF
CO2
Fallback OFF
Set ON
If Time 09:30 to 20:00 Then OFF
If Output Maintenance = ON Then OFF
If FeedA 015 Then OFF
Heater
Fallback OFF
If Tmp < 77.0 Then ON
If Tmp > 78.0 Then OFF
===========================================================
Virtual Outlets (weekday schedule)
===========================================================
fl_weekday
Set OFF
If Time 15:30 to 22:30 Then ON
If DoW S-----S Then OFF
bl_weekday
Set OFF
If Time 15:00 to 23:00 Then ON
If DoW S-----S Then OFF
co2_weekday
Set OFF
If Time 14:45 to 22:30 Then ON
If DoW S-----S Then OFF
===========================================================
Virtual Outlets (weekend schedule)
===========================================================
fl_weekend
Set OFF
If Time 10:30 to 15:30 Then ON
If DoW -MTWTF- Then OFF
bl_weekend
Set OFF
If Time 10:00 to 18:00 Then ON
If DoW -MTWTF- Then OFF
co2_weekend
Set OFF
If Time 09:45 to 17:30 Then ON
If DoW -MTWTF- Then OFF