Results 1 to 3 of 3

Thread: Help understanding the default ATK program

  1. #1
    Regular Vistor
    Join Date
    Oct 2015
    Location
    yardley, pa
    Posts
    28

    Help understanding the default ATK program

    With the following code that the wizard created i understand lines 1,2,3,4 and 5 says if its on for more than 5 minutes turn it off. I am not sure I understand why I need lines 6,7 and 8. I assume line 8 is so that it doesn't turn on and off constantly from water movement. So really I am not sure I understand line 6 and 7.

    1. Fallback OFF
    2. Set OFF
    3. If FMM_LO OPEN Then ON
    4. If FMM_HI CLOSED Then OFF
    5. When On > 005:00 Then OFF
    6. Defer 000:10 Then ON
    7. Defer 000:04 Then OFF
    8. Min Time 060:00 Then OFF

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    6 and 7 are there to filter out noise spikes or waves. The last line does indirectly, so they aren't 100% necessary, but help some nonetheless.

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

  3. #3
    NSI Member eschulist's Avatar
    Join Date
    Nov 2015
    Location
    Minneapolis, MN USA
    Posts
    467
    The first defer is your delay to start the Auto Top Off. The sensor must be exposed to air for 10 seconds before it kicks on. Then once its covered it waits 4 seconds before it turns off. This prevents very short on and offs if the water is exactly at the middle of the bottom sensor. The last line also prevents short cycles by telling the ATK to only top off once per hour.

    You can tweak these numbers if you see fit. I for example increased my Defer On time so that if Im fiddling with valves or my equipment is restarting after feed modes or power failure the Auto Top Off doesn't start prematurely.

Similar Threads

  1. Understanding the ATK program
    By kaplanw in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 4
    Last Post: 12-08-2020, 17:19
  2. Help with my ATK program please.
    By Greenstarfish03 in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 4
    Last Post: 02-09-2020, 21:29
  3. ATK Understanding
    By jamiequ in forum Fluid Monitoring Module (FMM), FMK, ATK, LDK, and FMM Accessories
    Replies: 6
    Last Post: 01-10-2020, 10:06
  4. Understanding graphs ?
    By ThatFragGuy in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 02-08-2016, 03:29
  5. Possible to program Vortech virtual outlet to default outlet?
    By iCraigerz in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 6
    Last Post: 03-01-2014, 02:19

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
  •