I need to be able to shut off all my halides for 9 hours if my power goes out for like 5-8 seconds, as my generator will detect the power outage, and automatically turn on, and I need all 11 Halides to not come on and blow the breaker on my Genny..
I figure 9 hours is long enough for the power to restore, or for me to manually intervene
So I have been trying this:
PowerFail
Set OFF
If Power PROP_UP Off 000 Then ON
Min Time 540:00 Then ON
and my Halides look like this
PROP_N_MH_E
Fallback OFF
Set OFF
If Time 12:00 to 16:00 Then ON
If Time 20:30 to 23:59 Then ON
If Outlet PowerFail = ON Then OFF
If Outlet HighTemp = ON Then OFF
If FeedD 000 Then ON
being Powerfail is supposed to turn them off for 9 hours.. but it doesnt work.
I figure 9 hours is long enough for the power to restore, or for me to manually intervene
So I have been trying this:
PowerFail
Set OFF
If Power PROP_UP Off 000 Then ON
Min Time 540:00 Then ON
and my Halides look like this
PROP_N_MH_E
Fallback OFF
Set OFF
If Time 12:00 to 16:00 Then ON
If Time 20:30 to 23:59 Then ON
If Outlet PowerFail = ON Then OFF
If Outlet HighTemp = ON Then OFF
If FeedD 000 Then ON
being Powerfail is supposed to turn them off for 9 hours.. but it doesnt work.