Re: [foxboro] Unack Alarms

Hi Jaime,

Below is a script that I use, clear_alarms.ksh. It is written for an AW70,
but the would work on an AW51 with a slight modification.  Run the script
from a command prompt and change to the korn shell environment for the AW70.
The file acknowledges and clears each page.  For the AW51, remove the "cd
d:" portion.  Your script would repeat the command set for the total number
of pages that you have.

clear_alarms.ksh:

#!/bin/ksh
cd d:
cd /usr/local
pref -ESSSAW amcmd ackpage
sleep 3
pref -ESSSAW amcmd clear_page
sleep 3
pref -ESSSAW amcmd ackpage
sleep 3
pref -ESSSAW amcmd clear_page

Regards,


Janet Parker
Senior Applications Engineer
SimSci-Esscor
T (760) 268-7774
F (760) 268-7707

-----Original Message-----
From: foxboro-bounce@xxxxxxxxxxxxx
[mailto:foxboro-bounce@xxxxxxxxxxxxx]On Behalf Of Jaime Claramunt R.
(Inforsa)
Sent: Tuesday, July 29, 2003 6:00 AM
To: foxboro@xxxxxxxxxxxxx
Subject: [foxboro] Unack Alarms 


Hi List,

Does anybody knows the way to retrieve all Unacknowledged Alarms from system
?
I mean, sometimes operators erase alarm lists from Alarm Manager and I loose
some alarms returned from alarm state but unacknowledged. This cause
annunciator keyboards blink but we can't find why....
Does alarm manager "grep" this ? or are there some script to do it ?

Thanks guys
Bye

Jaime Claramunt
Automation Engineer
INFORSA Paper Mill
CHILE
 
 
_______________________________________________________________________
This mailing list is neither sponsored nor endorsed by Invensys Process
Systems (formerly The Foxboro Company). Use the info you obtain here at
your own risks. Read http://www.thecassandraproject.org/disclaimer.html
 
foxboro mailing list:             http://www.freelists.org/list/foxboro
to subscribe:         mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
to unsubscribe:      mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
 
 
 
_______________________________________________________________________
This mailing list is neither sponsored nor endorsed by Invensys Process
Systems (formerly The Foxboro Company). Use the info you obtain here at
your own risks. Read http://www.thecassandraproject.org/disclaimer.html
 
foxboro mailing list:             http://www.freelists.org/list/foxboro
to subscribe:         mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
to unsubscribe:      mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
 

Other related posts: