![Neptune Systems AquaController Apex Classic Setup And Programming Manual Download Page 100](http://html1.mh-extra.com/html/neptune-systems/aquacontroller-apex-classic/aquacontroller-apex-classic_setup-and-programming-manual_1668298100.webp)
Apex Classic Setup and Programming Guide v2.2
Page
95
IF POWER
The If Power command allows for outlets to be controlled in response to whether
or not power is present to the Apex base unit or any of the EnergyBars.
If Power Apex OFF 010 Then ON
In this example, if power to the Apex base module is off, and for 10 minutes after
power is restored the outlet will be turned on.
If Power EB8_3 ON 005 Then OFF
In the this example, if power to the EnergyBar with module address 3 is on and
for 5 minutes after power is ON the outlet will be off.
Syntax
If Power ITEM X MMM Then Y
ITEM = the item to monitor (Apex, EB8_3, EB8_6, etc)
X = the power state to trigger on
MMM = minutes up to 999 to wait after trigger is true before setting the outlet
state
Y = ON to turn the outlet on or OFF to turn the outlet off
If Power Monitoring is enabled, the If Power Apex commands will trigger based
on the state of the 12V auxiliary power connector on the Apex Base Module. See
the section titled Triggering alarms or events on Power Outages in the
Programming Alarms and Warnings section for instructions on how to enable
Power Monitoring.