05-25-2006 12:21 AM
I am looking for an expression that I can use to acknowledge all cleared alarms. I need to ONLY acknowledge the cleared alarms and no the active alarms.
I want to do this with a timer just before I send them to pager. I am finding that once my pager expression becomes true it tries to page all alarms, even if they have cleared.
If I acknowledge the alarms just before I send to pager then I am hoping to page out only the active alarms.
05-26-2006 09:26 AM
05-31-2006 07:29 PM
Any NI application engineers here that could help out with this on?
Is this an item that could be put in as a "feature request"?
Thanks, Alan
06-01-2006 01:16 PM
06-01-2006 02:18 PM
The problem that I have is with alarms that have cleared, but not acknowledged. We are using pagers to notify us of alarms after hours. We have a pager timer that waits 10 minutes (600 seconds). If the alarm is still active after 10 minutes, it sends it to the pager.
The problem is when it sends to pager, lookout try’s to send all alarms to pager, even if there are alarms in the activity window that have already cleared. I don't care about alarms that have already cleared.
I only want active alarms to go to the pager. I was hoping that my work around was to have an expression to ack all cleared alarms at about 598 seconds, then page alarms at 600 seconds. This would then "filter out" any non-active alarms from the pager object.
None of this would be required if I could some how page only active alarms. I had previously investigated that, but was told there was no allowance to send only active alarms to pager.
06-05-2006 03:27 PM
Alan g. wrote:
I only want active alarms to go to the pager. I was hoping that my work around was to have an expression to ack all cleared alarms at about 598 seconds, then page alarms at 600 seconds.