EasyManua.ls Logo

Neptune Systems AquaController Apex Classic

Neptune Systems AquaController Apex Classic
121 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Apex Classic Setup and Programming Guide v2.2 Page 99
SET
The Set command is used to set an outlet on or off.
Set = ON
In this example, if the outlet will be set on.
Syntax
Set Y
Y = ON to turn the outlet on or OFF to turn the outlet off
NOTE: Commands later in the outlet program may override this command. See
the section titled Order of Operation for more information.
APPENDIX 4 – ADVANCED PROGRAMMING EXAMPLES
DEFAULT PROGRAM
When an EnergyBar 8 or Direct Connect 8 is added to the system, the following
default program is added to each outlet:
Light 1 <Real Outlet 1>
Fallback Off
Set Off
If Time 08:00 to 20:00 Then ON
Light 2 <Real Outlet 2>
Fallback Off
Set Off
If Time 08:30 to 19:30 Then ON
Pump 1 <Real Outlet 3>
Fallback On
OSC 000:00/005:00/005:00 Then ON
If FeedA 000 Then OFF
Pump 2 <Real Outlet 4>
Fallback On
OSC 005:00/005:00/000:00 Then ON
If FeedA 000 Then OFF
Heater <Real Outlet 5>
Fallback Off
If Temp < 77.0 Then ON

Table of Contents