LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Downconvert VI Requests

Since you said you have LabVIEW 2010 you can do the downconversion yourself. Smiley Wink

 

File -> Save for Previous.

0 Kudos
Message 1121 of 1,444
(1,548 Views)

Could you please help me downconvert these two files from Labview 2009 sp1 to Labview 7.1?

 

thanks,

Download All
0 Kudos
Message 1122 of 1,444
(1,531 Views)

I did these small vi's using an eval version 10.0. Our company gave me an official license but it is for version 8.2. Can someone help to downconvert these two vi's from 10.0 to 8.2. I appreciate it.

Download All
0 Kudos
Message 1123 of 1,444
(1,507 Views)

@GregSocal wrote:

I did these small vi's using an eval version 10.0. Our company gave me an official license but it is for version 8.2. Can someone help to downconvert these two vi's from 10.0 to 8.2. I appreciate it.


LabVIEW 8.2 did not have the Fixed-Point datatype so you will need to modify the subVI.

Download All
0 Kudos
Message 1124 of 1,444
(1,502 Views)

Can anyone please convert this to LabView 8.0. I have the 2009 but I'm getting an error message everytime I try to do it.

 

Thanks a lot 😉

0 Kudos
Message 1125 of 1,444
(1,472 Views)

@notimperial wrote:

Can anyone please convert this to LabView 8.0. I have the 2009 but I'm getting an error message everytime I try to do it.

 

Thanks a lot 😉


sorry, the file I should have attache instead is the ie below.

 

apologies!

0 Kudos
Message 1126 of 1,444
(1,482 Views)

Thanks.  since there are many VIs in a project, I was looking for a quick way to do that.  NI support staff finally gave me a VI to do it automatically.

 

cheers

 

0 Kudos
Message 1127 of 1,444
(1,481 Views)

Hi notimperial,

 

here's your VI in LV8.0.

 

- The problem with downconverting on your side has to do with the (missing) subVI "VxmDriverLV8.vi" - without it I could downconvert without problems.

- Your VI is written in a bad style. I removed the local variables before conversion.

- The subVI uses the worst connector pattern of all: the 28-connector-monster! Think about grouping inputs in clusters and you will have spare connectors for the error cluster to finally get rid of the sequence structure...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 1128 of 1,444
(1,477 Views)

@GerdW wrote:

Hi notimperial,

 

here's your VI in LV8.0.

 

- The problem with downconverting on your side has to do with the (missing) subVI "VxmDriverLV8.vi" - without it I could downconvert without problems.

- Your VI is written in a bad style. I removed the local variables before conversion.

- The subVI uses the worst connector pattern of all: the 28-connector-monster! Think about grouping inputs in clusters and you will have spare connectors for the error cluster to finally get rid of the sequence structure...


cheers! I know 😛

0 Kudos
Message 1129 of 1,444
(1,476 Views)

Hello,

I need to convert the attached files from labview 5 to labview 8.6.

Thank you in advance for your help.

Best regards

Amir Fallah

Download All
0 Kudos
Message 1130 of 1,444
(1,464 Views)