07-06-2006 07:07 PM
07-06-2006 07:19 PM
07-07-2006 01:44 AM
07-07-2006 02:17 AM
hi there
i run in this situation from time to time, so i wrote a little VI-killer tool (see attachment). the killer must be run as an executable, make sure to enable VI - server and VI server TCP/IP access. the killer kills all VIs in the local LabVIEW.exe instance listed in KillList.txt. KillList.txt must be placed in the same directory as the Killer - executable.
if you wantt to kill a VI that is locked due to a dialog box you have to press the dialog box button once again.
12-03-2007 04:11 PM
Usually when I have a VI I cannot stop due to an error I coded in the VI the vi has a menu I created. (RTM file)
To get around this, I exit the app with Task Manager. This allows me to get a pop-up that offers an option to save my work. (LV 6.1)
Once out, I rename the RTM file so the program cannot find it. A default menu appears next time I run the program. CTRL . now works. I can go in and fix the errors of my ways. Then I exit and save.
Of course I have to rename the RTM file back to allow LV to see it on next running.
12-03-2007 04:57 PM