![Neptune Systems AquaController Apex Classic Setup And Programming Manual Download Page 98](http://html1.mh-extra.com/html/neptune-systems/aquacontroller-apex-classic/aquacontroller-apex-classic_setup-and-programming-manual_1668298098.webp)
Apex Classic Setup and Programming Guide v2.2
Page
93
IF MOON
The If Moon command allows for an outlet to be controlled based on the
moonrise and moonset of the lunar cycle. The numeric fields are used to adjust
when the outlet is switched either before or after the lunar cycle time. The first
number is the number of minutes to add or subtract from the moonrise time, and
the second number is the number of minutes to add or subtract from the
moonset time.
If Moon 000/000 Then ON
In this example, the outlet is on at moonrise and off at moonset.
If Moon -20/010 Then ON
In this example, the outlet is on 20 minutes before moonrise and off 10 minutes
after moonset.
Syntax
If Moon RRR/SSS Then Y
RRR = minutes before (negative) or after (positive) moonrise (360 or -360 max)
SSS = minutes before (negative) or after (positive) moonset (360 or -360 max)
Y = ON to turn the outlet on or OFF to turn the outlet off
IF ORP
The If ORP command allows for an outlet to be controlled in response to the ORP
measurement.
If ORP > 450 Then ON
In this example, whenever probe ORP measures more than 450, the outlet is on.
Syntax
If ORPX C T Then Y
ORPX = the name of the ORP probe (ORP, ORPA, ORPB, ORPx3, ORPx4, etc)
C = the conditional either >, <, or =
T = target ORP in number 000 to 999
Y = ON to turn the outlet on or OFF to turn the outlet off