Results 1 to 3 of 3

Thread: Auto feeder 2 tumbles

  1. #1
    Frequent Visitor
    Join Date
    Dec 2016
    Location
    winnipeg, MB, Canada
    Posts
    98

    Auto feeder 2 tumbles

    I have my feeder set up

    to turn all my stuff of wait a time then feed

    here is my programming

    Set OFF
    If Output v-feed = ON Then ON
    Defer 003:00 Then ON


    how can I say in like x min after the first time do a second rotation . as fish are eating more now.

    do I just do this

    Set OFF
    If Output v-feed = ON Then ON
    Defer 003:00 Then ON
    Defer 004:00 Then ON (so I will go again 1 min after the first time)

    rick



    Sent from my SM-G950W using Tapatalk

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    No. You need two extra VOs to do additional rotations with a delayed start.

    StartFeed
    Set OFF
    If Output vFeed = ON Then ON
    Defer 003:00 then ON

    StopFeed
    Set OFF
    If Output vFeed = ON Then ON
    Defer 004:30 then ON

    AFS
    OSC 000:00/000:30/000:30 Then ON
    If Output StartFeed = OFF Then OFF
    If Output StopFeed = ON Then OFF

    Sent from my SM-G965U using Tapatalk

  3. #3
    Frequent Visitor
    Join Date
    Dec 2016
    Location
    winnipeg, MB, Canada
    Posts
    98
    yikes

    I'm going to provide you with all my programming for my feeding



    Sent from my SM-G950W using Tapatalk

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. 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
  3. Auto feeder help
    By Eric w in forum AquaBus Modules, Probes, and Breakout Boxes
    Replies: 15
    Last Post: 09-26-2014, 14:50
  4. Help! Auto feeder help
    By allred in forum Misc Apex Usage & Programming
    Replies: 1
    Last Post: 02-14-2014, 11:28
  5. Auto Feeder
    By chefbobg in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 1
    Last Post: 07-07-2013, 08:22

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
  •