PDA

View Full Version : programming a delayed restart on power off


lastlight
03-14-2014, 11:00 PM
is this possible with the apex?

i'd like to manually shut an outlet off and have it automatically power on after a period of time.

essentially what i'm trying to do is have a feed mode where i turn off my skimmer and media reactors for an hour or two. I'd like them to restart on their own though.

Aquattro
03-14-2014, 11:03 PM
I think so, if I don't cancel my feed mode A, it restarts the pumps after the period specified.

lastlight
03-14-2014, 11:07 PM
Guess I should search before I post. Thanks yeah I found this page about using feed modes:

http://forum.neptunesystems.com/archive/index.php/t-218.html

I'm curious.. do you turn your return flow off for feeding as well? Currently I manually just turn my vortechs off for about 30 min while I feed my LPS.

Reef Pilot
03-14-2014, 11:22 PM
Another useful delay mode is to have it turn on on your skimmer 5 min (or whatever you want) after a power outage to prevent overflow when your sump level is still too high. Here is my code for that. You don't need the Sumpflood line, but that is my DIY water sensor I use to also shut off the skimmer if there is flooding for any reason.

Fallback OFF
Set ON
If Power EB8_3 Off 005 Then OFF
If Outlet SumpFlood_A1 = ON Then OFF
If Outlet UpReturn_3_4 = OFF Then OFF
Min Time 005:00 Then OFF