Apex configure alarm programming help for CA rx

Triggreef

Zoa Addict
View Badges
Joined
Apr 11, 2014
Messages
4,929
Reaction score
2,814
Location
East Hampton, CT
Rating - 0%
0   0   0
Hi, trying to add an apex alarm to send to my phone if pH drops too low. I think I already have it alarming if it is too high but not sure where I add the alarm. Obviously the alarm language is not here. I tried this and it didn't work so obviously I'm needing a reminder of how to do this. See photos

Screenshot_20210614-141410_Chrome.jpg Screenshot_20210614-141421_Chrome.jpg
 
Don't add the code to the reactor itself. Alarms can be defined under the EmailAlm output programming, or within the probe settings. Example:

[EmailAlm]
Set OFF
If pH < 6.5 Then ON

Read my tutorial on Apex Alarm Programming for tips and examples:
 
Oh OK, I think I remember that now. I'll try that then.

Other opinions welcome on fail safe for this.
 
Don't add the code to the reactor itself. Alarms can be defined under the EmailAlm output programming, or within the probe settings. Example:

[EmailAlm]
Set OFF
If pH < 6.5 Then ON

Read my tutorial on Apex Alarm Programming for tips and examples:
Thanks, I think I'm good now...
 

Attachments

  • Screenshot_20210614-144232_Chrome.jpg
    Screenshot_20210614-144232_Chrome.jpg
    68.4 KB · Views: 45
Thanks, I think I'm good now...
I'd recommend listing the pH conditions first, and the temperature conditions last. As I explained in my tutorial, the Apex can only report on a single alarm at a time, and the last one in the list that's True is what it will report. So if the pH is triggering an alarm, you'd never know if the temperature is too hot until after the pH condition gets corrected. It's very important to prioritize your alarms.
 

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