Results 1 to 2 of 2

Thread: Non programmable pump with Stir

  1. #1
    Regular Vistor
    Join Date
    Dec 2017
    Location
    US, Central
    Posts
    20

    Non programmable pump with Stir

    Ok, I'm trying to program my power heads and skimmer so that when I press FEED-A they turn off for 10 mins then my power heads turn on for 1 min (I'd prefer 30secs but I don't know how to do that with this string) then shut off for another 5 min. After a total of 16 mins my power heads resume normal function and 5 minutes later my skimmer turns on.

    Will this work or cause any issues? Thanks for the help!

    FeedA @ 10mins



    Virtual Outlets:
    V_OFF
    Set OFF
    If FeedA 000 Then ON
    V_STIR ON
    Set OFF
    If FeedA 001 Then ON
    V_STIR OFF
    Set OFF
    If FeedA 006 Then ON

    Physical Outlets:
    Skimmer
    Fallback ON
    Set ON
    If Outlet POWERHEADS = OFF ThenOFF
    Defer 005:00 Then ON
    If FeedA 022 Then OFF

    POWERHEADS
    Fallback ON
    Set OFF
    If Outlet V_STIR OFF = ON ThenOFF
    If Outlet V_STIR ON = ON Then ON
    If Outlet V_OFF = ON Then OFF

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    There is a much simpler way for the powerheads.

    Fallback ON
    Set ON
    If FeedA 005 Then OFF
    If FeedA 001 Then ON
    If FeedA 000 Then OFF

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

Similar Threads

  1. Do you guys stir your A/B in the DDR?
    By deputydog95 in forum DŌS & DDR – Dosing and Fluid Metering System
    Replies: 12
    Last Post: 01-06-2024, 09:14
  2. Question: Need a code that would stir up detritus
    By Shane_l in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 0
    Last Post: 09-29-2020, 16:44
  3. Review My Program Kalk stir program
    By tangman in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 05-09-2018, 13:49
  4. Feature request: allow programmable activation and cancelation of FEED modes
    By SteveW25561 in forum Misc Apex Usage & Programming
    Replies: 1
    Last Post: 06-07-2017, 15:18
  5. Stir Pump Programming
    By Crazy4Tangs in forum AquaBus Modules, Probes, and Breakout Boxes
    Replies: 0
    Last Post: 10-31-2013, 05:38

Tags for this Thread

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
  •