Results 1 to 4 of 4

Thread: Programming Feed mode to keep powerheads on for the first X minutes through fusion

  1. #1
    New User
    Join Date
    Apr 2017
    Location
    Wichita, KS/CST
    Posts
    3

    Programming Feed mode to keep powerheads on for the first X minutes through fusion

    Apex classic controlling 2x mp10 connected through a wxm

    I am looking for some help programming a feed mode that keeps my powerheads on for x minutes of the feed cycle and then turns them off for the remainder of the feed cycle.

    The idea is to utilize the powerheads to broadcast feed and the turn them off to let the suspended particles sink down to the bottom to give all levels of the tank an opportunity to eat before everything cuts back on.

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Use a virtual outlet

    Broadcst (VO)
    Set OFF
    If FeedA 000 Then ON
    Defer 00X:00 Then ON

    Pump
    (Existing code)
    If FeedA 000 then profilename
    If Outlet Broadcst = ON Then OFF



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

  3. #3
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    You can also shorten the Feed to the length you want to pulse and add extra time to the other stuff. Ex 10 minute total feed, 2 minutes broadcast feed timer setting

    Pump
    (Existing code)
    If FeedA 000 Then broadcast
    If FeedA 008 Then OFF

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

  4. #4
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    A third option (outside of what you asked for) is to do what I do. Set one pump at a very low intensity pulsing profile and the other off during feed, do a high intensity pulse for 2 minutes after to stir up anything that settled.

    Pump 1
    (Existing code)
    If FeedA 000 Then Slow
    If FeedA 002 Then surge.

    Pump 2
    (Existing code)
    If FeedA 000 Then OFF
    If FeedA 002 Then Surge

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

Similar Threads

  1. Help! need help with programming feed mode
    By mikex87 in forum Misc Apex Usage & Programming
    Replies: 4
    Last Post: 11-26-2021, 05:56
  2. How to configure powerheads with feed mode??
    By Belibo in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 03-06-2020, 17:26
  3. Need help programming feed mode
    By Astuck in forum Misc Apex Usage & Programming
    Replies: 10
    Last Post: 02-08-2018, 07:00
  4. 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
  5. Question: Wav Powerheads power percentage during feed mode change
    By haanstang in forum Misc Apex Usage & Programming
    Replies: 4
    Last Post: 12-22-2016, 21:47

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
  •