Apex Users: How did your Program your ALD?

I might finally get around to setting up the leak detectors that have been sitting around and was looking for ideas from others that have setup the ALD. If triggered, what do you have it turn off, do, etc. and how did you code it?

My initial thoughts would be to turn off return pump(s), skimmer, ATO, and dosers and also have it send a notification. I would think having flow pumps run would be good to keep the water moving.
 
Hey Mike. I have mine on my return pump, skimmer, dosers, and my AWC system (LM3).

Fallback ON
Set ON
If Switchx5_1 CLOSED Then OFF
If Switchx5_2 CLOSED Then OFF
If FeedA 000 Then OFF
If FeedB 000 Then OFF

~Matt
 
I have a sensor under my ext skimmer and it sends an alert and turns off the feed pump. Then I have a sensor under my stand which sends an alert, turns off my skimmer feed pump, and turns off my return pump.
 
All my external/sump pumps have the following (where Switchx11_1 is the ALD.) My Tunze powerheads in the tank keep circulation going.

Fallback ON
Set ON
If Switchx11_1 CLOSED Then OFF
 
Top