Results 1 to 3 of 3

Thread: Need assistance in programming AutoAqua ATO

  1. #1
    New User
    Join Date
    Feb 2019
    Location
    PA/EST
    Posts
    2

    Need assistance in programming AutoAqua ATO

    New to the Apex world. Been doing a bunch of reading on how to program different items. I just got a high PH alarm. I use Kalkwasser in my make up reservoir. What I found was my ATO somehow stuck on? Glad I was home when it happened. What I was wondering is how to program the outlet off if the ATO pump runs for an extended period of time? It only ever runs 5 to 10 seconds at a time when it tops off. Thank you in advance.

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Your options are very limited with a dedicated ATO rather than using floats or opticals to program the ATO in the apex itself. The only thing you can do is to shut off based on watt draw.

    Ex if your ATO pulls 2w when not pumping and 10w when it is

    ATOtimer (VO)
    Set OFF
    If Output ATOname watts > 5 Then ON
    Defer 001:00 Then ON
    Defer 060:00 Then OFF

    ATO
    Fallback ON
    Set ON
    If Output ATOtimer = ON Then OFF
    If pH > 8.3 Then OFF
    Defer 030:00 Then ON


    Sent from my SM-G965U using Tapatalk

  3. #3
    New User
    Join Date
    Feb 2019
    Location
    PA/EST
    Posts
    2
    Thank you zombie. I appreciate your help. I will give that a try.

Similar Threads

  1. ATO / High Water Sensors / Solenoid Programming Assistance
    By djbetterly in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 0
    Last Post: 03-17-2022, 17:26
  2. Assistance with Cor 20 Programming Please
    By ajkdark in forum COR-15 & COR-20 Pumps
    Replies: 3
    Last Post: 05-01-2018, 07:58
  3. Help! Programming assistance for a doser
    By LouiePolsinelli in forum Misc Apex Usage & Programming
    Replies: 10
    Last Post: 08-04-2017, 18:47
  4. Help! Programming Assistance
    By DiGiacomo in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 05-18-2015, 13:38
  5. Help! programming example assistance
    By Jonmf in forum Misc Apex Usage & Programming
    Replies: 11
    Last Post: 03-29-2015, 09:54

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •