Results 1 to 4 of 4

Thread: Feed Mode and Vortech MP40 Programming

  1. #1
    Regular Vistor
    Join Date
    May 2015
    Location
    San Diego, CA
    Posts
    47

    Feed Mode and Vortech MP40 Programming

    Hi,
    I currently have two feed modes set up
    FeedA turns OFF pumps for 5 minutes
    FeedB activates profile "ramp_up" for 5 minutes
    "ramp_up" profile sets Vortech pumps at 10% in Lagoon Mode

    I was wondering, is it possible to program a feed mode (say FeedC) to do the two operations listed above (in that order)
    Turn OFF pumps for 5 minutes
    Set pumps in Lagoon Mode at 10% for 5 minutes
    Return to regular pump program

    Thanks

  2. #2
    Frequent Visitor Todd's Avatar
    Join Date
    Jan 2013
    Location
    Huntsville, AL
    Posts
    583
    You can't use a Feed to start another Feed, but you can achieve the overall sequence using a virtual outlet.

    FeedC = 5:00 minutes

    [MP40]
    Set ON
    If FeedC 000 Then OFF
    If Output [VO] = ON Then Lagoon

    [VO]
    Set OFF
    If FeedC 005 Then ON
    Defer 005:00 Then ON

    So, FeedC starts and shuts off the pump for 5 minutes (default duration).
    Meanwhile, the VO would start and run for a total of 10 minutes (default + extra); however, the Defer delays it by 5 minutes. This leaves the VO on for 5 minutes after default, and thus activates the Lagoon profile. Once the VO shuts OFF, the MP40 reverts back to normal ON setting.

  3. #3
    Regular Vistor
    Join Date
    May 2015
    Location
    San Diego, CA
    Posts
    47
    Sorry but I'm a little new to programming, so I have a few follow-up questions...
    I have an APEX Classic by the way (if that matters)

    1) Are these first set of lines added to the MP40 Configuration > Advanced as program lines
    2) Is there a way to set the Lagoon mode at 20%
    3) How do I program a virtual outlet?

    Thanks

  4. #4
    Frequent Visitor Todd's Avatar
    Join Date
    Jan 2013
    Location
    Huntsville, AL
    Posts
    583
    1) Yes, this would be added in Advanced mode. I'd need to see what other programming you have for the MP40. It might conflict.

    2) I don't have a Vortech. I was assuming it uses a profile. You can define a profile to use whatever you want. Someone else might be able to help out on this.

    3) A bit of a long discussion. It is covered here: https://www.neptunesystems.com/downl...nce_Manual.pdf

Similar Threads

  1. Help! NEED HELP!! Programming for Virtual Outlet Feed Mode with AFS and Vortech COntrol
    By machonachos in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 6
    Last Post: 06-22-2020, 14:27
  2. Vortech MP40 Feed Timer without EB.
    By jordanM in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 6
    Last Post: 06-01-2019, 18:28
  3. Question: I need help programming my MP10 and MP40 for feed mode/ nutrient transport mode
    By Koddie Doo in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 5
    Last Post: 01-08-2018, 16:02
  4. Program Vortech MP40 To RUN in NTM while in Feed Mode
    By dreman101 in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 1
    Last Post: 04-20-2017, 07:14
  5. Question: Added a Feed mode to MP40
    By Mpderksen in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 4
    Last Post: 05-22-2016, 17:49

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
  •