01-23-2009 12:41 PM
Is there any way to extract individual files from a library? I downloaded a driver from an equipment manufacturer but the files are all bundled into a library. The VIs were created with an older version of LabView and I do not need all of them. I have updated the files I need and now I want to put them together with some other files in a project and create an executable. Is it worth bothering with or should I just put the whole library in the project?
Thanks.
Solved! Go to Solution.
01-23-2009 12:55 PM
Easy way: Convert the .llb to a directory. Then you can simply move the files. Use the LLB Manager (Tools -> LLB Manager).
Hard way: Open each VI and then do a File->Save As.
01-23-2009 01:14 PM
Excellent. The conversion worked perfectly and was very easy.
Thanks.