Is there a way to detect if a vi has been aborted and have it execute a command if so? Here is the scenario. I am running an app that sets a watchdog timer once a second with a 30 second timeout(this is the max the watchdog timer can be set to). This app loadsautomatically at system starup.The computer running the app(Windows NT 4.0) is connected to a smart signaling UPS. When the UPS is low, it signals windows to shut down, thereby closing the application. However, this does not let me shut down the watchdog timer. So I get a system shutdown, then a reboot 30 seconds later(due to the watchdog), then the UPS shuts down while the computer is rebooting. Therefore, I need to be able to shut down the watchdog timer if the app is killed. Si
nce Cin nodes allow an OnAbort function, I was wondering if this is natively supported in Labview without using a Cin. The application running on the target machine is a compiled executable. I am using Labview 6.0.2 but have 6.1 available if this feature is newly implemented.