I haven't had to program a positive alarm sequence on an EST3 before but I do have an EST Field Connections from December of 1999 that shows an example of the programming. Here is an example from it:
[Alarm rule]
Alarm '*' : DelayActivate 15,
On -Low 'NAC_*',
DelayActivate 180,
On -Low 'NAC_*';
[Operator ack]
Switch 'C1_S11' : Off -Low 'NAC_*',
Steady 'C1_LED1';
[and group activate]
Alarm and 'And_general' : On -high 'NAC_*';
[Reset command]
reset : Off -High 'NAC_8';
My question is, does this programming work with the current version microcode/bootloader and 3SDU? Does anyone have experience with positive alarm sequence? Is there a way to bypass the positive alarm sequence with a switch so that alarms are processed immediately?
EST3 Positive alarm sequence for vr5.2 SDU
-
- Posts: 2
- Joined: Tue Jun 02, 2015 10:13 am
Re: EST3 Positive alarm sequence for vr5.2 SDU
it should still work.
install a pull without PAS next to the FW computer
install a pull without PAS next to the FW computer
Re: EST3 Positive alarm sequence for vr5.2 SDU
Yes it works with the most recent SDU. Yes you can bypass PAS with a switch. In fact you'll need a seperate switch in order to acknowledge the PAS before it activates an alarm.shaakmtwys wrote:My question is, does this programming work with the current version microcode/bootloader and 3SDU? Does anyone have experience with positive alarm sequence? Is there a way to bypass the positive alarm sequence with a switch so that alarms are processed immediately?
The SDU help file pretty much has all the rules you'll need for it laid out.