05-12-2010 04:19 AM
Solved! Go to Solution.
05-12-2010 07:31 AM
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