LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Trouble with LLB creation

I'm trying to create a project format for a number of individual VI's in a directory.

If I go to LLB manager and point to the directory and click to "convert"-

 

it reads back that there are files in my target directory that are not compatible with being converted?

 

Am I doing something wrong or or does this make sense, thank you.

0 Kudos
Message 1 of 12
(2,306 Views)

What is a "project format"? LLB's are pretty obsolete these days. What are you trying to achieve?

 

Make sure to display all files, including hidden files. Are there some that are not VIs?

0 Kudos
Message 2 of 12
(2,302 Views)

thank you for the quick reply's.

 

I'm not sure what project format.

 

 What I'm trying to do:

Place 13 individual vi's into a project format where now there's only be one file to then transfer to other computers etc.

 

this is sound conceptually feasible?

0 Kudos
Message 3 of 12
(2,283 Views)

Uhhhh,  a Zip file?

0 Kudos
Message 4 of 12
(2,265 Views)

first of all thank you for the responses..

 

Let me try to explain a little further.. Perhaps one question at a time..

 

In project creation, what does "convert do"?

 

0 Kudos
Message 5 of 12
(2,231 Views)

Hi chrlum,

 


@chrlum47 wrote:

Perhaps one question at a time..

In project creation, what does "convert do"?


Which kind of "project creation"?

Can you show a screenshot showing this "convert do" option?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 12
(2,229 Views)

Thank you for the reply:

well let me approach it another way:

 

chrlum47_0-1613058173202.png

could you give me a step-by-step "new LLB" button  making the LLB out of the above list of .vi's ?

0 Kudos
Message 7 of 12
(2,219 Views)

Showing us a picture of a folder with VIs does not really explain what you want to do. You talk about "project", something that is well defined in LabVIEW. But then you also use undefine terms such as "project format" and "project creation", none have anything to do with LLBs.

 

To get help here, you need to be more specific. Explain what you have and what you want at the end. Explain why you think you need something as opposed to other solutions. Define all you terms.

 

I strongly recommend to stay away from LLBs. They are ancient technology and have flaws, for example if it gets corrupted, everything in it is lost. Nowadays, create a real LabVIEW project. You can create a source distribution and zip that up into a single file.

0 Kudos
Message 8 of 12
(2,213 Views)

Like altenbach said, a Source Distribution is the official way to take source code and turn it into an LLB. If you need something quick and dirty, here is a VI that will create an LLB out of the contents of a (flat) directory. Saved in LabVIEW 2014.

0 Kudos
Message 9 of 12
(2,208 Views)

okay thanks for the answers

0 Kudos
Message 10 of 12
(2,207 Views)