LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

saving a VI from LLB as standalone VI

Solved!
Go to solution

I have been given a LLB.

I only need one VI from it.

I can't figure out how to do a Save As for that one VI. 

0 Kudos
Message 1 of 6
(5,275 Views)
Solution
Accepted by nyc_(is_out_of_here)

When you have the VI open, you should be able to do a Save As... and browse for another location outside the LLB after you select how you want to do the save.

 

This works for me at least.

 

The VI will stay as an original copy in the LLB no matter how you do the save, so if you want to remove it from the LLB after that, you have to use the LLB Manager to delete the original.

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


Message 2 of 6
(5,265 Views)
You can also use the library manager to convert the llb to a folder.
Message 3 of 6
(5,249 Views)

Oooo that's neat. I think I wanted to do that in the past and didn't know that functionality was there. Thanks!

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


0 Kudos
Message 4 of 6
(5,241 Views)

Yeah the LLB manager is the way to go but it is clunky.  A while ago there was a shell extension for Windows which allowed you to look inside LLBs just like zips.  You could then copy and paste the files in a LLB just like normal files.  But it turns out those hooks into Windows change often, and NI had a hard time keeping the feature.

 

For me I very often extract LLBs into a folder of VIs when they don't need to be in an LLB.  It makes working with them easier, especially for SCC.

0 Kudos
Message 5 of 6
(5,233 Views)

@James.M wrote:

When you have the VI open, you should be able to do a Save As... and browse for another location outside the LLB after you select how you want to do the save.

 

 


One of those DUH moments for me!  🙂

0 Kudos
Message 6 of 6
(5,209 Views)