Apex ATK help

RJKain-777

Well-Known Member
View Badges
Joined
Aug 19, 2019
Messages
807
Reaction score
1,736
Location
Calgary
Rating - 0%
0   0   0
Can some one help me with my apex ATO. Recently set up my tank and the ATO keeps over flowing my tank. It’s happened 4 times in a row now, and I cannot figure it out for the life of me.

F20BD712-172A-4006-8836-254AD3FFDF5E.png 9364F1EA-55C7-43A0-AE3D-A9E6A6106EAE.png
 
I assume you. Have 2 sensors -m_ato and
Mato_h? First, have you verified both sensors are working properly?
the way you have it set, the ato will kick on when the water level falls below the m_ato sensor and not turn off until it’s above the mato_h sensor. You should have a ‘if m_ato closed then off’ statement.
You can also have a ‘when on > 10 then off’ statement that will turn it off if it’s been on for 10 min continuously.
 
You are not using the standard ATK programming. Using your sensor names, here is what would be standard if you went through the ATK Setup Task in Fusion:

Fallback OFF
Set OFF
If M_ATO OPEN Then ON
If MAto_H 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

Please read my ATK Tutorial to ensure you set it up properly, understand how it's designed to work, what each line of programming does, and a list of troubleshooting steps:

 
You are not using the standard ATK programming. Using your sensor names, here is what would be standard if you went through the ATK Setup Task in Fusion:

Fallback OFF
Set OFF
If M_ATO OPEN Then ON
If MAto_H 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

Please read my ATK Tutorial to ensure you set it up properly, understand how it's designed to work, what each line of programming does, and a list of troubleshooting steps:

Thanks! I’ll try that !
 

IF YOU HAD TO TAKE A REEFING EXAM, WOULD YOU PASS?

  • Yes!

    Votes: 32 45.7%
  • Not yet, but I have one that I want to buy in mind!

    Votes: 9 12.9%
  • No.

    Votes: 26 37.1%
  • Other (please explain).

    Votes: 3 4.3%

New Posts

Back
Top