LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to use the llb library to add many vi into it??

>>i have design a program with labview 8. now, I want to celect all of my vis into a library.
 
 
>>I can use llb manager to create a library, but i found every time i can only add one vi to my library.
 
>>From "view>> vi hierarchy"  I can see all the vi my use. there are to many to add.
 
>>how to select & simply to add all of my vis', I mean which one I have to add or not,so that I will not miss any vi.
 
 
0 Kudos
Message 1 of 3
(3,228 Views)

First of all, unless you just want to distribute the llb, saving a project into one is a bad, bad idea. A single corrupt VI can corrupt the entire llb, making all of your work corrupt. Development should be done with VIs in folders like you have. An llb is also not compatible with source code control. The forum has numerous posts from people asking for help in recovering a corrupt llb.

The warning being given, you can easily create an llb with all subVIs by opening the main VI and doing a Save with Options>Development Distribution. The VI Library Manager can be used to convert an entire folder into an llb but if the folder contains VIs not used, they will get included also. If you can any VIs dynamically, you will have to manually add them.

Reread what I said at the top.

0 Kudos
Message 2 of 3
(3,209 Views)
thank you Dennis
 
now i just add every vi into my llb library each time
0 Kudos
Message 3 of 3
(3,192 Views)