ATK Alarms constant

WannaSeeMyClam

New member
Installed an ATK last night to my Apex EL, and im getting constant alarms. UNit is installed with bottom optical just at water line. I have currently set my alarm email status to off. Please help. :headwally::headwally:


Item Date Status Statement
1 2018-11-22 00:21:35 -0500 ON If Swx3_1 CLOSED Then ON
2 2018-11-22 01:21:34 -0500 ON If Swx3_1 CLOSED Then ON
3 2018-11-22 02:21:35 -0500 ON If Swx3_1 CLOSED Then ON
4 2018-11-22 03:21:36 -0500 ON If Swx3_1 CLOSED Then ON
5 2018-11-22 04:03:50 -0500 OFF Set OFF
6 2018-11-22 04:03:53 -0500 ON If Swx3_1 CLOSED Then ON
7 2018-11-22 04:10:23 -0500 ON Set OFF
8 2018-11-22 04:10:25 -0500 ON If Swx3_1 CLOSED Then ON
9 2018-11-22 04:11:07 -0500 OFF Set OFF
10 2018-11-22 04:11:45 -0500 ON If Swx3_1 CLOSED Then ON
 
Fallback OFF
Set OFF
If Swx3_1 OPEN Then ON
If Swx3_2 CLOSED Then OFF
When On > 005:00 Then OFF
Defer 000:10 Then ON
Defer 000:04 Then OFF
Min Time 060:00 Then OFF
 
You have the wrong in the email alarm program.

Swx3_1 is the low optical sensor, which determines if ATO is needed or not. Swx3_2 is the high-level optical sensor, which is used as a safety check should the water level rise above the normal level. That's the one you would want an alarm about.


Change:

If Swx3_1 CLOSED Then ON

to:

If Swx3_2 CLOSED Then ON
 
And you should change the input names to something descriptive and more meaningful.


For example, change Swx3_1 to ATO-OS and Swx3_2 to SumpHi
 
Thank you but it appears to be still alarming for now will let it sit

2018-11-23 00:00:54 -0500 OFF If Swx3_1 CLOSED Then ON
2 2018-11-23 00:00:57 -0500 ON If Swx3_1 CLOSED Then ON
 
Changing _1 to closed then off and -2 to closed then on seems to have worked. Why would it configure wrong out of the box ugh
 
I hope you did not make the change in the ATK outlet programming.
That programming that you listed is correct.

The change should be made in the Email Output.
 
Back
Top