![Neptune Systems AquaController Apex Classic Setup And Programming Manual Download Page 61](http://html1.mh-extra.com/html/neptune-systems/aquacontroller-apex-classic/aquacontroller-apex-classic_setup-and-programming-manual_1668298061.webp)
Apex Classic Setup and Programming Guide v2.2
Page
56
By default, the following alarm trigger points have been programmed into the
Email Alarm outlet:
Set Off
If Temp > 82.0 Then ON
If Temp < 75.0 Then ON
Theses statements will trigger an email to be sent when the temperature
measured by probe Temp is greater than 82 or less than 75.
Any statement can be added to the Email_Alm_I5 outlet. Some common
examples are listed below:
If pH > 8.50 Then ON
If pH > 7.50 Then ON
If ORP > 410 Then ON
If ORP < 300 Then ON
Defer 000:10 Then On
You can use a Defer statement on the alarm to prevent sending or sounding
alarms for conditions that are short lived. The above Defer statement will defer
the alarm for 10 seconds.
See Appendix 3 – Programming Reference for proper usage of these commands
as well as other commands that can be used to trigger Alarms and Warnings.
TRIGGERING ALARMS OR EVENTS ON POWER OUTAGES
The If Power statement can be used in alarm or outlet programs to perform tasks
when power is lost to the Apex system. The Apex system can trigger events
when power has been lost to an EnergyBar or to that Apex Base Module itself.
If Power Apex OFF 005 Then On
This command will trigger when power has been lost to the Apex Base Module
through the AquaBus. It will remain true for 5 minutes after the power is ON
again.
If Power EB8_3 OFF 000 Then ON