![Neptune Systems AquaController Apex Classic Скачать руководство пользователя страница 101](http://html1.mh-extra.com/html/neptune-systems/aquacontroller-apex-classic/aquacontroller-apex-classic_setup-and-programming-manual_1668298101.webp)
Apex Classic Setup and Programming Guide v2.2
Page
96
IF SUN
The If Sun command allows for an outlet to be controlled based on the sunrise
and sunset variations listed in the Seasonal Table. The numeric fields are used to
adjust when the outlet is switched either before or after the time in the Seasonal
Table. The first number is the number of minutes to add or subtract from the
sunrise time, and the second number is the number of minutes to add or subtract
from the sunset time.
If Sun 000/020 Then ON
In this example, the outlet is on at sunrise and off 20 minutes after sunset.
If Sun -60/000 Then ON
In this example, the outlet is on 60 minutes before sunrise and off at sunset.
Syntax
If Sun RRR/SSS Then Y
RRR = minutes before (negative) or after (positive) sunrise (360 or -360 max)
SSS = minutes before (negative) or after (positive) sunset (360 or -360 max)
Y = ON to turn the outlet on or OFF to turn the outlet off
IF SWITCH
The If Switch command allows for an outlet to be controlled in response to an
open or closed switch.
If Switch2 = Closed Then ON
In this example, whenever Switch2 is closed, the outlet is on.
Syntax
If SwitchX = X Then Y
SwitchX = the name of the switch (Switch1, SwitchA1, SwitchC4, Switchx3_1,
Switchx4_5, etc.)
X = OPEN trigger when the switch is open, CLOSED trigger when the switch is
closed.
Y = ON to turn the outlet on or OFF to turn the outlet off