PDA

View Full Version : Help programming


Wrench
12/07/2010, 09:08 PM
I have a light mover that I would like to have on at the same time as my frag tank light. Could someone give me an example of what this statement would look like?

kurt_n
12/07/2010, 11:26 PM
I'm not sure I'm understanding the question... the light mover code would be the exact same thing as you have for your frag tank light. Better yet, get a splitter "Y" cord and plug both the frag tank light and light mover into the same single outlet.

RussM
12/08/2010, 06:45 AM
Set OFF
If Outlet FragLight = ON Then LightMover ON

Wrench
12/08/2010, 06:17 PM
Thank you.

Kurt, I wanted it this way so that if I manually turn off the light, the mover stops also.

aquamanic
12/08/2010, 10:01 PM
If Outlet FragLight = ON Then LightMover ON

Russ made a typo. Should be:

If Outlet FragLight = ON Then ON

This would be the program for the outlet called 'LightMover'.

kurt_n
12/08/2010, 11:24 PM
Thank you.

Kurt, I wanted it this way so that if I manually turn off the light, the mover stops also.

Ahhh... didn't think about what happens with the manual on/off option. I understand now. If you run short on outlets, I don't think there's any reason you couldn't plug both the lights and mover in to the same outlet on the EB8 - assuming you stay within the current limitations of the outlet.

RussM
12/09/2010, 06:16 AM
Russ made a typo. Should be:

If Outlet FragLight = ON Then ON

This would be the program for the outlet called 'LightMover'.

I sure did. Thanks Alan.