ATO Pump not shutting off with APEX

genericfishname

Community Member
View Badges
Joined
Mar 22, 2022
Messages
30
Reaction score
70
Location
Dayton
Rating - 0%
0   0   0
I recently picked up a used Apex classic. I added a break-out box, (diy) and two float switches in ports one and two. I am struggling to get the ATO function to work properly. Any advice is welcome. I verified the pin out of the break out box with a VOM and a diagram of the connector found on an older thread. The pumpis on outlet 3. It turns on but then keeps going after the high level switch should kick it off.

Fallback OFF
Set OFF
If Sw1 OPEN Then ON
If Sw2 CLOSED Then OFF
Defer 001:00 Then ON

oddly, i also have this error every hour

1698201287578.png
 
OP
OP
genericfishname

genericfishname

Community Member
View Badges
Joined
Mar 22, 2022
Messages
30
Reaction score
70
Location
Dayton
Rating - 0%
0   0   0
First and foremost, what kind of ATO pump is it? Second, are these optical switches or actual floats? Are you running the Neptune ATK kit?
It is a cheap Amazon pump I had previously used with my reef-pi. I have it restricted down to do less than a gal/min. I am using basic float switches mounted one a 1/4" higher than the other in a custom 3d printed holder. I am not using the ATK kit.
 

blaxsun

10K Club member
View Badges
Joined
Dec 15, 2020
Messages
26,709
Reaction score
31,148
Location
The Abyss
Rating - 0%
0   0   0
This is my programming. Maybe some of this will be of assistance.

Fallback OFF
Set OFF
If FeedD 000 Then OFF
If ATK_RO < 2.0 Then OFF
If LEAK CLOSED Then OFF
If ATK_LO OPEN Then ON
If ATK_HI CLOSED Then OFF
When On > 010:00 Then OFF
Defer 000:10 Then ON
Defer 000:04 Then OFF
Min Time 030:00 Then OFF

I believe you may have an alarm configured for that port which is why you're getting the alert every hour.
 

Js.Aqua.Project

Reef Addict
View Badges
Joined
Apr 29, 2016
Messages
1,779
Reaction score
3,590
Location
Ocala, FL
Rating - 0%
0   0   0
@genericfishname

You should be able to take @blaxsun ATK's programming and just change it to something like:

Fallback OFF
Set OFF
If FeedD 000 Then OFF
If Sw1 OPEN Then ON
If Sw2 CLOSED Then OFF
When On > 010:00 Then OFF
Defer 000:10 Then ON
Defer 000:04 Then OFF
Min Time 030:00 Then OFF

You can change the FeedD to a feed mode you're actually using or eliminate it completely if you're not using feed modes, or add a line for all of the feed modes if you use them all.
 

Reefing threads: Do you wear gear from reef brands?

  • I wear reef gear everywhere.

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

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

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

    Votes: 26 12.9%
  • I don’t wear gear from reef brands.

    Votes: 118 58.4%
  • Other.

    Votes: 13 6.4%
Back
Top