LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Saving source distribution for previous version

Solved!
Go to solution

Hi,

 

I'm trying to use Run Labview VI tool in VBAI. I'm using LV2013 SP1 and VBAI 2013. The Run Labview VI step gives me an error saying "this step supports LV2012 or earlier". When I save it for LV12, this time an error comes up saying " The VI was not compiled for the specified remote target or it was not saved with LV12". After I read the forums and help documents, I see this problem can be solved with saving the VI for distribution (LLB).

 

But when I open the project, it is becoming LV2013 and LLB is building as LV2013. So I'm returning the first step saying "this step supports LV2012.."

 

How can I build a source distribution as LV12 while using LV13? I couldn't find a solution.

0 Kudos
Message 1 of 8
(4,284 Views)
The problem is likely that saving in a previous version, saves the VI but doesn't actually recompile it in that version -- a pretty reasonable approach.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 8
(4,254 Views)

I couldn't understand your suggestion about this problem. Is it possible to compile the VI in a previous version? If it is, how can I do that?

0 Kudos
Message 3 of 8
(4,238 Views)
My suspicion is that while LV 2013 can save the source in a form that is compatible with LV 2012. It can't compile the code for that version in a later version. To create an executable 2012 VI, you need LV 2012 -- which is only a download away.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 4 of 8
(4,223 Views)
Solution
Accepted by topic author sevincom

You can either download an 2012 version (ask your local sales engineer because it's an older version), or

 "save your VI as" for 2012 and post the zip of exported files to the conversion board. Someone may answer and wrap your files in a 2012 VI+llb ^^

- http://forums.ni.com/t5/Version-Conversion/bd-p/VersionConversion

 

--Eric 

Eric M. - Senior Software Engineer
Certified LabVIEW Architect - Certified LabVIEW Embedded Systems Developer - Certified LabWindows™/CVI Developer
Neosoft Technologies inc.

0 Kudos
Message 5 of 8
(4,201 Views)

Mike, Eric

 

Thank you both. I installed an older version. I think this situation needs to be improved. Also a similar problem is with VBAI which doesn't have an option for saving as previous version.

0 Kudos
Message 6 of 8
(4,188 Views)