![Neptune Systems AquaController Apex Classic Скачать руководство пользователя страница 96](http://html1.mh-extra.com/html/neptune-systems/aquacontroller-apex-classic/aquacontroller-apex-classic_setup-and-programming-manual_1668298096.webp)
Apex Classic Setup and Programming Guide v2.2
Page
91
APPENDIX 3 – PROGRAMMING REFERENCE
DEFER
The Defer command requires that the internal program state of the outlet be in
the specified state for a specified period of time before actually switching the
state of the outlet. The internal program state is determined by executing all the
commands in the outlet program listed before and after the defer command. The
Defer command is executed after all other commands on the outlet no mater
where it is placed in the program.
Defer 010:15 Then OFF
In this example, the off state will be deferred for 10 minutes 15 seconds.
Syntax
Defer MMM:SS then Y
MMM = time in minutes:seconds up to 999:59 max
Y = ON to defer the outlet on state or OFF to defer the outlet off state
FALLBACK
The Fallback command is used to specify the state the outlet should switch to if
the EnergyBar were to lose contact with the Apex Base Module for an extended
period of time. Once contact with the Apex Base module is resumed, the outlet
will resume the programmed state as dictated by the Apex Base Module. The
Fallback function is only available on EnergyBar outlets, not legacy devices such
as Direct Connect 8.
Fallback = ON
In this example, if the EnergyBar loses contact with the Apex Base Module for an
extended period of time, the EnergyBar will switch this outlet on.
Syntax
Fallback Y
Y = ON to set the Fallback state to on or OFF to set the fallback state to off