From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VI Library

Solved!
Go to solution
What is the use of VI libraries. What is the difference between using a VI library and using a directory/project. How do we create a VI library
0 Kudos
Message 1 of 2
(2,305 Views)
Solution
Accepted by topic author Flamboyant

LabVIEWan wrote:
What is the use of VI libraries.

A LabVIEW Library is usefull since you can keep VIs 'private' which means that a VI can only be used by other VIs in the library.

Second with a library it's possible to have VIs with the same filename in memory since the library name is part of the VI name.

What is the difference between using a VI library and using a directory/project.
Not really, you only have an extra file which manages your VIs
How do we create a VI library

Right click in any place in a LabVIEW project and select 'create-> library' or you can convert an existing folder in your project into a library by right-clicking.

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 2 of 2
(2,273 Views)