|
How
to…
...automate the sprinkler system
In
this example a task will be defined to turn the sprinklers on.
The rule below will turn on a set of
sprinklers
in the front yard for 10 minutes when the task is activated
WHENEVER
Water Lawn (Task 1) IS ACTIVATED
THEN TURN
Front Sprinklers (Out 10) ON FOR 10 MINS |
The next rule turns
on the sprinklers in the back and side yards for 10 minutes, when the
first set of sprinklers turns off.
|
WHENEVER
Front Sprinklers (Out 10) STATE IS TURNED OFF
THEN TURN Back
Sprinklers (Out 11) ON FOR 10 MINS
THEN
TURN Side Sprinklers (Out 12) ON FOR 10 MINS |
Next, the task will
be activated at
8:30 am
on Monday, Wednesday, and Friday.
|
WHENEVER
THE TIME IS
8:30 AM
AND
THE DAY(S) OF THE WEEK IS/ARE –M-W-F-
THEN
ACTIVATE Water Lawn (Task 1) |
Remember,
this task can also be activated through the keypad or the telephone remote
control. Adjust
the time and duration to suit the customer’s needs.
How
to disable the sprinkler system:
A
task will be used here also. The
rule below defines the task ‘Disable Sprklrs’.
The task will turn off all sprinklers and turn on an unused output
(output 208 in this example).
|
WHENEVER
Disable Sprklrs (Task 2) IS ACTIVATED
THEN TURN Front
Sprinklers (Out 10) OFF
THEN TURN Back Sprinklers (Out 11) OFF
THEN TURN Side Sprinklers (Out 12) OFF
THEN TURN Output 208 ON |
The following
rule will activate the task when the F key (F4 in this example).
WHENEVER
F4 KEY ON ANY KEYPAD IS ACTIVATED
THEN ACTIVATE Disable Sprklrs (Task 2) |
Using a
rain sensor, the task will be activated if it is raining.
|
WHENEVER
Rain Sensor (Zn 7) BECOMES NOT SECURE
THEN ACTIVATE Disable Sprklrs (Task 2) |
The
unused output is used as an indicator that the sprinklers are disabled.
By adding the ‘and’ statement shown below in bold, the
sprinklers will not come on as scheduled if that output is on.
|
WHENEVER
THE TIME IS
8:30 AM
AND
THE DAY(S) OF THE WEEK IS/ARE –M-W-F-
AND
Output 208 STATE IS OFF
THEN
ACTIVATE Water Lawn (Task 1) |
The
unused output will be turned off at
midnight
to reset the system.
|
WHENEVER
THE TIME IS
12:00 AM
THEN
TURN Output 208 OFF |
How
to deter intruders using sprinklers:
The
rule below will turn on the sprinklers in a certain area (side sprinklers
in this example) if an outdoor motion sensor in the area is tripped while
the system is armed in away mode. If
used near lower level windows or the perimeter of the property where an
intruder may approach, this can be an excellent deterrent.
WHENEVER
Motion 1 (Zn 5) BECOMES NOT SECURE
AND Area One (Area 1) IS ARMED AWAY
THEN TURN Side Sprinklers (Out 12) ON FOR 5 MINS |
ELK
RP
Tip
Of The Week
Importing
and exporting of accounts is an easy method of copying a single account
from one database to another. An exported account is a file that can be
copied to another computer or emailed (to Elk Products Technical Support,
for example).
To
Export an Account:
Open the
account to be exported. It is
not necessary to connect to it unless you want to receive it before
exporting. Select Export
Account and enter a name for the exported file.
The file may then be copied or emailed and imported into another
database.
To
Import an Account:
You
must already have an account open to import another account.
It will not be overwritten. To
import an M1 Standard account you must have an M1 Standard account open.
Likewise, to import an M1 Gold account you must have an M1 Gold
account open. Select Import
Account, browse for the exported file, and select it.
On the Import Account dialog window, enter a unique Account ID to
save the imported account to. Select
any items that you don’t want imported into the Account Details screen
by placing a check beside those items.
Everything else, including zone definitions, users, etc., will be
imported. The account will not
be saved in the accounts database until you select Save Account on the
File menu.
|