LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

.LLB file in windows explorer opens as windows folder

Hello everyone,

 

I have created a .llb file to save multiple methods in one of the LabVIEW classes I created in a project. When I copy this labview class in the project, everything is being copied without any issues. But, when I try opening the .llb file from the newly copied class from Windows explorer, the format of the .llb file is not in LabVIEW .llb format, but in the Windows Folder format. How to convert this into .llb format?

 

To avoid confusion, image a) is the desired format, but ending up with image b) file format.

a)

MachinePossible_0-1661431744277.png

b)

MachinePossible_1-1661431765697.png

 

 

Thank you in advance. 🙂

 

 

0 Kudos
Message 1 of 3
(1,051 Views)

Dear MachinePossible,

 

The reason for that can be that you are opening in windows explorer. The file format is not changed but the icon is because it is in windows wxplorer. Try opening that file in LabVIEW project.

0 Kudos
Message 2 of 3
(980 Views)

The most likely explanation is that you simply created a folder whose name ends with .llb, rather than an LLB file. In LV, you can select Tools>>LLB Manager to open a browser where you should be able to click the folder and convert it to an LLB file.

 

Note that not all folders can be converted to LLB files and that it's not necessarily a good idea to this conversion. The LLB format is an old format which has some uses, but also some dangers (for example, if something corrupts the file, you would probably lose all the VIs in the file).


___________________
Try to take over the world!
0 Kudos
Message 3 of 3
(970 Views)