LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

loading file

When you launch a labview file it loads all necessary files. If one is missing you can browse to find it. In which way I can understand which is the calling labview file which needs the missing file?

Thank you
0 Kudos
Message 1 of 3
(2,363 Views)
You can either open the hierarchy window for a graphical display or from the subVI select This VI's Callers. Both of these options are available from the Browse menu.
0 Kudos
Message 2 of 3
(2,352 Views)
Hi,
There is also a different way to view which SubVI is missing and where it is on the block diagram.
You can push the Run button of your main VI (even if it is a broken arrow) and a list errors window appears.
On the list you can view directly the missing VI or you can view all the VIs containing the missing VI as the "not executable VIs".
Choosing the specific error and clicking on Show Error button you can view where that subVI on the block diagram is.
I hope this helps.

Castel
Message 3 of 3
(2,325 Views)