View Single Post
  #4  
Old 03-14-2014, 11:22 PM
Reef Pilot's Avatar
Reef Pilot Reef Pilot is offline
Member
 
Join Date: Nov 2010
Location: Langley BC
Posts: 1,883
Reef Pilot is on a distinguished road
Default

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
__________________
Reef Pilot's Undersea Oasis: http://www.canreef.com/vbulletin/sho...d.php?t=102101
Frags FS: http://www.canreef.com/vbulletin/sho...d.php?t=115022
Solutions are easy. The real difficulty lies in discovering the problem.
Reply With Quote