New Page 2

 

Welcome to SDR!

  • Amused
  • Angry
  • Annoyed
  • Awesome
  • Bemused
  • Cocky
  • Cool
  • Crazy
  • Crying
  • Down
  • Drunk
  • Embarraded
  • Enraged
  • Friendly
  • Geeky
  • Grumpy
  • Happy
  • Hungry
  • Piratey
  • Poorly
  • Sad
  • Shy
  • Sneaky
  • Tired
  • + Reply to Thread
    Results 1 to 14 of 14

    Thread: Neptune Apex Automatic Feeder System

    1. #1
      CruiseX is offline Registered User
      Enter Status Here..
       
      I am:
      Set you mood here...
       
      Join Date
      Dec 2006
      Location
      San Diego
      Posts
      1,296

      Neptune Apex Automatic Feeder System

      So I currently have an AFS hooked into my Apex System. For whatever reason I can only get it to work on FeedC. Now I currently have my Vortechs driving to different profiles based on FeedA/B/D, but nothing for C.

      Does using the Feed function for your Vortech's affect the actual feed command for the AFS??? If not, than why doesn't my feeder cycle for FeedA/B/D given all the Feed settings for the feeder are the same

    2. #2
      RussM is offline SDMAS Staff Member
      Enter Status Here..
       
      I am:
      Set you mood here...
       
      Join Date
      Jan 2007
      Location
      El Cajon
      Posts
      2,518
      It all depends on your programming. Without seeing that, I can't help.

    3. #3
      CruiseX is offline Registered User
      Enter Status Here..
       
      I am:
      Set you mood here...
       
      Join Date
      Dec 2006
      Location
      San Diego
      Posts
      1,296

      Neptune Apex Automatic Feeder System

      Russ what programming portion do you need to see??

    4. #4
      RussM is offline SDMAS Staff Member
      Enter Status Here..
       
      I am:
      Set you mood here...
       
      Join Date
      Jan 2007
      Location
      El Cajon
      Posts
      2,518
      The Feeder outlet. If it's not already in Advanced control type, switch to that mode

    5. #5
      CruiseX is offline Registered User
      Enter Status Here..
       
      I am:
      Set you mood here...
       
      Join Date
      Dec 2006
      Location
      San Diego
      Posts
      1,296
      Ok well here is the code for the advanced portion of the feeder.

      OSC 000:00/000:30/000:30 Then ON
      If Time 00:00 to 15:00 Then OFF
      If Time 15:02 to 00:00 Then OFF
      If FeedC 000 Then ON

      I have not switched over to advanced, but this is what it would yield based on the settings from the feeder wizard. In any event, all the Feeder outlets are programmed the same at this point.

      Like I mentioned, FeedC will drive the AFS. The other three will not, despite having the same settings as C. That is why I was wondering if using the Feed portion in the Vortech Programming has any effect with the AFS.

    6. #6
      RussM is offline SDMAS Staff Member
      Enter Status Here..
       
      I am:
      Set you mood here...
       
      Join Date
      Jan 2007
      Location
      El Cajon
      Posts
      2,518
      If you want FeedA, FeedB, and/or FeedD to trigger the feeder, you need to add corresponding If Feed statements to the feeder outlet using Advanced control type.

    7. #7
      CruiseX is offline Registered User
      Enter Status Here..
       
      I am:
      Set you mood here...
       
      Join Date
      Dec 2006
      Location
      San Diego
      Posts
      1,296
      Right, given the current program above I completely agree. However, the program above is just an example and the feeder is currently proggramed with the feeder wizard. That program is what is yielded given the settings in the feeder wizard and subsequently switching to advanced (same as default settings). All Feed profiles are the same.

      So I'm guessing the solution you are driving towards is to switch the Feeder Control to Advanced and add Feed A/B/D to the above program to yield:

      OSC 000:00/000:30/000:30 Then ON
      If Time 00:00 to 15:00 Then OFF
      If Time 15:02 to 00:00 Then OFF
      If FeedA 000 Then ON
      If FeedB 000 Then ON
      If FeedC 000 Then ON
      If FeedD 000 Then ON

      Given this program the Feeder will come on anytime a Feed profile is selected in addition to coming on automatically at 3PM for one drum rotation.

      And if I want to make it so that there is no automatic feeding:

      OSC 000:00/000:30/000:30 Then ON
      If Time 00:00 to 00:00 Then OFF
      If FeedA 000 Then ON
      If FeedB 000 Then ON
      If FeedC 000 Then ON
      If FeedD 000 Then ON

      This way the feeder will only feed one drum roation and only when a feed profile is selected.

      Did I get that right?


    8. #8
      RussM is offline SDMAS Staff Member
      Enter Status Here..
       
      I am:
      Set you mood here...
       
      Join Date
      Jan 2007
      Location
      El Cajon
      Posts
      2,518

      Neptune Apex Automatic Feeder System

      The right way to have only manual feeding is to delete the OSC and If Time lines. Then add Set OFF as the first line.

    9. #9
      CruiseX is offline Registered User
      Enter Status Here..
       
      I am:
      Set you mood here...
       
      Join Date
      Dec 2006
      Location
      San Diego
      Posts
      1,296
      Quote Originally Posted by RussM View Post
      The right way to have only manual feeding is to delete the OSC and If Time lines. Then add Set OFF as the first line.
      OK, but then how will the on time for the feeder be controlled? Will it run for the time specified in the misc setup page?

    10. #10
      RussM is offline SDMAS Staff Member
      Enter Status Here..
       
      I am:
      Set you mood here...
       
      Join Date
      Jan 2007
      Location
      El Cajon
      Posts
      2,518
      The duration of a feed cycle for a given outlet is the length of the FeedX Interval plus the value used in the If Feed statement. (the nnn in If FeedA nnn Then OFF)

      So for example, if the FeedA Interval is 30 and an outlet has If FeedA 010 Then OFF, that outlet will not turn back on for 40 minutes.

    11. #11
      CruiseX is offline Registered User
      Enter Status Here..
       
      I am:
      Set you mood here...
       
      Join Date
      Dec 2006
      Location
      San Diego
      Posts
      1,296
      Quote Originally Posted by RussM View Post
      The duration of a feed cycle for a given outlet is the length of the FeedX Interval plus the value used in the If Feed statement. (the nnn in If FeedA nnn Then OFF)

      So for example, if the FeedA Interval is 30 and an outlet has If FeedA 010 Then OFF, that outlet will not turn back on for 40 minutes.
      And by "Interval" you mean the specified period of time that is setup on the MISC setup page, correct?

    12. #12
      RussM is offline SDMAS Staff Member
      Enter Status Here..
       
      I am:
      Set you mood here...
       
      Join Date
      Jan 2007
      Location
      El Cajon
      Posts
      2,518
      Quote Originally Posted by CruiseX View Post
      And by "Interval" you mean the specified period of time that is setup on the MISC setup page, correct?
      You got it

    13. #13
      CruiseX is offline Registered User
      Enter Status Here..
       
      I am:
      Set you mood here...
       
      Join Date
      Dec 2006
      Location
      San Diego
      Posts
      1,296
      Ok, well then take this as an example.

      Currently I have the interval of FeedA set at 5 minutes so that my vortechs will slow for five minutes under the pumps programming. However, I don't want the Feeder to run for 5 minutes. That would be too many drum rotations. Is there a way to specify the period of on time for the feeder apart from the interval?

    14. #14
      CruiseX is offline Registered User
      Enter Status Here..
       
      I am:
      Set you mood here...
       
      Join Date
      Dec 2006
      Location
      San Diego
      Posts
      1,296
      Can I do that with:

      Set OFF
      OSC 000:00/000:30/000:30 Then ON
      If FeedA 000 Then ON
      If FeedB 000 Then ON
      If FeedC 000 Then ON
      If FeedD 000 Then ON

    + Reply to Thread

    Thread Information

    Users Browsing this Thread

    There are currently 1 users browsing this thread. (0 members and 1 guests)

       

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts