Light Timer - ON_OFF then Back ON
Posted: Sat Apr 01, 2017 1:00 pm
Hi
Greetings ,
I woul like to have port 2 (bellowin red ) (go ON at 7 :00 then OFF at 7:01and then back ON until 19:00 when it goes OFF
it sounds weird but it's to corect a strange issues I have with my Euroaquatic LED T5... they do not start up when the ports goes ON but if I put it OFF the back ON again they start up fine
below is what I have generated from teh Wizard
thanks
void loop()
{
ReefAngel.Relay.DelayedOn( Port3,5 );
ReefAngel.StandardLights( Port4,16,0,10,0 );
ReefAngel.StandardHeater( Port5,775,786 );
ReefAngel.StandardHeater( Port6,775,786 );
ReefAngel.StandardLights( Box1_Port1,8,0,18,0 );
ReefAngel.StandardLights( Box1_Port2,7,0,19,0 );
ReefAngel.StandardLights( Box1_Port3,10,30,15,30 );
ReefAngel.StandardLights( Box1_Port4,10,30,15,30 );
////// Place your custom code below here
Greetings ,
I woul like to have port 2 (bellowin red ) (go ON at 7 :00 then OFF at 7:01and then back ON until 19:00 when it goes OFF
it sounds weird but it's to corect a strange issues I have with my Euroaquatic LED T5... they do not start up when the ports goes ON but if I put it OFF the back ON again they start up fine
below is what I have generated from teh Wizard
thanks
void loop()
{
ReefAngel.Relay.DelayedOn( Port3,5 );
ReefAngel.StandardLights( Port4,16,0,10,0 );
ReefAngel.StandardHeater( Port5,775,786 );
ReefAngel.StandardHeater( Port6,775,786 );
ReefAngel.StandardLights( Box1_Port1,8,0,18,0 );
ReefAngel.StandardLights( Box1_Port2,7,0,19,0 );
ReefAngel.StandardLights( Box1_Port3,10,30,15,30 );
ReefAngel.StandardLights( Box1_Port4,10,30,15,30 );
////// Place your custom code below here