Results 1 to 3 of 3

Thread: Multiple returns and dual heaters

  1. #1
    Regular Vistor
    Join Date
    Feb 2014
    Location
    Pennsylvania
    Posts
    27

    Multiple returns and dual heaters

    I have an external AC pump feeding my display upstairs and an internal DC pump feeding my frag tank, refugium, and manifold in the basement. My dual heaters are in my sump that everything is connected and sharing. What I would like to do is have my heaters only turn off when BOTH returns are powered off, not just one. Is this possible and what would the code look like on the heater outlets?

    Thanks.

  2. #2
    Frequent Contributor SuncrestReef's Avatar
    Join Date
    Feb 2018
    Location
    Beaverton, OR
    Posts
    3,105
    Here's one way to do it:

    1. Create a virtual output that tracks the status of both pumps:

    [Pump_Status] -- virtual output
    Set OFF
    If Output Pump1 = ON Then ON
    If Output Pump2 = ON Then ON


    Then add this line to the bottom your existing heater outputs:

    If Output Pump_Status = OFF Then OFF

    Basically, the virtual output will be turned On if either Pump1, Pump2, or both pumps are On. If they're both Off, the virtual output will remain Off, and this will then prevent the heaters from running regardless of the temperature logic above this new line of code.

  3. #3
    Regular Vistor
    Join Date
    Feb 2014
    Location
    Pennsylvania
    Posts
    27
    Quote Originally Posted by SuncrestReef View Post
    Here's one way to do it:

    1. Create a virtual output that tracks the status of both pumps:

    [Pump_Status] -- virtual output
    Set OFF
    If Output Pump1 = ON Then ON
    If Output Pump2 = ON Then ON


    Then add this line to the bottom your existing heater outputs:

    If Output Pump_Status = OFF Then OFF

    Basically, the virtual output will be turned On if either Pump1, Pump2, or both pumps are On. If they're both Off, the virtual output will remain Off, and this will then prevent the heaters from running regardless of the temperature logic above this new line of code.
    Thank you!

Similar Threads

  1. Getting a VO To Be Auto When Power Returns
    By jamesreich in forum Misc Apex Usage & Programming
    Replies: 4
    Last Post: 03-12-2020, 10:36
  2. Help! Dual 500 Watt Heaters Reefer 750 XXL
    By Diesel48 in forum Apex Programming for Heaters and Chillers
    Replies: 8
    Last Post: 03-23-2019, 18:04
  3. Dual Finnex heaters
    By Nycluis in forum Apex Programming for Heaters and Chillers
    Replies: 5
    Last Post: 12-26-2017, 10:59
  4. Dual heaters
    By RickyRicardo in forum Apex Programming for Heaters and Chillers
    Replies: 3
    Last Post: 01-03-2014, 01:34
  5. Returns
    By cal_stir in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 2
    Last Post: 04-07-2013, 18:05

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
  •