02-09-2010 04:46 PM
Hi Everyone,
I've been working with some older LabVIEW code, and I've discovered that a number of files inside this LLB are no longer used. I'd like to get rid of them to improve size and performance. Does anyone know of a quick way to do this? Perhaps I can filter them by date modified? Or is there a way I can figure out what the top-level VIs use and delete everything else?
Thanks,
-Yohan
Solved! Go to Solution.
02-09-2010 08:17 PM - edited 02-09-2010 08:17 PM
02-09-2010 08:22 PM
Well the reason for the LLB, I suppose, is that there are probably a hundred or more VIs involved in this application (yes, it's a mess - the original programmers didn't have much concept of neatness or organization). But I didn't realize LLBs could be converted; I'm not really familiar with lvlibs either. I wonder what NI's official stance on LLB usage is at the moment? The LLB I have now actually came from LabVIEW 5.1 and was only recently converted to LV2009.
Thanks!
-Yohan
02-09-2010 08:46 PM - edited 02-09-2010 08:46 PM
02-09-2010 09:59 PM
The following is based on the premise of LLB and with your LV5.1...
02-10-2010 10:12 AM
Hi Yohan,
I do not know of a better way then just opening the LLB in the LLB Manager and blowing away the ones you don't want.
02-10-2010 10:28 AM - edited 02-10-2010 10:30 AM
Thanks everyone! This morning I converted the LLB into a directory. Doing that allowed me to sort the files by date modified and size. The combination of those two things let me dump most of the files I don't want. Turns out the old LabVIEW 5.1 VIs are much larger than newer ones.
-Yohan
02-01-2019 01:12 AM
Hi,
open new VI -> Go to file -> Edit VI Library, Open the LLB which you want to delete VI's from, select the VI's and click on delete Icon.
Thanks,
Kalpana