Apex ATO timer

  • Thread starter Thread starter gnomer
  • Start date Start date
  • Tagged users None

gnomer

New Member
View Badges
Joined
Apr 15, 2023
Messages
9
Reaction score
0
Location
USA
Rating - 0%
0   0   0
Hey Guys,
Looking for some insight into my ATO code. I am using the 15" LLS which I've read isn't the best to use in this situation however it has seemed to work fairly well so far.

Any how, I am looking to set delay on topping off as I am getting some ripple effects.

The code I started with is:

Fallback OFF
Set OFF
If LvlSns < 6.2 Then ON
Defer 005:00 Then ON
If LvlSns > 6.4 Then OFF
If Output Maintenance = ON The n OFF


The Defer when set to 5min doesn't seem to turn the ATO pump on. If I update the Defer command to be 000:30 it executes without problem. I am now testing with 1min to see if that works. Anyone have any thoughts?
 
Hey Guys,
Looking for some insight into my ATO code. I am using the 15" LLS which I've read isn't the best to use in this situation however it has seemed to work fairly well so far.

Any how, I am looking to set delay on topping off as I am getting some ripple effects.

The code I started with is:

Fallback OFF
Set OFF
If LvlSns < 6.2 Then ON
Defer 005:00 Then ON
If LvlSns > 6.4 Then OFF
If Output Maintenance = ON The n OFF


The Defer when set to 5min doesn't seem to turn the ATO pump on. If I update the Defer command to be 000:30 it executes without problem. I am now testing with 1min to see if that works. Anyone have any thoughts?
I'm realizing it's only topping off to 6.2 as well and not to 6.4 as I would like. Would it be best to take out the "IF LvlSns < 6.2 Then ON" and replace the "IF LvlSns > 6.4 Then OFF" with "IF lvlsns < 6.4 Then ON"? I'm still looking for a way to delay the top off too allowing the water to settle if there's any ripples.

Im guessing the correct code may look something like:

Fallback OFF
Set OFF
Defer 001:00 Then ON
If LvlSns < 6.4 Then ON
If Output Maintenance = ON Then OFF

How could I incorporate a timer that says if the ATO runs for so long to turn off to prevent over filling or would it be best to just add another height limit via the if then on/off command?
 
I'm realizing it's only topping off to 6.2 as well and not to 6.4 as I would like. Would it be best to take out the "IF LvlSns < 6.2 Then ON" and replace the "IF LvlSns > 6.4 Then OFF" with "IF lvlsns < 6.4 Then ON"? I'm still looking for a way to delay the top off too allowing the water to settle if there's any ripples.

Im guessing the correct code may look something like:

Fallback OFF
Set OFF
Defer 001:00 Then ON
If LvlSns < 6.4 Then ON
If Output Maintenance = ON Then OFF

How could I incorporate a timer that says if the ATO runs for so long to turn off to prevent over filling or would it be best to just add another height limit via the if then on/off command?
If statement will shut it off if on to long.
If on 00:00 Then off
You need to enter your time. I would see what your max time normally is and add a bit to it.
 
If statement will shut it off if on to long.
If on 00:00 Then off
You need to enter your time. I would see what your max time normally is and add a bit to it.
Thank you! I'll have to look at my run times and figure out what would be ideal. Do you think the rest of the code looks good as is?
 
Thank you! I'll have to look at my run times and figure out what would be ideal. Do you think the rest of the code looks good as is?
Not sure on level sensors.
The code looks like it would work. That is, the last one you wrote.
Defer is good cuz it will have to be lower than that for a minute before it kicks on.
 
I have been using floats (w breakout box) on APEX for 10yrs. Neptune specifically states not to use the LLS for ATO as it takes a while to update. I would re-think your use.

1681929097096.png


1681929119144.png
 
I have been using floats (w breakout box) on APEX for 10yrs. Neptune specifically states not to use the LLS for ATO as it takes a while to update. I would re-think your use.

1681929097096.png


1681929119144.png
Ohhh I didn't realize they state not to use it. Well I guess an optical sensor is in my near future then. Thank you!
 
Ohhh I didn't realize they state not to use it. Well I guess an optical sensor is in my near future then. Thank you!
I just use a breakout box (I did a DIY but Neptune sells one) and some floats with a Toms Aqualifter pump.
1681931850054.jpeg


1681931888560.jpeg
 

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