LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hi! I have problems when I try to build the application!

I have built a vi on Windows, and after this I run this on Labview, Linux, and I had no problems.
But when I try to build the application , a pop up appears, and the message is:
"Error 7 occurred at Invoke Node in Dist read linkages.vi ->Dist Cmp Settings to Disk Hier.vi-> Dist Build App Img.vi-> Build Application.vi"

Does anyone Know any solution?

Thank you in advanced.

Graci
0 Kudos
Message 1 of 9
(3,841 Views)
Hi Bichillo

Did you install the Labview runttime engine on the target machine

Doc-Doc
Doc-Doc
http://www.machinevision.ch
http://visionindustrielle.ch
Please take time to rate this answer
0 Kudos
Message 2 of 9
(3,841 Views)
Yes, I have installed it!
And the Labviuew version I used to do the vi, is the same version that I am using to build the application!

Thanks!
0 Kudos
Message 3 of 9
(3,841 Views)
do you use visa
do you use relative path definition (like "current vi path.vi")

Doc-Doc
Doc-Doc
http://www.machinevision.ch
http://visionindustrielle.ch
Please take time to rate this answer
0 Kudos
Message 4 of 9
(3,841 Views)
Hi Graci,

Are you trying dynamically load VIs? If yes, go to the "Source Files"
tab in the Build Application interface. Use the the "Add Dynamic VI..."
button to add dynamic VIs. You may have to go into the "VI Settings" tab
and set "Remove Panel" to YES and "Show Panel" to NO. I think the newer
versions of LV (>=6.1) do that last part automatically.

-kevin
0 Kudos
Message 5 of 9
(3,841 Views)
To clarify, the error occurs while you are trying to build the application, not when you attempt to run a built application?

Do you have any CIN or DLL calls in your application? Can you mass-compile your application without errors? If you are using any dynamic VIs, will those VIs compile correctly in the LabVIEW editing environment? My instinct tells me that one of the dependencies is failing to load its necessary subdependencies and you are getting a somewhat confusing error message. This makes even more sense if you were using platform specific shared libraries in Linux that won't load in Windows.

Let me know if I can further answer your question.
-Robert
0 Kudos
Message 6 of 9
(3,841 Views)
Hi Bichillo,

The error you are getting is related to a version incompatibility between the vi and the Application Builder.
Have a look at the following KnowledgeBase:

http://digital.ni.com/public.nsf/websearch/862567530005F09C86256745006E4494?OpenDocument

Mass compiling the vi should solve the problem.

Hope it helps.
César Verdejo
Training and Certification | National Instruments
0 Kudos
Message 7 of 9
(3,841 Views)
Hi Doc-Doc!
I am using visa, but I think that this is not the problem, because when I run the vi, I can read through the serial port and I don´t have errors.
It has to be something related to a vi that is called by the build application.

Thanks

Graci
0 Kudos
Message 8 of 9
(3,841 Views)
Hi Robert!

The error ocurrs while I am trying to build the application.
I am not calling CIN neither DLL.

I have a doubt, what is mass- compile?

Thanks!
Graci
0 Kudos
Message 9 of 9
(3,841 Views)