![Neptune Systems AquaController Apex Classic Setup And Programming Manual Download Page 99](http://html1.mh-extra.com/html/neptune-systems/aquacontroller-apex-classic/aquacontroller-apex-classic_setup-and-programming-manual_1668298099.webp)
Apex Classic Setup and Programming Guide v2.2
Page
94
IF OUTLET
The If Outlet command is used to control an outlet based on the state of another
outlet.
If Outlet Light1 = ON Then OFF
In this example, whenever outlet Light1 is on, the outlet containing this
command will be off.
Syntax
If Outlet O = X Then Y
O = the name of the Outlet to be followed
X = ON or OFF
Y = ON to turn the outlet on or OFF to turn the outlet off
IF PH
The If pH command allows for an outlet to be controlled in response to a pH
measurement.
If pH > 8.35 Then ON
In this example, whenever probe pH measures more than 8.35, the outlet is on.
Syntax
If pHx C T Then Y
pHx = the name of the pH probe (pH, ph2, pHA, pHB, pHx3, pHx4, etc)
C = the conditional either >, <, or =
T = target pH in number 4.00 to 11.99
Y = ON to turn the outlet on or OFF to turn the outlet off