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
 

Sleepydoc

Valuable Member
View Badges
Joined
Apr 10, 2017
Messages
1,423
Reaction score
1,267
Location
Minneapolis, MN
Rating - 0%
0   0   0
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.
 

SuncrestReef

That Apex guy
View Badges
Joined
Jan 18, 2018
Messages
4,214
Reaction score
9,232
Location
Oregon
Rating - 0%
0   0   0
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:

 
OP
OP
RJKain-777

RJKain-777

Well-Known Member
View Badges
Joined
Aug 19, 2019
Messages
807
Reaction score
1,736
Location
Calgary
Rating - 0%
0   0   0
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 !
 

Caption This Contest OFFICIAL VOTING POLL! (make a post in this thread and you could win a prize too)

  • "What do you mean?! I am smiling!

  • "Did she really just rejoin the ReefAholics Anonymous group...AGAIN?!"

  • "Take a look at the new Sexy Shrimp!"

  • "I'm funny how, I mean funny like I'm a clownfish? I amuse you?"

  • "Looks like your living room is going through the ugly stage"

  • "Aghhh! Go put on your makeup before feeding me, please!"

  • "You try eating sand and not get constipated!"

  • "Everyone, hide! The landlord is coming!"

  • "He touched the butt!"

  • "They forgot to shut off the RO line and left for work...AGAIN"

  • "Get off my sand!"

  • "What do you mean I can't say that on a family friendly forum?"

  • "My face looking over my bank statement after a reef show..."

  • "Kids, you're grounded! Get back in my mouth!"

  • "When you see a human with a bucket and know somethings is about to go down."


Results are only viewable after voting.
Back
Top