LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Finding all calls to a sub-vi in a project

How do I find all instances of a sub-vi in a LV-8 project? I don't have a "main" vi, but rather a set of independent tests which are called from TestStand. The vi tests are all in a .lvproj (along with the TS sequence) but I can't find a way to search the directory.
 
Thanks,
Bob
0 Kudos
Message 1 of 2
(2,370 Views)
The trick, (at least before LV8) is to make a "master top" vi, wich you never run,
that contains all our top vi's
then its easy to load all your vi to memory, then you  use  Ctrl+F (Edit->Find)
you get your list, and can step to all places with ctrl+G

0 Kudos
Message 2 of 2
(2,368 Views)