Results 1 to 9 of 9

Thread: Delaying the Apex Auto Feeder

  1. #1
    New User
    Join Date
    Nov 2014
    Location
    Garden City
    Posts
    2

    Delaying the Apex Auto Feeder

    Hello,

    When I program FeedA,B etc. or even automate it, how can I let the back siphon finish for a couple of minutes before the auto feeder comes on so the food don't get sucked into the overflow box?

    Thanks!

    Gary Gipson

  2. #2
    Frequent Visitor CoralNerd's Avatar
    Join Date
    Sep 2014
    Location
    Fullerton
    Posts
    187
    I have the same problem. ..following along to get the codes.

  3. #3
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,488
    If you follow the advanced workflow example in the AFS manual, you can get that behavior.
    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
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    One rotation or multiple?

    Please also post your current program for your return, skimmer and AFS.

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

  5. #5
    Frequent Visitor CoralNerd's Avatar
    Join Date
    Sep 2014
    Location
    Fullerton
    Posts
    187
    I added a defer statement and it worked perfect

  6. #6
    New User
    Join Date
    Jun 2014
    Location
    SF Bay Area
    Posts
    14
    Try the following to feed every day at 8:15 pm . . .

    [Main Pump]

    Fallback ON
    Set ON
    If Time 20:15 to 20:26 Then OFF

    [AutoFeeder]

    If Time 20:16 to 20:17 Then ON
    If FeedA 001 Then ON


    ---------------

    Shuts the main pump off at 8:15, actuates the feeder at 8:16 (a minute is sufficient for the sump and tank to equalize. In my setup, the vortech keeps running till 8:17 to distribute the food, then shuts off for 7 minutes, and then a minute later the main pump kicks in again.

    Works for me - hope it helps!

  7. #7
    New User
    Join Date
    Oct 2018
    Location
    Canal Winchester, OH
    Posts
    7
    Here's my program. Figuedout the code to get the pumps to shut down for the feed cycle but having issues trying to ass a 1 minute Defer line to let the level equalize before the feedef cycles.

    OSC 000:00/000:30/000:30 Then ON
    If Time 00:00 to 10:00 Then OFF
    If Time 10:02 to 20:00 Then OFF
    If Time 20:02 to 00:00 Then OFF
    If FeedA 000 Then ON

    Tried this
    OSC 000:00/000:30/000:30 Then ON
    If Time 00:00 to 10:00 Then OFF
    If Time 10:02 to 20:00 Then OFF
    If Time 20:02 to 00:00 Then OFF
    Defer 001:00 Then ON
    If FeedA 000 Then ON

    That worked OK if I manually initiated the Feed cycle but it would not star the programmed feedings at 10AM and 8PM.
    Removed the Defer and the program works fine.

    Do I need to add a Defer between lines 2 and 3, 3 and 4?

    Just want to minimize the food wasted into my AIO's overflow.

    Thanks

  8. #8
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,488
    You have 30 seconds on time in the OSC statement but a 60-second Defer. That why it doesn’t turn on. Increase the middle value in the OSC to 001:30
    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.

  9. #9
    New User
    Join Date
    Oct 2018
    Location
    Canal Winchester, OH
    Posts
    7
    Quote Originally Posted by RussM View Post
    You have 30 seconds on time in the OSC statement but a 60-second Defer. That why it doesn’t turn on. Increase the middle value in the OSC to 001:30
    Thanks, I'll give that a shot.

Similar Threads

  1. Auto feeder not running in auto
    By jrodiw in forum Misc Apex Usage & Programming
    Replies: 1
    Last Post: 10-27-2021, 19:11
  2. Vectra m1 pump and the apex auto feeder
    By jaws789872 in forum Misc Apex Usage & Programming
    Replies: 1
    Last Post: 11-19-2015, 13:05
  3. Review My Program Apex Auto Feeder and Manual Feeds
    By palaciosan in forum Misc Apex Usage & Programming
    Replies: 0
    Last Post: 03-01-2015, 12:46
  4. Help! Auto Feeder, how to program auto feed/ pump shut off ?
    By Bambam507 in forum Misc Apex Usage & Programming
    Replies: 23
    Last Post: 02-09-2015, 16:46
  5. Auto feeder help
    By Eric w in forum AquaBus Modules, Probes, and Breakout Boxes
    Replies: 15
    Last Post: 09-26-2014, 14:50

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
  •