apex alarm help needed

David Cher

Well-Known Member
View Badges
Joined
Feb 8, 2016
Messages
876
Reaction score
162
Rating - 0%
0   0   0
i kept getting apex alarm notification but do not quite get where is the problem

any one can help advice

this is the code for the ato :

fallback off
If FMM_HI CLOSED Then ON
If Leak CLOSED Then ON
If Output Skimmer = OFF Then OFF
If FeedA 010 Then OFF
If FeedC 010 Then OFF
If FeedB 000 Then OFF
If Error Top_off Then ON
Defer 000:20 Then ON

Screen Shot 2021-11-17 at 7.34.20 AM.png
 
@SuncrestReef

I am curious as to why you have that many lines of code for the ATO?

Are you using a ATK, or something else?

I will like to see what @SuncrestReef says, but, I would get rid of the feed lines first.

Having set up a ATK, I never saw a feed line code in the coding.
 
Last edited:
I'm assuming the code you posted above is from your EmailAlm output, which is responsible for sending the Alarm notifications. If that's the case, you need to remove the Fallback Off command, and replace it with Set OFF:

Set OFF
If FMM_HI CLOSED Then ON
If Leak CLOSED Then ON
.....


See my tutorial on Apex Alarm programming for more tips:
 

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