LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to show/kill running vis?

I remember once seeing a vi that would list all running vis and allw
you to select a vi to be terminated. Anyone know where I can find
this??

Jim
0 Kudos
Message 1 of 3
(2,759 Views)
I think the vi you are looking for can be found in NI's code library here: http://zone.ni.com/devzone/explprog.nsf/6c163603265406328625682a006ed37d/f7200454ee51ffc38625667a00504a9c?OpenDocument

If the link doesn't work search their site for "task manager" and you should find it

Hope this helps
Brian
0 Kudos
Message 2 of 3
(2,759 Views)
Another possibility is to use the LabVIEW Windows Utilities (search for LVWUTIL.ZIP) and use the Get Windows Task List.vi and the Quit Application.vi. This is assuming that your VIs are compiled and running as executables. LabVIEW only shows as 1 task no matter how many VIs you have open.

Rob
0 Kudos
Message 3 of 3
(2,759 Views)