Results 1 to 4 of 4

Thread: Defer Statement to Prevent ATO from turning on every minute.

  1. #1
    Regular Vistor
    Join Date
    Feb 2017
    Location
    US, Eastern
    Posts
    21

    Defer Statement to Prevent ATO from turning on every minute.

    My float switch is causing my ATO to fire every minute or so for about 30 minutes, I think this may have to due with location of the switch and I plan on fixing it in a few days. But in the mean time is the defer command the right command to basically keep the ato from only turning on once every 30 minutes.

    My current program.

    Fallback OFF
    Set OFF
    If pH > 8.40 Then OFF
    If ATO_SW CLOSED Then ON
    If Sump_H CLOSED Then OFF
    If FeedA 010 Then OFF

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    This is what you want to do exactly what you asked for (note your pH line was in the wrong place and there is also a min time then on added to prevent short cycling the other way)

    Fallback OFF
    Set OFF
    If ATO_SW CLOSED Then ON
    If Sump_H CLOSED Then OFF
    If pH > 8.40 Then OFF
    If FeedA 010 Then OFF
    Defer 030:00 Then ON
    Min Time 000:30 Then ON


    With that said, You have no failsafes other than a second float to protect your tank if they were to fail. Please read up on this thread for ideas and the "When" command thread I linked on the last post of the thread for ideas.

    https://forum.neptunesystems.com/sho...-ATO-Failsafes

    You might be an engineer if...You have no life and can prove it mathematically.

  3. #3
    Regular Vistor
    Join Date
    Feb 2017
    Location
    US, Eastern
    Posts
    21
    The Fail safe is the Sump_H (Sump High) is that in the right place?

  4. #4
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    It is in the right place, but I would check and make sure it is oriented correctly for your code (shows OPEN when down and closed when up). Usually floats are done the other way (open when up, CLOSED when down). If it is oriented OPEN when up, CLOSED when down, The sump_h line needs to say open instead of closed.

    You might be an engineer if...You have no life and can prove it mathematically.

Similar Threads

  1. ATO defer statement help
    By mlewandowski61 in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 10
    Last Post: 05-28-2019, 18:13
  2. Prevent Heater/Chiller From turning on so much
    By brandonrush1 in forum Apex Programming for Heaters and Chillers
    Replies: 3
    Last Post: 02-12-2019, 16:41
  3. Help! Urgent breaker tripping, need to prevent some outlet combo (AND statement)
    By Mobidoy in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 08-29-2017, 17:07
  4. Defer Statement
    By marksw in forum Misc Apex Usage & Programming
    Replies: 9
    Last Post: 12-06-2015, 12:16
  5. Help with defer statement on ato/awc
    By cmacld in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 13
    Last Post: 02-02-2015, 13:12

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
  •