08-15-2012 06:25 AM
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?
Solved! Go to Solution.
08-16-2012 02:20 PM
Can you show your code or give an example code?
08-16-2012 04:08 PM
@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?
08-20-2012 07:27 AM
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.