Results 1 to 7 of 7

Thread: Proper on/off statement to keep ato if optic sensor is “open”

  1. #1
    Frequent Visitor
    Join Date
    Aug 2017
    Location
    Pacific
    Posts
    88

    Proper on/off statement to keep ato if optic sensor is “open”

    So most of below was the default program that was populated when I had set up the ATO -
    The exception is the optic sensor statement that I added -the question is -how do I keep it in the off state if the optical sensor is open? -or at least for 8 hrs or s.
    I can tell that it bypasses the statement by going to the lowatk statement next and executing that

    TIA

    Lawrence


    Fallback OFF
    Set OFF
    If ATO_OP OPEN Then OFF
    If LOWATK OPEN Then ON
    If HI_ATK 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










    Sent from my iPhone using Tapatalk

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    I assume you are referring to ATO_OP. If so you just got the order wrong. That statement needs to be after the ATKlow line.

    Sent from my SM-G965U using Tapatalk

  3. #3
    Frequent Visitor
    Join Date
    Aug 2017
    Location
    Pacific
    Posts
    88
    Quote Originally Posted by zombie View Post
    I assume you are referring to ATO_OP. If so you just got the order wrong. That statement needs to be after the ATKlow line.

    Sent from my SM-G965U using Tapatalk
    Ah..the rest is fine though?


    Sent from my iPhone using Tapatalk

  4. #4
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Quote Originally Posted by Faulker's Maze View Post
    Ah..the rest is fine though?


    Sent from my iPhone using Tapatalk
    Yeah

    Sent from my SM-G965U using Tapatalk

  5. #5
    Frequent Visitor
    Join Date
    Aug 2017
    Location
    Pacific
    Posts
    88
    Quote Originally Posted by zombie View Post
    Yeah

    Sent from my SM-G965U using Tapatalk
    Thanks!


    Sent from my iPhone using Tapatalk

  6. #6
    New User
    Join Date
    Oct 2018
    Location
    Mountain
    Posts
    5
    So I wander if this would correct my issue with my ATO sensor. It seams lately that it is under water about a quarter inch before it shuts off. I even tried to move it down to lower the level of water in the one side of my sump. I have a high and low sensor in the sump. ON my ATO (I just added the two sensors in my sump to turn on an outlet on my apex box. It turns on a pump in the basement that pumps RODI water up to the tank and the should shut off when the water level reaches the lower sensor.) I have encluded the code for it below and would be very grateful if someone would take a look at it.

    Fallback OFF
    Set OFF
    If ATO1 OPEN Then ON
    If ATO2 CLOSED Then OFF
    Defer 001:00 Then ON
    If FeedB 000 Then OFF (This is a mode when the pumps and the return pump are ramped up to 100%, so it sucks more water out of the sump. The cycle is 60 minutes, should the defer be 60:00? Since the cycle last 60 minutes, is the defer only 10 minutes)

    Defer 010:00 Then ON

    Thank you very much in advance,
    Chad.

  7. #7
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Start with the task generated code

    Fallback OFF
    Set OFF
    If LowSw OPEN Then ON
    If HighSw CLOSED Then OFF
    Defer 000:10 Then ON
    Defer 000:04 Then OFF
    When On > 005:00 Then OFF
    Min Time 060:00 Then OFF

    Sent from my SM-G965U using Tapatalk

Similar Threads

  1. 2in Flow sensor not giving proper reading
    By Nagreen8 in forum Fluid Monitoring Module (FMM), FMK, ATK, LDK, and FMM Accessories
    Replies: 3
    Last Post: 11-08-2020, 18:11
  2. Question: DDR Optic Sensor
    By brendanstl in forum DŌS & DDR – Dosing and Fluid Metering System
    Replies: 3
    Last Post: 08-07-2019, 09:01
  3. Optic sensor unreliable.
    By alemone in forum Fluid Monitoring Module (FMM), FMK, ATK, LDK, and FMM Accessories
    Replies: 2
    Last Post: 02-12-2019, 18:38
  4. Optic Sensor Holder?
    By LiveRock27 in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 3
    Last Post: 01-16-2019, 07:28
  5. Question: Optic sensor needed in ATO reservoir to stop pump from going dry?
    By Faulker's Maze in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 9
    Last Post: 08-20-2018, 11: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
  •