PDA

View Full Version : ACIII Pro Fuge Light code


Susied
04/24/2006, 06:30 PM
Hi,

Could someone give me a program statement for a reverse daylight refugium light please?

the opposite of
If Sun 000/-000 Then LT1 ON

Many thanks,

laurentm
04/24/2006, 07:46 PM
<a href=showthread.php?s=&postid=7239341#post7239341 target=_blank>Originally posted</a> by Susied
Hi,

Could someone give me a program statement for a reverse daylight refugium light please?

the opposite of
If Sun 000/-000 Then LT1 ON

Many thanks,

If Time > 00:00 Then FUG OFF
If Timer LT1 = OFF Then FUG ON

clp
04/25/2006, 12:20 PM
I can do that in 1 line of code: :-)

If Sun 000/000 Then FUG OFF

Curt

HotHotHot
04/25/2006, 12:46 PM
<a href=showthread.php?s=&postid=7244255#post7244255 target=_blank>Originally posted</a> by clp
I can do that in 1 line of code: :-)

If Sun 000/000 Then FUG OFF

Curt

So you don't need to explicitly turn it on?

Ed

laurentm
04/25/2006, 12:51 PM
<a href=showthread.php?s=&postid=7244255#post7244255 target=_blank>Originally posted</a> by clp
I can do that in 1 line of code: :-)

If Sun 000/000 Then FUG OFF

Curt

I should've tried that one :)

five.five-six
10/07/2007, 09:11 PM
BUT DOES THAT EVER TURN THE FUG ON?

kenargo
10/08/2007, 02:57 PM
I use something simular except I have a SUN 60/-60 and it turns on my refugium 60 minutes before (tank) lights out and leaves them on for 1 hour after (tank) lights on. I wanted the refugium to come online so that it could "wake-up" before the tank went dark to keep PH more stable.

I guess the short answer would be yes, this does work.

clp
10/08/2007, 04:07 PM
This statement:

If Sun 000/000 Then FUG OFF

turns FUG both on and off (on at night, and off during the day).

Curt