LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

file types in llb

Solved!
Go to solution

Hello,

 

I am looking for a complete list of file types that can be saved into *.llb. Is there any?

 

Thanks in advance!

---
+++ In God we believe, in Trance we Trust +++
[Hungary]
0 Kudos
Message 1 of 15
(4,164 Views)

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.

Message 2 of 15
(4,159 Views)

VI's and controls. Maybe mnu in newer versions. Long live the LLB

Message 3 of 15
(4,154 Views)

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 ) 

---
+++ In God we believe, in Trance we Trust +++
[Hungary]
0 Kudos
Message 4 of 15
(4,143 Views)

Try the llb manger under tools directory in LabVIEW.

0 Kudos
Message 5 of 15
(4,136 Views)

Thank you but " I would like to create a VI". so this way fails...

---
+++ In God we believe, in Trance we Trust +++
[Hungary]
0 Kudos
Message 6 of 15
(4,133 Views)

Please be more clear and consistent in what you are asking. So far you've asked 3 different questions:

  • What file types can be placed inside an LLB
  • How to programmatically convert a directory into an LLB
  • How to create a VI (this last one makes no sense)

Exactly what are you asking?

0 Kudos
Message 7 of 15
(4,129 Views)

Just do a "save as", Select new llb, and give it a name. You can also save to a existing llb

0 Kudos
Message 8 of 15
(4,127 Views)

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.

 

  • What file types can be placed insinde and LLB - is required for me to remove unwanted files
  • How to programmatically convert a directory into an LLB - I hope there is a VI what I can use as LLB Manager does for converting direcotries to LLB.

Yes you are right, the last question is not important...

---
+++ In God we believe, in Trance we Trust +++
[Hungary]
0 Kudos
Message 9 of 15
(4,119 Views)
Solution
Accepted by topic author D60

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.

Message 10 of 15
(4,110 Views)