Apex ATO going crazy?

Wolters_88

Well-Known Member
View Badges
Joined
Nov 4, 2019
Messages
866
Reaction score
361
Rating - 0%
0   0   0
This is what I keep getting and the only thing stopping it from flooding is the floater.

78B95CC9-B93C-4F95-9ED6-613CFB309257.jpeg
 
OP
OP
Wolters_88

Wolters_88

Well-Known Member
View Badges
Joined
Nov 4, 2019
Messages
866
Reaction score
361
Rating - 0%
0   0   0
But here is the configuration.… what in the?
 

Attachments

  • 27811FD1-C282-43E7-8E7D-4BE5D4F9E2C6.png
    27811FD1-C282-43E7-8E7D-4BE5D4F9E2C6.png
    256.6 KB · Views: 41

SuncrestReef

That Apex guy
View Badges
Joined
Jan 18, 2018
Messages
4,214
Reaction score
9,224
Location
Oregon
Rating - 0%
0   0   0
When you look at the ATK's water sensors, is the upper sensor under water? It should never be we under normal circumstances and is only there as a failsafe in case the lower sensor doesn't detect the water level properly.

Do you have the anti-siphon fitting installed to prevent water from filling the sump when the pump is off?

Read my ATK tutorial for a detailed description of how the code works, hot the ATK is designed to work, and a list of troubleshooting steps:

 
OP
OP
Wolters_88

Wolters_88

Well-Known Member
View Badges
Joined
Nov 4, 2019
Messages
866
Reaction score
361
Rating - 0%
0   0   0
When you look at the ATK's water sensors, is the upper sensor under water? It should never be we under normal circumstances and is only there as a failsafe in case the lower sensor doesn't detect the water level properly.

Do you have the anti-siphon fitting installed to prevent water from filling the sump when the pump is off?

Read my ATK tutorial for a detailed description of how the code works, hot the ATK is designed to work, and a list of troubleshooting steps:

Yes, the water is above the top and is only stopped by the float valve. There is an anti siphon as well. As I posted it’s programmed correctly and still filling, dashing it ATO hi closed then ok.
 

SuncrestReef

That Apex guy
View Badges
Joined
Jan 18, 2018
Messages
4,214
Reaction score
9,224
Location
Oregon
Rating - 0%
0   0   0
Yes, the water is above the top and is only stopped by the float valve. There is an anti siphon as well. As I posted it’s programmed correctly and still filling, dashing it ATO hi closed then ok.
Follow the troubleshooting instructions in my tutorial to verify the optical sensors are working properly.
 

SuncrestReef

That Apex guy
View Badges
Joined
Jan 18, 2018
Messages
4,214
Reaction score
9,224
Location
Oregon
Rating - 0%
0   0   0
They are, I removed it from the water. Etc. It’s just reading backwards. The same thing Sean posted above.
What Sean posted above, "If ATO_Hi CLOSED Then ON", is the alarm code from the EmailAlm output:

[EmailAlm]
Set OFF
If ATK_Hi CLOSED Then ON

That is totally different than the program code on the PMUP's output that controls the pump:

[ATK_PMUP]
Fallback OFF
Set OFF
If ATK_LO OPEN Then ON
If ATK_HI CLOSED Then OFF
When On > 005:00 Then OFF
Defer 000:10 Then ON
Defer 000:04 Then OFF
Min Time 060:00 Then OFF

The EmailAlm code is told to turn the alarm ON if the upper sensor is wet.

The ATK's PMUP code tells the pump to turn OFF if the upper sensor is wet, which is a failsafe if the ATK_Lo sensor fails to detect the water level.
 
OP
OP
Wolters_88

Wolters_88

Well-Known Member
View Badges
Joined
Nov 4, 2019
Messages
866
Reaction score
361
Rating - 0%
0   0   0
What Sean posted above, "If ATO_Hi CLOSED Then ON", is the alarm code from the EmailAlm output:

[EmailAlm]
Set OFF
If ATK_Hi CLOSED Then ON

That is totally different than the program code on the PMUP's output that controls the pump:

[ATK_PMUP]
Fallback OFF
Set OFF
If ATK_LO OPEN Then ON
If ATK_HI CLOSED Then OFF
When On > 005:00 Then OFF
Defer 000:10 Then ON
Defer 000:04 Then OFF
Min Time 060:00 Then OFF

The EmailAlm code is told to turn the alarm ON if the upper sensor is wet.

The ATK's PMUP code tells the pump to turn OFF if the upper sensor is wet, which is a failsafe if the ATK_Lo sensor fails to detect the water level.
 

Attachments

  • 1FCF63A4-E9A7-4C38-9269-751DD49C837E.png
    1FCF63A4-E9A7-4C38-9269-751DD49C837E.png
    264.9 KB · Views: 34

Sean Clark

7500 Club Member
View Badges
Joined
May 16, 2019
Messages
8,055
Reaction score
31,580
Location
Michigan
Rating - 0%
0   0   0
My sensors are named ATO_LO and ATO_HI. Yes this is totally different from ATK_LO and ATK_HI. The naming of your sensors doesn't change the functionality of the programing. I think you have it figured out.
 
OP
OP
Wolters_88

Wolters_88

Well-Known Member
View Badges
Joined
Nov 4, 2019
Messages
866
Reaction score
361
Rating - 0%
0   0   0
It’s registering that it’s full and keeps trying to fill. I’m getting an alarm message saying is atk closed then ok.
 

Attachments

  • 03122D8C-BC01-4F1E-9420-9E1C02BA7F8B.jpeg
    03122D8C-BC01-4F1E-9420-9E1C02BA7F8B.jpeg
    150.2 KB · Views: 22
  • B8232870-229B-4C21-A652-F1F1137A3F62.png
    B8232870-229B-4C21-A652-F1F1137A3F62.png
    353.7 KB · Views: 27

SuncrestReef

That Apex guy
View Badges
Joined
Jan 18, 2018
Messages
4,214
Reaction score
9,224
Location
Oregon
Rating - 0%
0   0   0
\
My sensors are named ATO_LO and ATO_HI. Yes this is totally different from ATK_LO and ATK_HI. The naming of your sensors doesn't change the functionality of the programing. I think you have it figured out.

Where did I post this?
In post #3 above in this thread, where you linked to someone else having a similar issue:
 

SuncrestReef

That Apex guy
View Badges
Joined
Jan 18, 2018
Messages
4,214
Reaction score
9,224
Location
Oregon
Rating - 0%
0   0   0
It’s registering that it’s full and keeps trying to fill. I’m getting an alarm message saying is atk closed then ok.
In your screenshot, it shows the ATO_PMUP is currently OFF (set to AUTO, but current state is OFF). Are you saying the PMUP is still physically pumping water? Or are you saying the water level is still rising even though the PMUP is off?

Even if you have the anti-siphon fitting installed, have you verified it's working properly? Some people have reported that the small hole in the fitting does not allow water to leak out like it should, so it's not actually preventing a siphon, and water continues to drain into the sump.
 
OP
OP
Wolters_88

Wolters_88

Well-Known Member
View Badges
Joined
Nov 4, 2019
Messages
866
Reaction score
361
Rating - 0%
0   0   0
Out of the water. But it’s still filling once it’s past them. Why?
 

Attachments

  • 552143D6-C4BE-4317-BEFB-2D90EE33D411.jpeg
    552143D6-C4BE-4317-BEFB-2D90EE33D411.jpeg
    174.5 KB · Views: 25
  • 4F9D67F1-DA1C-484C-AE0D-05EB57183AC4.png
    4F9D67F1-DA1C-484C-AE0D-05EB57183AC4.png
    343.5 KB · Views: 32

Sean Clark

7500 Club Member
View Badges
Joined
May 16, 2019
Messages
8,055
Reaction score
31,580
Location
Michigan
Rating - 0%
0   0   0
OP
OP
Wolters_88

Wolters_88

Well-Known Member
View Badges
Joined
Nov 4, 2019
Messages
866
Reaction score
361
Rating - 0%
0   0   0
The siphon works perfectly. Everything is exactly the way your guide says it should be and it’s still filling it up to the point the sensors are tripped and it fills to the float ball being the only thing stopping it.
 

Attachments

  • 8EBF1163-76E1-47BA-846B-832DC603AAD7.jpeg
    8EBF1163-76E1-47BA-846B-832DC603AAD7.jpeg
    168.4 KB · Views: 27

SuncrestReef

That Apex guy
View Badges
Joined
Jan 18, 2018
Messages
4,214
Reaction score
9,224
Location
Oregon
Rating - 0%
0   0   0
My sensors are named ATO_LO and ATO_HI. Yes this is totally different from ATK_LO and ATK_HI. The naming of your sensors doesn't change the functionality of the programing. I think you have it figured out.
Out of the water. But it’s still filling once it’s past them. Why?
You didn't answer my question: Is the PMUP physically running and pumping water even when the sensors are CLOSED, or is the water just draining in through the ATO tubing even though the PMUP is not running?
 
OP
OP
Wolters_88

Wolters_88

Well-Known Member
View Badges
Joined
Nov 4, 2019
Messages
866
Reaction score
361
Rating - 0%
0   0   0
The only thing I can tell you is that it’s not siphoning when I pull it out at all so I would assume the pmup is running. No clue how I would check to see how long or when I had been running.
 

Attachments

  • image.jpg
    image.jpg
    138.5 KB · Views: 24

Keeping it clean: Have you used a filter roller?

  • I currently use a filter roller.

    Votes: 47 29.4%
  • I don’t currently use a filter roller, but I have in the past.

    Votes: 6 3.8%
  • I have never used a filter roller, but I plan to in the future.

    Votes: 45 28.1%
  • I have never used a filter roller and have no plans to in the future.

    Votes: 54 33.8%
  • Other.

    Votes: 8 5.0%
Back
Top