LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

registering alarms in event structure

Solved!
Go to solution

 

I am currently using LabVIEW 2011 SP1 and the DSC module. I can dynamically register shared variable alarms in my event structure; however, this only triggers an event when the variable goes into an alarm condition. I also need to know when the alarm clears.  Any ideas?

0 Kudos
Message 1 of 4
(2,729 Views)

Can you show your code or give an example code?

0 Kudos
Message 2 of 4
(2,702 Views)

@NNS-CAO wrote:

 

I am currently using LabVIEW 2011 SP1 and the DSC module. I can dynamically register shared variable alarms in my event structure; however, this only triggers an event when the variable goes into an alarm condition. I also need to know when the alarm clears.  Any ideas?


I just did some of this in 2010 and it fired on both conditions (automatically, I think).  Are you certain it's not, ie, have you probed and stuff to check?

--
Tim Elsey
Certified LabVIEW Architect
0 Kudos
Message 3 of 4
(2,696 Views)
Solution
Accepted by topic author NNS-CAO

I figured out the solution. I set the alarm to auto acknowledge and then it triggered the event on alarm clear. It would not work with it set to user acknowledge.

0 Kudos
Message 4 of 4
(2,674 Views)