Results 1 to 5 of 5

Thread: Atk programming help

  1. #1
    New User
    Join Date
    May 2017
    Location
    MANITOU, MB, CANADA
    Posts
    6

    Atk programming help

    I wanna turn off my skimmer if sw5_1 switch is open for longer than 10mins. Can someone tell me what to program ?

    I was thinking
    If sw5_1 open > 00:10 then skimmer off

    Does not work but I am not programmer..

    Please help. Thank u.

  2. #2
    NSI Member eschulist's Avatar
    Join Date
    Nov 2015
    Location
    Minneapolis, MN USA
    Posts
    467
    I dont know what else you have in your skimmer programming so to keep it organized the cleanest thing to do is add a new virtual outlet. Label it something like SumpLow or whatever being open for 10 minutes means to you.

    In that new virtual outlet put in this programming

    Code:
    Set OFF
    If sw5_1 Open then ON
    Defer 10:00 then ON
    This will make the virtual outlet only turn ON when the switch is open for 10 minutes.

    In your skimmers programming add

    Code:
    If Output SumpLow = ON then OFF
    If this switch being open means something is going wrong with your system I'd also add this to your alarm programming

    Code:
    If Output SumpLow = ON then ON

  3. #3
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,488
    @eschulst, I updated the programming in your post; I added the = in the If Output statements. I forget that too sometimes
    Please do not send me PMs with technical questions or requesting assistance - use the forums for Apex help. PM me ONLY if the matter is of a private or personal nature. Thanks.

  4. #4
    New User
    Join Date
    May 2017
    Location
    MANITOU, MB, CANADA
    Posts
    6
    Quote Originally Posted by eschulist View Post
    I dont know what else you have in your skimmer programming so to keep it organized the cleanest thing to do is add a new virtual outlet. Label it something like SumpLow or whatever being open for 10 minutes means to you.

    In that new virtual outlet put in this programming

    Code:
    Set OFF
    If sw5_1 Open then ON
    Defer 10:00 then ON
    This will make the virtual outlet only turn ON when the switch is open for 10 minutes.

    In your skimmers programming add

    Code:
    If Output SumpLow = ON then OFF
    If this switch being open means something is going wrong with your system I'd also add this to your alarm programming

    Code:
    If Output SumpLow = ON then ON

    Will this turn my skimmer off if sw5_1 is open even just for a minute, or will it turn my skimmer off just after 10 minutes?

  5. #5
    NSI Member eschulist's Avatar
    Join Date
    Nov 2015
    Location
    Minneapolis, MN USA
    Posts
    467
    If you use the virtual outlet with defer it will cause the skimmer to turn off if the switch is open continuously for 10 minutes. If its open for 9 minutes and then closes it will do nothing. Only after 10 minutes of being open will it tell the skimmer to turn off.

    If you want it to turn off instantly you dont need the virtual outlet. You can just use If Sw5_1 Open then OFF in the skimmer programming. In either case as soon as the switch closes the skimmer will turn back on.

Similar Threads

  1. Atk programming
    By Ottawareefscapes in forum Fluid Monitoring Module (FMM), FMK, ATK, LDK, and FMM Accessories
    Replies: 6
    Last Post: 02-13-2019, 11:30
  2. Programming help with ATK
    By mr.salty in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 8
    Last Post: 01-27-2019, 18:16
  3. ATK Programming
    By Randyp79 in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 1
    Last Post: 07-01-2018, 10:11
  4. ATK Programming and Issue
    By jmheron in forum Fluid Monitoring Module (FMM), FMK, ATK, LDK, and FMM Accessories
    Replies: 2
    Last Post: 02-12-2018, 11:15
  5. ATK Programming
    By Hasso777 in forum Fluid Monitoring Module (FMM), FMK, ATK, LDK, and FMM Accessories
    Replies: 18
    Last Post: 11-11-2017, 20:04

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
  •