![Neptune Systems AquaController Apex Classic Скачать руководство пользователя страница 102](http://html1.mh-extra.com/html/neptune-systems/aquacontroller-apex-classic/aquacontroller-apex-classic_setup-and-programming-manual_1668298102.webp)
Apex Classic Setup and Programming Guide v2.2
Page
97
IF TEMP
The If Temp command allows for an outlet to be controlled in response to the
temperature measurement.
If Temp > 80 Then ON
In this example, whenever probe Temp measures more than 80 degrees, the
outlet is on.
Syntax
If TempX C T Then Y
TempX = the name of the temperature probe (Temp, TempA, TempB, Tmpx3,
Tmpx4, etc)
C = the conditional either >, <, or =
T = target temperature in either numerical (80, 72.3, etc) or Regional Temp
reference (RT, RT+1.0, RT +-2, etc)
Y = ON to turn the outlet on or OFF to turn the outlet off
IF TIME
The If Time command is used to control outlets based on the time of day.
If Time 08:10 to 14:30 Then ON
In this example, the outlet will be on between 8:10 AM and 2:30 PM.
Syntax
If Time FF:FF to SS:SS then Y
FF:FF = the time in 24 hour format when the outlet should be true
SS:SS = the time in 24 hour format when the outlet should be false
Y = ON to turn the outlet on or OFF to turn the outlet off