![Neptune Systems AquaController Apex Classic Скачать руководство пользователя страница 97](http://html1.mh-extra.com/html/neptune-systems/aquacontroller-apex-classic/aquacontroller-apex-classic_setup-and-programming-manual_1668298097.webp)
Apex Classic Setup and Programming Guide v2.2
Page
92
IF DOW
The If DoW command is used to control outlets based on the Day of the Week.
If DoW S-T-TFS Then ON
In this example, the outlet will be on all days of the week except Monday and
Wednesday.
Syntax
If DoW XXXXXXX Then Y
XXXXXXX = place a the capital initial for the days when the statement should be
true and “-“ to mark the days the command should be false
Y = ON to turn the outlet on or OFF to turn the outlet off
IF FEED
To control an outlet with a Feed Timer, enter the If Feed command in the
program for that outlet. A delay time can also be specified that will delay
returning the outlet to its normal program state for a period of time after the
Feed Timer expires. This delay is not performed if the Feed Timer is canceled.
Multiple If Feed commands can be used on a single outlet program.
If FeedA 025 Then OFF
In this example, the outlet will be off whenever Feed A is activated and will
remain off for 25 minutes after Feed A timer has expired.
Syntax
If FeedX MMM Then Y
X = the feed timer to use (A, B, C or D)
MMM = time in minutes up to 999 minutes max
Y = ON to turn the outlet on or OFF to turn the outlet off