Results 1 to 4 of 4

Thread: AFS programing

  1. #1
    New User
    Join Date
    Feb 2018
    Location
    Est
    Posts
    2

    AFS programing

    Hello I’m a new apex user. I have a AFS and I’d like it to feed my fish at 9 am and also turn off my return pump 30 seconds before the feeding then stay off for 5 min after the feeding. Can anyone detail this out to me. I’m trying to do this over my iPhone on the fusion app. Thanks In advance

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Create a VO (this code assumes you want 1 rotation at 9am or whenever you press FeedA).

    vFeed (VO)
    Set OFF
    If Time 09:00 to 09:05 Then ON
    If FeedA 000 Then ON

    AFS
    Set OFF
    If Output vFeed = ON Then ON
    Defer 000:30 Then ON

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

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

  3. #3
    New User
    Join Date
    Feb 2018
    Location
    Est
    Posts
    2
    What is a VO

  4. #4
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Virtual outlet.

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

Similar Threads

  1. Help! AFS programing
    By dtorti in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 12-23-2017, 20:56
  2. AFS Programing Help!
    By boozeman27 in forum Misc Apex Usage & Programming
    Replies: 6
    Last Post: 10-04-2017, 17:00
  3. Review My Program AFS Programing
    By gpdno in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 05-30-2014, 06:47
  4. Help! AFS Programing
    By Jonty in forum AquaBus Modules, Probes, and Breakout Boxes
    Replies: 2
    Last Post: 01-15-2014, 18:15
  5. Help! AFS Programing
    By pinhigh1886 in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 11
    Last Post: 12-11-2013, 12:38

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
  •