Results 1 to 3 of 3

Thread: ATO Code Help

  1. #1
    Frequent Visitor
    Join Date
    Jul 2013
    Location
    New Cumberland, PA
    Posts
    114

    ATO Code Help

    I'm having issues with a virtual outlet I created to monitor the time the ATO pump would run. That way if it ran more than 60 seconds, it would shut off and send me an alert. The problem is the stupid thing is tripping almost as soon as I turn it on. It was quiet for a week (so I thought I had it right) and now it seems to come on whenever it wants.

    ATO

    Fallback OFF
    Set OFF
    If SumMid CLOSED Then ON
    If Output vHi = ON Then OFF
    If Output vLo = ON Then OFF
    If Output vATOTime = ON Then OFF
    Defer 000:30 Then ON
    Min Time 015:00 Then OFF
    If Output vTankLeak = ON Then OFF
    If Output NSWDos = ON Then OFF

    vATOTime

    If Output ATO = ON Then ON
    Defer 001:30 Then ON
    If Output vReset = ON Then OFF

    The notification I'm getting is:

    Statement: If Output vATOTime = ON then ON

    You can see by the graph that vATOTime turned on when the ATO wasn't even on.

    ATOTime.JPG

  2. #2
    Frequent Visitor
    Join Date
    Mar 2015
    Location
    San Jose,CA
    Posts
    528
    You need a Set Off


    Sent from my iPhone using Tapatalk Pro

  3. #3
    Frequent Visitor
    Join Date
    Mar 2017
    Location
    Wellington, NZ
    Posts
    114
    If you want it to turn off (actually sets the outlet to OFF and needs manual intervention to reset to AUTO) the outlet if it runs more than 60 seconds, you can use the when statement in your ATO code:

    When On > 001:00 Then OFF

    Then in your alert code:

    If Error ATO Then ON

    That will remove 1 VO and make things a little simpler too.

Similar Threads

  1. ATO code help
    By Spar in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 2
    Last Post: 09-03-2020, 07:21
  2. ATO Code
    By tdhight in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 5
    Last Post: 12-14-2018, 20:15
  3. Could this code work to utilize my DOS as an ATO pump, and How would I add the code?
    By alexx2208 in forum DŌS & DDR – Dosing and Fluid Metering System
    Replies: 4
    Last Post: 08-17-2017, 08:56
  4. Help! ATO code
    By Milton in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 3
    Last Post: 12-28-2016, 12:18
  5. Question: Help With ATO Code
    By Travis in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 13
    Last Post: 05-22-2016, 06:16

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
  •