Apex alarms

TWYOUNG

Well-Known Member
View Badges
Joined
Jun 15, 2022
Messages
977
Reaction score
393
Location
St. Louis
Rating - 0%
0   0   0
Can anyone tell me what my newly set up APEX Is telling me with this barrage of alerts.

E00C481B-9826-4752-8865-A0711FA0A1C9.png
 
Sorry I’m new to this and not familiar with the term “break out box”. I have two FMM modules and two COR pumps with other connections.
 
Upvote 0
Sorry I’m new to this and not familiar with the term “break out box”. I have two FMM modules and two COR pumps with other connections.
What do you have connected in input 1 of your FMM that is at module address 4? These have similar names to the switch inputs of the breakout box.
 
Upvote 0
Thanks. I’m almost there. I renamed the switch only I can’t remember how to get to the advanced tab to reset the alarm.
 
Upvote 0
Thanks. I’m almost there. I renamed the switch only I can’t remember how to get to the advanced tab to reset the alarm.
For some reason I thought it was there like it is for other inputs. That tab doesn't exist for switch inputs.

Check your email alarm outlet. Delete the line that says If SwitchName CLOSED Then ON
 
Upvote 0
I found the program for the ATO output and line 5 stated, “ if ATOLOW closed then ON. It would seem the normal course of things would be for that switch to be closed so I changed it to say OFF. Not sure why it was programmed that way unless I did it without realizing it. Hopefully this will fix it. Thanks for the help I truly appreciate it.
 
Upvote 0
I found the program for the ATO output and line 5 stated, “ if ATOLOW closed then ON. It would seem the normal course of things would be for that switch to be closed so I changed it to say OFF. Not sure why it was programmed that way unless I did it without realizing it. Hopefully this will fix it. Thanks for the help I truly appreciate it.
It is in the EmailAlm_I5 output that you need to remove the line.

Your ATOlow switch will change between open and closed quite often as water level changes, so you don't want to alert yourself when that happens.

For the outlet itself you want

Fallback OFF
Set OFF
If ATOlow OPEN Then ON
If ATOhig CLOSED Then OFF
Defer 000:10 Then ON
Defer 000:10 Then OFF
Min Time 030:00 Then OFF
When ON > 005:00 Then OFF


For email you want

If Error ATOoutputname Then ON

Optional
If ATOhig CLOSED Then ON
 
Upvote 0

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%

New Posts

Back
Top