Results 1 to 4 of 4

Thread: can apex act on condition and NOT revert if the condition reverts

  1. #1
    Frequent Visitor debbygoldman's Avatar
    Join Date
    May 2014
    Location
    NYC
    Posts
    144

    can apex act on condition and NOT revert if the condition reverts

    Folks,

    a simpler version of my previous question - is there a way that apex can be programmed to:

    • react to a condition (eg, if there is a leak, turn off all pumps that move water between the sump and reactors)
    • remain OFF even when the condition reverts
    • right now I have it set to MIN 999.99 -


    Manually I have to turn the outlet(s) off/on/auto to have them return to pumping.

    Is there a programmatic way to do this other than what I've done?

    Thank you all again - debby

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

    Ex

    TankLeak
    Set OFF
    If Switchname CLOSED Then ON
    Defer 000:05 Then ON
    Defer 000:10 Then OFF
    When On > 000:02 Then ON

    Other outlet add
    If Ouptut TankLeak = ON Then OFF


    Sent from my SM-G965U using Tapatalk

  3. #3
    Frequent Visitor debbygoldman's Avatar
    Join Date
    May 2014
    Location
    NYC
    Posts
    144
    Wow. Brilliant. I think I got it.

    When ON > 2 seconds sets the leak-switch ON, and won't clear until I do so. Do I have it right?

    Thank you all again and sorry for being a tad dense. (not getting any younger)!

  4. #4
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Quote Originally Posted by debbygoldman View Post
    Wow. Brilliant. I think I got it.

    When ON > 2 seconds sets the leak-switch ON, and won't clear until I do so. Do I have it right?

    Thank you all again and sorry for being a tad dense. (not getting any younger)!
    Yep. It puts it in manual ON so it will hold the pump or whatever OFF until you put it in AUTO yourself.

    Sent from my SM-G965U using Tapatalk

Similar Threads

  1. Programming LinkA and LinkB with Condition
    By MadTrucker in forum Misc Apex Usage & Programming
    Replies: 3
    Last Post: 05-18-2022, 20:39
  2. Program whit 02 condition
    By TungNQ in forum Misc Apex Usage & Programming
    Replies: 1
    Last Post: 04-15-2022, 20:45
  3. EMAILALM_I5 stays on after condition is over.
    By Etoimos in forum Misc Apex Usage & Programming
    Replies: 5
    Last Post: 07-16-2017, 07:28
  4. Question: I am getting FUSION alarms - for a condition that isn't true?
    By debbygoldman in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 3
    Last Post: 05-22-2017, 05:27

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
  •