Results 1 to 7 of 7

Thread: Help with programming skimmer and return pump when using AFS

  1. #1
    Regular Vistor
    Join Date
    Jan 2017
    Location
    Yuma Arizona
    Posts
    45

    Help with programming skimmer and return pump when using AFS

    Good morning guys,

    I plan on using the program sample from the AFS manual using a virtual outlet. So my question is can I add the code listed in the manual after the code that I already have or does it have to be in a specific order? I want the pump and skimmer to turn off for a minute before the AFS turns on but I also want to continue using the program that I already have.


    Sent from my iPhone using Tapatalk

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    I don't like the way they show it in the manual. This is how you would do a single rotation at 9am and 7pm with the return shutting off, wait one minute, feeder runs, wait 5 minutes return kicks back ON. You skimmer code can remain as is but I showed an addition I reccomend there.

    vFeed
    Set OFF
    If Time 09:00 to 09:05 Then ON
    If Time 19:00 to 19:05 Then ON
    If FeedA 000 Then ON

    AFS
    Set OFF
    If Output vFeed = ON Then ON
    Defer 001:00 Then ON

    Return
    (Existing code)
    If Output vFeed = ON Then OFF

    Skimmer
    (Existing code)
    If Power Apex OFF 001 Then OFF

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

  3. #3
    Regular Vistor
    Join Date
    Jan 2017
    Location
    Yuma Arizona
    Posts
    45
    Quote Originally Posted by zombie View Post
    I don't like the way they show it in the manual. This is how you would do a single rotation at 9am and 7pm with the return shutting off, wait one minute, feeder runs, wait 5 minutes return kicks back ON. You skimmer code can remain as is but I showed an addition I reccomend there.

    vFeed
    Set OFF
    If Time 09:00 to 09:05 Then ON
    If Time 19:00 to 19:05 Then ON
    If FeedA 000 Then ON

    AFS
    Set OFF
    If Output vFeed = ON Then ON
    Defer 001:00 Then ON

    Return
    (Existing code)
    If Output vFeed = ON Then OFF

    Skimmer
    (Existing code)
    If Power Apex OFF 001 Then OFF

    You might be an engineer if...You have no life and can prove it mathematically.
    With your code for how long would the return pump stay off?


    Sent from my iPhone using Tapatalk

  4. #4
    Regular Vistor
    Join Date
    Jan 2017
    Location
    Yuma Arizona
    Posts
    45
    Quote Originally Posted by Tonii87 View Post
    With your code for how long would the return pump stay off?


    Sent from my iPhone using Tapatalk
    Never mind I just saw where you said it would be off for 5 minutes. Thanks for the help makes more sense the way you have it.


    Sent from my iPhone using Tapatalk

  5. #5
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Yep. The way they show it in the manual makes it too easy to conflict with other stuff, so I like to put the feed length into the vFeed itself and relate the skimmer to the return. Makes things a million times easier.

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

  6. #6
    New User
    Join Date
    Sep 2017
    Location
    atlanta, ga
    Posts
    5
    When I try to use this code in my virtual outlet I am see the following error message

    Send Failed

    //Error: line 1 - Statement must start with If, OSC, Min, Set, Fallback // vFeed

  7. #7
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Quote Originally Posted by kelly3341 View Post
    When I try to use this code in my virtual outlet I am see the following error message

    Send Failed

    //Error: line 1 - Statement must start with If, OSC, Min, Set, Fallback // vFeed
    That would mean either you are putting things in the virtual outlet that you shouldn't be (like the outlet name that's just a label not code) or you are misunderstanding the process required. Please post exactly what you tried. Also in the future, be very descriptive about your problem. It's very hard for us to troubleshoot with vague descriptions.

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

Similar Threads

  1. Programming If Output [return pump] off then skimmer off
    By Diego in forum Misc Apex Usage & Programming
    Replies: 10
    Last Post: 04-01-2022, 12:08
  2. Help! Programming feed cycle , skimmer and return pump
    By odietel in forum Misc Apex Usage & Programming
    Replies: 4
    Last Post: 12-06-2019, 11:49
  3. Return pump low power turns of skimmer programming
    By Luxfamchiro in forum APEX Fusion
    Replies: 0
    Last Post: 09-20-2019, 07:17
  4. Programming Issue, return pump and AFS
    By JasonRoth74 in forum Misc Apex Usage & Programming
    Replies: 7
    Last Post: 09-08-2019, 18:29
  5. programming return pump off = skimmer off
    By reachjohnnyliu in forum Misc Apex Usage & Programming
    Replies: 12
    Last Post: 08-13-2019, 05:14

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
  •