Results 1 to 5 of 5

Thread: Feed B, C, D Programming Help

  1. #1
    Frequent Visitor
    Join Date
    Jan 2018
    Location
    CT
    Posts
    58

    Feed B, C, D Programming Help

    Hi,
    I was wondering if someone can post programming for Feed B, C, D...and where do I paste the code?

    I am looking for B to be for water changes so I would want the main COR pump, Skimmer, WAV's and ATK to be shut off on demand and then turned back on, on demand.

    Then kinda looking for C to be skimmer maintenance....so shut off skimmer and ATK for 45 minutes for cleaning.

    D....I dont know what to do with it

    Thank you!

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    You don't program anything in the feeds themselves except the duration. Just add the line below to anything you want off during a particular feed. Change X to feed number and change 000 if you want it off after the feed ends.

    If FeedX 000 Then OFF

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

  3. #3
    Frequent Visitor
    Join Date
    Jan 2016
    Location
    Cincinnati, ohio
    Posts
    709
    I strongly advise you download the reference manual and read up on the feed modes to better understand how they work. You can get the manual from the Neptune links at the top of the page.

  4. #4
    Frequent Visitor
    Join Date
    May 2017
    Location
    Lynn, MA
    Posts
    112
    Here is a basic program you can do for each piece you want to shut down for different feed modes. But you should download the manual to understand how these can get applied in different ways as stated above


    Sent from my iPhone using Tapatalk Pro

  5. #5
    Regular Vistor
    Join Date
    Apr 2017
    Location
    Eastern
    Posts
    41
    Think if the feedmodes as nothing more than delay timers. You set the time for each timer, then reference them (or add to them) in other codes. FOr example, if A is 5mins... Then the code calling FeedA 000 would be a 5 minute delay. If you said FeedA 001, it would stack the 5 and the 1 to make a 6 minute delay.

Similar Threads

  1. Feed Programming
    By medic56 in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 06-09-2018, 17:18
  2. FEED Programming
    By LHillman in forum Misc Apex Usage & Programming
    Replies: 3
    Last Post: 11-30-2016, 19:20
  3. Review My Program Automatic Feed, Manual Feed, and Maintenance Cycle Programming
    By Rufnek100 in forum Misc Apex Usage & Programming
    Replies: 11
    Last Post: 08-10-2016, 12:33
  4. Feed programming
    By alexnyc22 in forum WAV Powerheads
    Replies: 5
    Last Post: 03-28-2016, 21:27
  5. Feed programming
    By Hobbzz in forum Misc Apex Usage & Programming
    Replies: 7
    Last Post: 12-03-2014, 16:02

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
  •