LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to run llb file?

This is probably simple question. I often see llb file and open it by double clicking it. It likes a zip file, show a bunch of files. Then I copy them to a new folder to run it.
I am just wondering if this is right way to do it? or there maybe better way to do it
0 Kudos
Message 1 of 2
(2,883 Views)
While what you are doing is not breaking the program, it potentially can.  Instead of copying all of the .vi files in the llb to a directory, just try to double-click one of the .vi files in the .llb.

This will open up that VI.  The issue with copying them all to a directory (as you are doing) is if you miss one, there may be broken links if these VIs are linked to eachother (they likely are).  Also, if they are slightly more complicated (i.e. make use of relative paths), this method will also break the VIs.
0 Kudos
Message 2 of 2
(2,878 Views)