LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to convert an LLB from LabView 6.1 to LabView 6.0.2 in one action?

Hello,

I have build a lot of VIs in LabView 6.1. I put them in an LLB. I build an application which is calling VIs of this LLB.

Now I would like to convert my application from LabView 6.1 to LabView 6.0.2.

How can I do? I have a lot of error concerning the conversion of the LLB VIs ...
I don't want to take each LLB VI and convert it in the older LabView version.

Regards, pascal.
0 Kudos
Message 1 of 3
(2,799 Views)
Hello Pascal,

an "easy" way would be to have a "Main.VI", where you put in all VI's from the llb as subVI's and then save the Main.vi "with options" as "LV6.02" to a new llb.

Best regards
Gerd
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(2,799 Views)
And don't forget that there are several features in 6.1 that don't convert (like the event structure). You may also get error messages about some VIs in vi.lib or LabVIEW functions because of slight differences in functionality between 6.1 and 6.0. When you open the llb in 6.0, LabVIEW will use the equivalent 6.0 function. It always helps to list the actual error messages.
0 Kudos
Message 3 of 3
(2,799 Views)