Constant Alarm OFF notifications

Kinetic

Active member
For the past few days, my alarm is constantly being triggered, but it never goes "ON," just "OFF" over and over again. I've attached the latest log entries. You can see all I get are OFF notifications.

My alarm is set to AUTO.

Here's the program:

Code:
Set OFF
If Tmp > 82.5 Then ON
If Tmp < 75.0 Then ON
If Error ATK Then ON
If Swx4_2 CLOSED Then ON
If Swx4_3 OPEN Then ON

Swx4_2 is my ATK's second sensor
Swx4_3 is my ATO reservoir OS-1 sensor for low water warning

I was reading a forum post that suggested adding (http://www.reefcentral.com/forums/showthread.php?t=2034356):
Code:
Defer 001:00 Then ON
 

Attachments

  • Screen Shot 2017-10-01 at 8.51.35 PM.png
    Screen Shot 2017-10-01 at 8.51.35 PM.png
    56.2 KB · Views: 3
Back
Top