Customized alarm sounds with Apex FMM

Sean Clark

7500 Club Member
View Badges
Joined
May 16, 2019
Messages
8,055
Reaction score
31,606
Location
Michigan
Rating - 0%
0   0   0
I have been playing with different ways to control the newly acessable audiable alarm on the FMM.

I like the idea of having different alarm patterens to allow you to identify different alarm states just by the sound alone.

Here is the theory:
Alarm 1 (TDS is greater than 1) has a beep pattern of 1 second on 5 second off.

Alarm 2 (Sump water low) has a beep pattern of 3 seconds on 1 seconds off.

Alarm 3 (Power outage) has a continuous beep.

I approched this by using a virtual outlet and the OSS programing control.

My first alarm is to alert me when my RODI output rises from from 0 to 1 TDS; indicating a filtration issue.

My second alarm is to aleart me of a power outage to the Apex. This is to give me an audio alert should I not notice that the battery program has taken over. This is much more simple as it is just on and off, not occalating

First alarm: create a virtual outlet named TDS-1 where TDS-1 is the open or closed switch that is controlled by your TDS ouput level on your RODI. This would be open when less than 1 and closed when greater than 1.

Second alarm: create a virtual outlet named SMP-LO where SMP-LO is the open or closed switch that is controlled by your low sump level switch in your sump. This would be open when wet and closed when dry.

Third alarm: this is just a power statement for the fmm alarm:
If Power Apex Off 002 Then ON
This will sound a constant beep when on battery power. I use a 2 second delay to prevent any power flicker false alarms.


Programing...
Virtual outlet SMP-LO programming:
Fallback OFF
Set OFF
OSC 000:00/000:03/000:01 Then ON
If SMP-LO CLOSED Then OFF

Virtual outlet SMP-LO programming:
Fallback OFF
Set OFF
OSC 000:00/000:03/000:01 Then ON
If SMP-LO OPEN Then OFF

FMM Audiable alarm programing:
Fallback OFF
Set OFF
If Output TDS-1 = ON Then ON
If Output SMP-LO = ON Then ON
If Power Apex Off 002 Then ON

This give me a pulsing alarm 1 second on and 5 seconds off when the rodi tds is graater than 1, a pulsing alarm of 3 seconds on and 1 second off when the sump is low, and a solid on alarm on a power loss.

The applications are endless. I just wanted to share how to control this audible alarm to allow you to be able to identify what the issue is simply by the alarm pattern.
 
Sounds great but could be confusing if the door bell rings , dryer buzzes , oven timer goes off , or what if the alarm clock goes off ???all these alarms would make me crazy !!! Lol!! :beaming-face-with-smiling-eyes:o_O kidding !!! Your right the applications are endless thanks for sharing :cool:
 

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