C clugo New member Oct 28, 2011 #1 Looking for ideas on how to program my apex controller to turn the skimmer back on after X minutes of the main return pump coming back online. Here's my current skimmer programming: Fallback ON Set ON If Outlet ReturnPump = OFF Then OFF Any ideas? Thanks.
Looking for ideas on how to program my apex controller to turn the skimmer back on after X minutes of the main return pump coming back online. Here's my current skimmer programming: Fallback ON Set ON If Outlet ReturnPump = OFF Then OFF Any ideas? Thanks.
B BigKahuna New member Oct 28, 2011 #2 You'd be better off posting this in the Neptune sponsored forum here.
S Steved13 New member Oct 28, 2011 #3 I added a float switch, so if the sump level rises the skimmer turns off until it's back to the correct level.
I added a float switch, so if the sump level rises the skimmer turns off until it's back to the correct level.
C cobra9 Member Oct 28, 2011 #4 here's my skimmer: Fallback OFF Set ON If FeedA 005 Then OFF If FeedB 005 Then OFF If Power EB8_3 Off 005 Then OFF Keeps the skimmer off for 5 minutes after the return comes back on. Technically I could remove the feed mode commands.
here's my skimmer: Fallback OFF Set ON If FeedA 005 Then OFF If FeedB 005 Then OFF If Power EB8_3 Off 005 Then OFF Keeps the skimmer off for 5 minutes after the return comes back on. Technically I could remove the feed mode commands.
M moondoggy4 Team RC Oct 28, 2011 #6 Another way for some controllers is to set your skimmer to Light then MH and there is a 15 minute delay when there is a power outage useful for me HTH
Another way for some controllers is to set your skimmer to Light then MH and there is a 15 minute delay when there is a power outage useful for me HTH