Example 8: flash a led when a condition is true – Interlogix Monitor XL Advanced Installation Guide User Manual
Page 43
21-3602E rev1.5
Monitor xL™ Advanced Installation Guide
37
Example 7: Simple Two Term OR Equation with Timed Output
Configurable only with Director software and Sent to Panel
Bxxx:0 “? A001.15 Query ”
- Area 1 is not ON
Bxxx:1 “? A002.14 Query ”
- Area 2 is OFF
Bxxx:2 “L 00 Logic ”
- Logical OR operator
– additional screen generated with Director software.
Bxxx:3 “T 012 Timer ”
- Timed output, 2 minutes
–
additional screen generated with Director software.
1. Output Bxxx will turn on for 2 minutes when area 1 changes from on or when area 2 goes off from some other
state.
2. The output will not turn back on again after the 2 minutes expire until area 1 goes On and Area 2 is either STAY or
ON.
3. After these two conditions are met, the output will turn back on as noted in point 1.
Example 8: Flash a LED when a Condition is True
Configurable only with Director software and Sent to Panel using “System – Special Outputs”
Bxxx:0 “? A016.24 Query ”
- A point is bypassed in Area 16
Bxxx:1 “? S001.00 Query ”
- Turns 1 sec On, 1 sec Off
Bxxx:2 “L 01 Logic ”
- Logical AND operator
Bxxx:3 “T 000 Timer ”
- Follow (Normal)
When a point is bypassed in area 16, the output will flash 1 second on, 1 second off.
This is achieved by the logical AND of the area condition query and the special On /Off effect available in System –
Special Outputs programming.
Example 9: (Complicated) Flash a LED for 45 Minutes after a Panic Token is Detected in an
Area
Configurable only with Director software and Sent to Panel using “System – Special Outputs”
B001:0 “? A001.47 Query ”
- Panic Token used in Area 1
B001:1 “T 019 Timer ”
- Timed Output, 45 minutes
B002:0 “? S001.00 Query ”
- Turns 1 sec On, 1 sec Off
B002:1 “? B001.00 Query ”
- Output 1 is ON
B002:3 “L 01 Logic ”
- Logical AND operator
B002:4 “T 000 Timer ”
- Follow (Normal)
2 separate outputs are used to perform this procedure.
A 45 minute timer is applied to panic tokens detected in area 1 in e.g. output # “B001”.
The output state of B001 (timed output based on panic token in area 1) is used to logically “AND” additional output #
e.g. B002 with the Special System 1 second On/Off selection. The important detail is that we use Follow (Normal)
for output B002, in order for the timer not to re-trigger.