Apex alarms

aerialdronemaster

Active Member
View Badges
Joined
Apr 12, 2020
Messages
266
Reaction score
79
Rating - 0%
0   0   0
Hello

I have some peobles with alarms with lex
The below script isn't working for me
I am oy getting alarms (text messages) for salt temp and ph. Directly configured i advanced tab , what is that
I would like to have ato , rodi and leak alarms added

SmartSelect_20210228-065518_APEX Fusion.jpg SmartSelect_20210228-065455_APEX Fusion.jpg SmartSelect_20210228-065428_APEX Fusion.jpg
 
I dont know why you aren't using the 'built in alarm settings' for your temp, ph and salinity. You only need to set the parameters - and if they are outslde those, you will get an alert. Here is a nice article describing how to do it. I do not think you need all the code in your email alert settings?


On my Neptune, I have alarms turned 'on'. I go, for example to the TMP probe, click the settings - and I set the parameters. There is no programming for pH in the Email alert settings necessary.
 
I dont know why you aren't using the 'built in alarm settings' for your temp, ph and salinity. You only need to set the parameters - and if they are outslde those, you will get an alert. Here is a nice article describing how to do it. I do not think you need all the code in your email alert settings?


On my Neptune, I have alarms turned 'on'. I go, for example to the TMP probe, click the settings - and I set the parameters. There is no programming for pH in the Email alert settings necessary.
Thx

I will look at it
Temp salt and ph works, but not from the script but from the advanced tab, nothing works from script.
I will go over the article
 
I’m the author of the tutorial article linked above.

It’s best not to mix methods for alarms. Either use the code on the EmailAlm output, or use the Alarm settings on the Inputs.

As for your EmailAlm code not working:

1. Is your EmailAlm output slider set to AUTO on your dashboard?

2. Is there an active alarm (such as your salt or pH) at the time you’re expecting to receive a notification for some other alarm condition? The Apex can only report on a single alarm condition at a time, so you’d need to clear the 1st alarm before you will receive the 2nd alarm notification.

3. As I mention in my tutorial, be sure to sequence your code so the most important conditions are listed last.
 
I’m the author of the tutorial article linked above.

It’s best not to mix methods for alarms. Either use the code on the EmailAlm output, or use the Alarm settings on the Inputs.

As for your EmailAlm code not working:

1. Is your EmailAlm output slider set to AUTO on your dashboard?

2. Is there an active alarm (such as your salt or pH) at the time you’re expecting to receive a notification for some other alarm condition? The Apex can only report on a single alarm condition at a time, so you’d need to clear the 1st alarm before you will receive the 2nd alarm notification.

3. As I mention in my tutorial, be sure to sequence your code so the most important conditions are listed last.
This is interesting - I did not know this (but I suppose it makes sense according to the programming) - I think this is a huge issue. For example (lets say) the ORP alarm went off (who cares) - but the temp was 95 in the tank - I would like to know the temp - as compared to the other.
 

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%
Back
Top