Apex ATO help

Matt1997

Well-Known Member
View Badges
Joined
Feb 1, 2018
Messages
506
Reaction score
677
Rating - 100%
0   0   1
I would like to add a command that will inform me that the ATO container has run out. I would like to create an email alarm code that informs me if the lower optical sensor SWX3_1 is open for greater than 80 minutes.

If SWX3_1 = ON > defer 80:00 then ON??

Will that work? Thank you for any help.
 
Yes, that will work but needs to be coded a little differently. It needs to be spread over 2 lines as they are different commands (the Apex is a state machine). Here is what I believe is the correct syntax for your need. I assume your 'on' state for your optical switch is the closed position (covered by water).

If SWX3_1 CLOSED Then ON
Defer 080:00 Then ON
 

IF YOU HAD TO TAKE A REEFING EXAM, WOULD YOU PASS?

  • Yes!

    Votes: 32 45.7%
  • Not yet, but I have one that I want to buy in mind!

    Votes: 9 12.9%
  • No.

    Votes: 26 37.1%
  • Other (please explain).

    Votes: 3 4.3%

New Posts

Back
Top