Results 1 to 5 of 5

Thread: help with a delay for AFS

  1. #1
    Regular Vistor
    Join Date
    Feb 2013
    Location
    UK
    Posts
    48

    help with a delay for AFS

    Hi,

    I'm looking for some help on setting up a delay for my AFS when the feed cycle starts as I need my return pump to switch off one minute before feed cycle due to all the food draining down my weir.
    this is my return pump program at the moment:-

    Fallback ON
    Set ON
    If FeedB 005 Then OFF

    Any help would be great

  2. #2
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,495
    Create a virtual outlet called FeedControl. Program it like this:

    [FeedControl]
    Set OFF
    If Feed 08:00 to 08:09 Then ON
    If Feed 20:00 to 20:09 Then ON

    In this example, I used 2 feedings per day, and a 10 minute duration for each; the return pump will be off for that 10-minute period. Modify time(s) and the duration of the feeding event to your preferences.


    Then modify your return pump and feeder output programs:

    [ReturnPump]
    Fallback ON
    Set ON
    If FeedB 005 Then OFF
    If Output FeedControl = ON Then OFF

    [AFS]
    Set OFF
    If Output FeedControl = ON Then ON
    Defer 001:00 Then ON

    Additionally, if you have an internal skimmer in the sump, program it like this, so that the skimmer is off whenever the return pump is off and to add a 3-minute startup delay after the return pump comes on and after a power loss or Apex restart:

    [Skimmer]
    Fallback OFF
    Set ON
    If Output ReturnPump = OFF Then OFF
    If Power Apex 001 Then OFF
    Defer 003:00 Then ON
    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.

  3. #3
    Regular Vistor
    Join Date
    Feb 2013
    Location
    UK
    Posts
    48
    Hi Russ.

    I have done all this but afterwards when I switch my return pump to auto after the config it switches off and I haven't selected any feed cycle or anything have I done something wrong?

  4. #4
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,495
    Is the FeedControl VO in AUTO?
    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.

  5. #5
    New User
    Join Date
    Sep 2021
    Location
    Washington dc
    Posts
    1

    Afs delay feed mode

    Hi, there is any way we can program it so the delay work wile activating diferente feed modes?

Similar Threads

  1. AFS programming without AFS rotating.
    By Buddha51 in forum Misc Apex Usage & Programming
    Replies: 1
    Last Post: 01-26-2022, 13:15
  2. Help! AFS programming profile delay for mp40
    By jesuseagle in forum Misc Apex Usage & Programming
    Replies: 3
    Last Post: 11-01-2017, 03:09
  3. Question: Multiple AFS delay when chained
    By NeilScottsdale in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 1
    Last Post: 10-30-2015, 12:20
  4. Delay/Defer AFS programming
    By ToXIc in forum Misc Apex Usage & Programming
    Replies: 5
    Last Post: 12-12-2014, 06:12
  5. AFS: Setting a delay after a manual feed cycle starts
    By SteveW25561 in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 03-25-2014, 20:56

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
  •