09-08-2005 02:15 AM
09-13-2005 11:03 AM
Hello Joe90,
I don't know which devices are installed on your PXI chassis but Industrial DIO devices support the DAQmx Watchdog feature. In the event of the unexpected failure of some component of the system, the Watchdog fail-safe mechanism will take over and place the system into a known safe-state. Look at the following tutorial for more details.
* The Industrial Feature Set: Watchdog Timers: http://zone.ni.com/devzone/conceptd.nsf/webmain/b1850930b434eaf786256e6700019b48
It seems that you are using MXI-4 extension. MXI-4 bridge does not provide hardware mechanism (like RT watchdog for PXI RT controller) in order to put all the PXI system in a safe configuration. Basically, PC crash or LabVIEW crash cannot be detected by software. Only hardware can detect a loose of communication between the software layer and the hardware layer (watchdog mechanism). Of course, when you leave your LabVIEW application, your should quit the application properly by placing the system into a known safe-state.
I hope this will help.
Matthieu G.
09-14-2005 05:10 AM