06-28-2012 07:46 AM
Hello,
I am looking for a complete list of file types that can be saved into *.llb. Is there any?
Thanks in advance!
Solved! Go to Solution.
06-28-2012 07:53 AM
Are you planning to put a movie into an LLB? The LLB is not meant to be a general storage container. It was invented back in the day when Windows had a limitation of filenames (8.3 naming) and to get around the "this character is illegal in the filename on this OS". These days LLBs should only be used for source code distribution. If you need a more general storage container, you should be using something like a .zip file.
06-28-2012 07:56 AM
VI's and controls. Maybe mnu in newer versions. Long live the LLB
06-28-2012 08:03 AM
Thank you for all your replies. I would like to create a VI that discover a selected folder to convert it an LLB file.
Is there any VI for that purpose? ( Check and convert folder to LLB )
06-28-2012 08:09 AM
Try the llb manger under tools directory in LabVIEW.
06-28-2012 08:11 AM
Thank you but " I would like to create a VI". so this way fails...
06-28-2012 08:12 AM
Please be more clear and consistent in what you are asking. So far you've asked 3 different questions:
Exactly what are you asking?
06-28-2012 08:13 AM
Just do a "save as", Select new llb, and give it a name. You can also save to a existing llb
06-28-2012 08:18 AM
Sorry for that, so here is my goal.
There is a folder contains may types of files: vi, lvlilb, txt and so on... I would like to make a VI that convert a given folder to LBB.
Yes you are right, the last question is not important...
06-28-2012 08:25 AM
The LLB Manager VIs are in the <LabVIEW>project\llbedit.llb VIs. You should be able to find what you're looking for in there.
You still haven't explained why you want to do this.