LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Get the dependency paths

Hi all, I am trying to read all the dependency path of a particular VI. I have option to get the name. Is there any possibility to get the entire path it in LabVIEW 8.6?

 

 

Thanks,

Suresh 

0 Kudos
Message 1 of 9
(3,301 Views)

There are several methods to accomplish this.  The best depends on what your going to do with this path.

Is the VI in question in memory?

If not, is the path consistent with another VI that is in memory?  If not, do you need to search for it?  

Are you trying to dynamically load/run it?

 


Paul
0 Kudos
Message 2 of 9
(3,285 Views)

Planning to read all the dependencies just with the help of a single VI Reference. Nothing will be there in memory.

 

Thanks,

Suresh Kumar.G

0 Kudos
Message 3 of 9
(3,274 Views)

well you will need a place to start.  Is it possible to prompt for the top level vi path or is it already known?

Once you open a reference to the VI, you can use the method "Get VI Dependencies".  There are a series of filters that you can use to to par down the output if desired.

one method


Paul
0 Kudos
Message 4 of 9
(3,268 Views)

Yes. This is available in LV 2010. But in 8.6? Is there any way to find this?

0 Kudos
Message 5 of 9
(3,264 Views)

Yes. This is available in LV 2010. But in 8.6? Is there any way to find this?

0 Kudos
Message 6 of 9
(3,263 Views)

Since I do not have 8.6 on my current machine, I cannot be 100% sure, but the VI did save as 8.6, attached.

It reopens it both 2009 and 2010 ok.  So hopefully it will open for you.


Paul
0 Kudos
Message 7 of 9
(3,254 Views)

Can't you see what you need in the project window?  You can even see all the paths in the items window if you right-click the top-level project and select View>Full Paths.

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
0 Kudos
Message 8 of 9
(3,250 Views)

I tried it. But its broken. I am planning to find it programatically.

 

Is there any way?

 

Thanks,

Suresh  Kumar.G

0 Kudos
Message 9 of 9
(3,243 Views)