Chapter 3: Programming
38
SIGA-REL Technical Reference Manual
it. Use the Break Chain and Commit Expected functions to reconcile the
Signature map.
Writing rules for the SIGA-REL
To write the rules:
1. In the Rules Editor, write the rules shown in Figure 17.
2. Compile the rules and run the required conversions.
3. Download the new information.
Figure 17: EST2 rules for the SIGA-REL
Caution:
Do not program the Drill switch to test the SIGA-REL.
Notes
• [ALARM_1] and [ALARM_2] require the addition of two Signature Series
alarm devices to the SDC Configuration. Make sure that the object labels in
the rules match the labels assigned in the Object Configuration.
• [LED1] and [LED2] require the addition of an LED module to the MCM
Configuration. Make sure that the labels for the LEDs match the labels
assigned to them in the Object Configuration.
See “System testing” on page 52 for instructions on checking your work and
testing your system.
[ALARM1]
ALARM SMK 'ALARM_1' : ON DOORCONTROL 'PRERELEASE_1';
[ALARM2]
ALARM SMK 'ALARM_2' : ON DOORCONTROL 'PRERELEASE_1';
[RELEASE]
DEFINE AND 'AND_GROUP1' : DELAY 10,
ON DOORCONTROL 'RELEASE_1';
[RESET]
DEFINE SYSRESET 'MCMN1' : OFF DOORCONTROL 'PRERELEASE_1',
OFF DOORCONTROL 'RELEASE_1';
[DUMP]
ALARM PULL 'MANUAL' : ON DOORCONTROL 'RELEASE_1';
[LED1]
CONFIRMATION DOORCONTROL 'PRERELEASE_1' : ON LED 'LED_1_1';
[LED2]
CONFIRMATION DOORCONTROL 'RELEASE_1' : ON LED 'LED_1_2';
[ABORT LED]
MONITOR MONITOR 'ABORT' : ON LED 'LED_1_3';