apex alarm help needed

David Cher

Well-Known Member
View Badges
Joined
Feb 8, 2016
Messages
846
Reaction score
156
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
 

Billldg

My Gem Tang Is Watching You
View Badges
Joined
May 14, 2018
Messages
17,478
Reaction score
121,885
Location
Georgia
Rating - 0%
0   0   0
@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:

SuncrestReef

That Apex guy
View Badges
Joined
Jan 18, 2018
Messages
4,214
Reaction score
9,214
Location
Oregon
Rating - 0%
0   0   0
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:
 

Being sticky and staying connected: Have you used any reef-safe glue?

  • I have used reef safe glue.

    Votes: 148 88.6%
  • I haven’t used reef safe glue, but plan to in the future.

    Votes: 9 5.4%
  • I have no interest in using reef safe glue.

    Votes: 7 4.2%
  • Other.

    Votes: 3 1.8%
Back
Top