08-22-2011 08:03 AM
Since you said you have LabVIEW 2010 you can do the downconversion yourself.
File -> Save for Previous.
08-23-2011 11:28 AM
Could you please help me downconvert these two files from Labview 2009 sp1 to Labview 7.1?
thanks,
08-26-2011 11:07 AM
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.
08-26-2011 12:26 PM
@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.
08-30-2011 11:13 AM
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 😉
08-30-2011 11:24 AM
@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!
08-30-2011 12:31 PM
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
08-30-2011 12:55 PM
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...
08-30-2011 01:32 PM
@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 😛
08-31-2011 05:52 AM
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