LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I provide information in which llb a vi is located?

Hi,
I have several llb's with many vi's supporting my application. On my development computer, LabVIEW "knows" which vi is located in which llb and finds them automatically. When I copy all these llb's to another computer and open a vi which needs vi's from other llb's, LabVIEW asks for the location of these vi's. Saving the vi's afterwards will store the location information, but for somebody who doesn't know the contents of all the llb's it's a frustrating task to search for the right location first. Is there a way to take over information in which llb each vi is located? I don't want to use one large llb only.
Thanks in advance,
best regards,
Gabs
0 Kudos
Message 1 of 3
(2,623 Views)
If you are still in the development stage you can either put your libraries in 'user.lib' or go to Tools>Options>Paths>VI Search Path> and add your directory of libraries with a \* at the end (NB. You need to unselect 'Use default' first).

I think this should work - let me know if not please.

Kim

NB. The above is based on LV 6.0
Message 2 of 3
(2,623 Views)
Hello Kim,
the solution putting the libraries in "user.lib" works fine!!! I also tried it with LV5.1.1. Thanks a lot.
Regards,
Gabs
0 Kudos
Message 3 of 3
(2,623 Views)