Programming question

Dr RBG

Active Member
View Badges
Joined
Feb 15, 2017
Messages
253
Reaction score
177
Location
New England
Rating - 0%
0   0   0
1 my return pump is not apex controlled.
2 there is a flow sensor in line with the return pump and connected to the Apex
2 my skimmer is connected to an apex outlet

To prevent the skimmer from overflowing I would like Apex to turn the skimmer off when the flow is low or 0 (because the sump level rises. Once the flow returns the sump will go to normal level in a few minutes. after a delay I want the skimmer to restart automatically

I have been working with Apex support and came up with this:
-------------------------------------------------------------------------------------------------------------
Fallback OFF

Set ON (sets skimmer on)

IF GPH <200 then off (turns off the skimmer if flow less than 200 gph)

Defer 05:00 then on (waits 5 minutes from when flow returns)
--------------------------------------------------------------------------------------------------------------
will this work if put into outlet the skimmer is attached to?
 

SuncrestReef

That Apex guy
View Badges
Joined
Jan 18, 2018
Messages
4,214
Reaction score
9,226
Location
Oregon
Rating - 0%
0   0   0
Yes, your code is correct, assuming "GPH" is the name of your flow sensor input.
 

Tentacled trailblazer in your tank: Have you ever kept a large starfish?

  • I currently have a starfish in my tank.

    Votes: 24 30.0%
  • Not currently, but I have kept a starfish in the past.

    Votes: 18 22.5%
  • I have never kept a starfish, but I hope to in the future.

    Votes: 21 26.3%
  • I have no plans to keep a starfish.

    Votes: 17 21.3%
  • Other.

    Votes: 0 0.0%
Back
Top