Best return pump program strategy

LucyMollyMaryJane

New Member
View Badges
Joined
Jun 11, 2023
Messages
17
Reaction score
3
Location
las vegas
Rating - 0%
0   0   0
Hello,
Looking for opinions on the best control strategy for return pumps from the sump to the DT. If the sump has two return pumps (1+1, lead/lag) with one pump able to handle full return flow back to the DT; what is the best programming strategy to utilize both pumps in the event the lead pump fails?

Controlling with ApexPro.

Suggested codes with narrative are overly appreciated!
 

CreatiVe2

Active Member
View Badges
Joined
Jan 5, 2011
Messages
181
Reaction score
164
Location
Philadelphia
Rating - 0%
0   0   0
I have the Neptune cor 20 pumps in my return, so this might not apply to your situation, but I figured i could give some insight from a different perspective.

I made a profile setting for "Pump_PwrOut" that has a set speed, and my return pumps power on a UPS.

I use this line in my Pump outlet

Code:
If Power EB832_TOP Off 000 Then CORM_PWROUT

and this as the profile

1705347698529.png


this would only work if your pumps are able to have speed controls.
you could use a line of code to detect if your main pump output is "0"
Code:
If Output Pump Percent < 1 Then PumpProfile
then trigger a higher or lower speed setting depending on a failure vs a power outage
 
OP
OP
L

LucyMollyMaryJane

New Member
View Badges
Joined
Jun 11, 2023
Messages
17
Reaction score
3
Location
las vegas
Rating - 0%
0   0   0
Thank you for your reply.
My pumps are constant speed, not VFDs. I plan to upgrade sometime soon though. Once I do, this will come in handy.
Thanks!
 

Reefing threads: Do you wear gear from reef brands?

  • I wear reef gear everywhere.

    Votes: 24 14.6%
  • I wear reef gear primarily at fish events and my LFS.

    Votes: 11 6.7%
  • I wear reef gear primarily for water changes and tank maintenance.

    Votes: 1 0.6%
  • I wear reef gear primarily to relax where I live.

    Votes: 23 14.0%
  • I don’t wear gear from reef brands.

    Votes: 94 57.3%
  • Other.

    Votes: 11 6.7%
Back
Top