Regency
®
Model 4724 Control Expander Installation Manual (P/N 150596-02, Rev. A)
Revised 8/98
50
Table 15: Default I/O Program
Number
Statement
Effect
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
GET1 @$B0.0
PUT1 @$8E.0
GET1 @$B1.0
PUT1 @$8E.1
GET1 @$B2.0
PUT1 @$8E.2
GET1 @$B3.0
PUT1 @$8E.3
GET1 @$B4.0
PUT1 @$8E.4
GET1 @$B5.0
PUT1 @$8E.5
GET1 @$B6.0
PUT1 @$8E.6
GET1 @$B7.0
PUT1 @$8E.7
Each pair of GET and PUT statements from 1 - 16 causes the armed
status of one area to activate one of the 4180 Status Display Module
outputs.
17
18
GET1 @$28.0
PUT1 @$8F.0
Fire alarm condition activates the first output on 4180 Unit 1, P3.
19
20
GET1 @$2A.1
PUT1 @$8F.1
Emergency alarm condition activates the second output on 4180 Unit 1, P3.
21
22
GET1 @$28.2
PUT1 @$8F.2
Intrusion alarm condition activates the third output on 4180 Unit 1, P3.
23
24
GET1 @$26.6
PUT1 @$8F.3
Duress alarm condition activates the fourth output on 4180 Unit 1, P3.
25
26
27
28
GET8 @$8E
GETC 0
EQU
PUT1 @$8F.4
Gets the armed status of all eight outputs on 4180 Unit 1, P2 (8 areas)
Generates an 8-bit binary constant with a value of 0.
Match between all eight outputs of 4180 and 8-bit constant of 0
(i.e., all eight areas disarmed).
Activates fifth output on 4180 Unit, P3.
29
30
31
32
33
GET1 @$27.7
GETC 0
EQU
NOT
PUT1 @$8F.50
Get the number of the current alarm type.
Get the value 0 (zero).
Compare the alarm condition with 0.
Turn on the output if alarm condition is not 0.
34
35
GET1 @$26.1
PUT1 @$8F.6
Auxiliary alarm activates the
seventh output on 4180, Unit 1, P3.
36
37
GET1 @$26.3
PUT1 @$8F.1
Any trouble condition activates the
eighth output on 4180, Unit 1, P3.
38
39
GET8 @$028C
PUT8 @$90
Alarm condition on any of zones 1-8 activates the
corresponding 1 of 8 output on 4180, Unit 2, P2.
40
41
GET8 @$028D
PUT8 @$91
Alarm condition on any of zones 9-16 activates the
corresponding 1 of 8 output on 4180, Unit 2, P3.
42
43
44
45
46
47
48
49
GET8 @$A6
PUT8 @$9D
GET8 @$A7
PUT8 @$9E
GET8 @$A8
PUT8 @$9F
GET8 @$A9
PUT8 @$A0
\ Statements 42 and 43 cause Time Windows 0-7
/ to activate X-10 Modules 1-8 of House Code 1.
…
\ Statements 48 and 49 cause Time Windows 24-31
/ to activate X-10 Modules 9-16 of House Code 2
50
END