LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

in saving a viWhat's the difference as a .vi verses .llb?

Most of the .llb programs I pull up have .vi's attached or they are shelled within the .llb. I am trying to make a copy of a program I've written that includes multiple sub-vi's. I would like the copy of the program to include all sub-vi's without having to save a copy of each individual vi seperately. Any help will be greatly appreciated. Thanks in advance!
0 Kudos
Message 1 of 2
(2,457 Views)
Select With Options and choose Development Distribution to create an llb with all subVIs except vi.lib files. You can then use the Edit VI Library option under the Tools menu and make your main VI Top Level. If you plan on making this distribution the master, you should be aware that source code control programs don't really handle llb files.

The llb was originally created as a means to get around the old limitation of DOS file name lengths.
0 Kudos
Message 2 of 2
(2,457 Views)