PDA

View Full Version : Help with lights, please


nystang
05/21/2012, 10:47 AM
Is anything wrong with those statements? I just want to make sure before I put it to the Apex. I want those lights to be ON only between those hours and OFF the remaining time.

Fallback ON
Set OFF
If Time 9:00 to 9:44 Then ON
If Time 19:01 to 20:00 Then ON
Min Time 030:00 Then OFF

aquamanic
05/21/2012, 12:11 PM
Looks perfect assuming your times are what you want.

RussM
05/21/2012, 02:02 PM
If you don't use metal halide lighting, you can remove the Min Time statement.

nystang
05/21/2012, 03:53 PM
Thanks you. I added DoW as well and I think it will work too. So this light will be on additional 1 hour on Sun, Mon and Sat. I rewired my Marineland LEDS so I have independent control over 12k and 453nm diods. Also my Ecoxotic modules have independent power supplies so I had to tweak the programming. Thank you for your help.

Fallback ON
Set OFF
If Time 20:00 to 21:00 Then ON
If DoW --TWTF- Then OFF
If Time 09:00 to 09:44 Then ON
If Time 19:01 to 20:00 Then ON