Apex configure alarm programming help for CA rx

Triggreef

Zoa Addict
View Badges
Joined
Apr 11, 2014
Messages
4,928
Reaction score
2,809
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
 

SuncrestReef

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

Triggreef

Zoa Addict
View Badges
Joined
Apr 11, 2014
Messages
4,928
Reaction score
2,809
Location
East Hampton, CT
Rating - 0%
0   0   0
Oh OK, I think I remember that now. I'll try that then.

Other opinions welcome on fail safe for this.
 
OP
OP
Triggreef

Triggreef

Zoa Addict
View Badges
Joined
Apr 11, 2014
Messages
4,928
Reaction score
2,809
Location
East Hampton, CT
Rating - 0%
0   0   0
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: 40

SuncrestReef

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

Caring for your picky eaters: What do you feed your finicky fish?

  • Live foods

    Votes: 23 31.1%
  • Frozen meaty foods

    Votes: 59 79.7%
  • Soft pellets

    Votes: 12 16.2%
  • Masstick (or comparable)

    Votes: 7 9.5%
  • Other

    Votes: 4 5.4%
Back
Top