If Time > 14:00 Then MH1 ON
If Time > 20:00 Then MH1 OFF
If Temp > 81.4 Then MH1 OFF
Max Change 030 M Then MH1 OFF
This is mine from my old AC Jr. What it is doing is turning on timer MH1 at 2pm and turning it off at 8PM. If temp gets hot it turns it off as well. The Max change holds it in the last state for 30Minutes. That way if the temp gets hot and turns the MH off it wont try to turn right back on.
I would do this code for all your MH's but space the turn on time by a few minutes for example:
If Time > 14:00 Then MH1 ON
If Time > 20:00 Then MH1 OFF
If Temp > 81.4 Then MH1 OFF
Max Change 030 M Then MH1 OFF
If Time > 14:03 Then MH2 ON
If Time > 20:00 Then MH2 OFF
If Temp > 81.4 Then MH2 OFF
Max Change 033 M Then MH2 OFF
If Time > 14:06 Then MH3 ON
If Time > 20:00 Then MH3 OFF
If Temp > 81.4 Then MH3 OFF
Max Change 036 M Then MH3 OFF
This way your lights dont all kick on at once and blow your fuse.
obviously you can change the time to turn your lights on and off to whenever you want it.
Next lets do your T-5
I dont use any fail safes for my T-5's they dont seem to produce enough heat to worry about it. So you just want them on before you MH's and off sometime after. Mine look like this.
If Time > 12:00 Then T5A ON
If Time > 22:00 Then T5A OFF
If Time > 13:00 Then T5B ON
If Time > 21:00 Then T5B OFF
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.