Results 1 to 3 of 3

Thread: Return pump programming

  1. #1
    New User
    Join Date
    Dec 2017
    Location
    Oahu, HI, GMT-10
    Posts
    7

    Return pump programming

    Recently added a new line to my return pump programming for a doorbell button feed mode. Here is my whole return pump programming:

    Fallback ON
    Set ON
    If FeedA 000 Then OFF
    If FeedD 000 Then OFF
    If Sw6 CLOSED Then OFF
    Defer 030:00 Then ON
    If Time 16:00 to 16:05 Then OFF

    When I do my maintenance (FeedD), the pump didn't come back on after the preset 60 minutes due to the 30 minute defer statement that I had added for the door bell feed mode. How can I rearrange or change the programming to isolate the defer for the doorbell button and not the other preset feed modes?

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Separate the doorbell into a VO.

    DoorBell
    Set OFF
    If Sw6 CLOSED Then ON
    Min Time 030:00 Then ON

    Return
    Replace lines you added with
    If Output DoorBell = ON Then OFF

    Sent from my SM-G965U using Tapatalk

  3. #3
    New User
    Join Date
    Dec 2017
    Location
    Oahu, HI, GMT-10
    Posts
    7
    Exactly what I needed, thank you so much!

Similar Threads

  1. Question: Return Pump Programming
    By TangoTan16 in forum APEX Fusion
    Replies: 0
    Last Post: 09-12-2021, 21:45
  2. Programming return Pump
    By Jfi2ee in forum Misc Apex Usage & Programming
    Replies: 3
    Last Post: 11-20-2020, 12:51
  3. Question: Need help programming my return pump
    By mikemorcos in forum Misc Apex Usage & Programming
    Replies: 16
    Last Post: 02-12-2018, 10:14
  4. Question: programming return pump to always be on
    By davesolo29 in forum Misc Apex Usage & Programming
    Replies: 17
    Last Post: 02-26-2017, 21:43
  5. Help Programming a Vacuum/Lift Pump to Return Pump With Apex
    By Holder1632 in forum Misc Apex Usage & Programming
    Replies: 1
    Last Post: 05-01-2016, 19:48

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
  •