From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to identify VI's without callers?

I have a .LLB containing a large number of VI's. How can I find the VI's
which have no callers (main or obsolete VI's).
I run LabVIEW 6.0.
Thanks!
0 Kudos
Message 1 of 3
(2,379 Views)
Open vi reference (Application Control).
By vi refnum open Callers Names property.
If this array is empty it's mean that your vi haven't callers.
Hope that will help.
0 Kudos
Message 2 of 3
(2,379 Views)
Hi,

if you want know names of vi's in llb programatically
use "librarian list.vi" that founds in vi.lib\utilitys\libraryn.llb

Good luck, nchernin.
0 Kudos
Message 3 of 3
(2,379 Views)