Delay on power up ?
Posted: Sun Jan 13, 2013 11:59 pm
I am trying to set a 10min delay on a resume from power outage on my topoff port 3 on main relay box . Meaning would like for port 3 to wait 10 minutes before resuming normal operation after a power outage. This is the part of code I am talking about:
if (ReefAngel.HighATO.IsActive())
ReefAngel.SingleATO( true,Port3,60,1 );
else
ReefAngel.Relay.Off( Port3 );
I have read through the forums and seen where similar is being done with say a skimmer resuming from a power outage and / or feeding mode i.e. delayed start. Any help with how I might add just a simple delay for only this port would be highly appreciated.......
if (ReefAngel.HighATO.IsActive())
ReefAngel.SingleATO( true,Port3,60,1 );
else
ReefAngel.Relay.Off( Port3 );
I have read through the forums and seen where similar is being done with say a skimmer resuming from a power outage and / or feeding mode i.e. delayed start. Any help with how I might add just a simple delay for only this port would be highly appreciated.......