Regency
®
Model 4724 Control Expander Installation Manual (P/N 150596-02, Rev. A)
Revised 8/98
49
to activate entry lighting. The unit will be deactivated when the entry/exit delay ends or
the area is disarmed:
GET1 @$B8.1, GET1 @$B8.0, OR, PUT1 @$9D.0
4. The following example demonstrates using if/then/else logic in I/O statements. The
flag, EXEC controls execution of statements. When the flag is on (set to 1), statements fol-
lowing are executed normally. When the EXEC flag is set to 0, statements following are
not executed.
These statements will turn on the X-10 Module when Entry mode in Area 1 is activated.
When ENTRY is not activated, the X-10 Module follows Time Window #0:
EXEC = AENTRY[1]
X10[1].0 = 1
EXEC = NOT EXEC
X10[1].0 = WINSTAT[1].0
EXEC = 1.
8.17.4 Leaving the I/O Program
To exit the Programmable/Statements Menu, follow the following procedure:
■
Press the
MUTE
key. The display will show SAVE:NO.
■
To exit without saving the changes, just press the
TEST
key.
■
If you wish to save the changes to the EEPROM (electrically erasable programmable
read-only memory), press
1
for “SAVE TEST,” then press the
TEST
key.
8.17.5 Factory Programmed Default I/O Program
The table below shows the factory programmed default I/O program, along with an explana-
tion of what each program does.