LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Open vi reference conversion from Labview 6 to Labview 2014

Solved!
Go to solution

Is there a way that someone can help me convert this VI written in Labview 6.1  so that I can work en EXE in Labview 2014.

 

I succed to open this vi from 6.1 to 2014 but it does not run. The open vi reference those not work in exe program. Someone know how I can  replace that function...

 

Thanks!

0 Kudos
Message 1 of 5
(3,173 Views)

Are you getting any errors?  Are you sure the dynamically called VI is in the "always included" for the  exe?


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 5
(3,171 Views)

I am getting an error when I run my exe. The error is 7. But the path seem ok.

 

I found this information on the net: http://digital.ni.com/public.nsf/allkb/8545726A00272EB0862571DA005B896C 

But I dont really understand what to do.

 

I do not know how to set the option "always included". can you help!

 

Thanks!

 

 

0 Kudos
Message 3 of 5
(3,155 Views)
Solution
Accepted by topic author cynt

Error 7 is File Not Found.  So your dynamically called VI is not in your executable.

 

In the build spec for the executable in your project, there is a section for "Source Files".  On of the options for the VIs is "Always Include".


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 4 of 5
(3,151 Views)

Thank you very much! This solve my problem!

 

 

0 Kudos
Message 5 of 5
(3,145 Views)