12-16-2005 03:16 PM
12-20-2005 12:47 PM
In this case you should use an Alarm Object (if you are not already). An Alarm Object is able to read particular conditions, before an alarm is generated. Perhaps you make a switch on the panel. The Alarm Object could read this switch and only generate an alarm if the switch is in the a particular position. Basically, giving you the ability to turn on and off the Alarm Generated by the Alarm Object. I have attached a small example of working with the alarm object. By editing the connections you can make the boolean switch make the numeric pot invisible, disabling its ability to be changed and thus disabling any alarms from being generated by it going out of range. This same sort of concept could be applied to your application.
You can also just change the alarm conditions programmatically so the alarm will not trigger.
http://digital.ni.com/public.nsf/websearch/ED1ED5E5B137995986256B9000730543?OpenDocument
12-20-2005 01:06 PM
12-20-2005 02:09 PM
12-20-2005 02:19 PM