09-09-2016 02:25 AM
Hello,
I've built an application with the NI Vision Builder application on my computer, and it's working without any errors. But when I copy this application(with all of the VI-s and config files etc) to a coputer, which has installed just the labView RTE and Vision Development Module RTE, I keep getting the errors below on the image. I looked after the missing subVIs, the Common.llb file includes the the IVB Threshold Image.vi and the IVB VAA.llb contains the IVB VAA Templates.vi. With the other error I don't know what should I do, because I couldn't find the lvlib file (could that be the problem?). So why the program can't see the 2 VIs which are in the 2 llb file, and what should I do with the "could not load front panel" error?
I attached the images.
Thanks for your help,
Bence
Solved! Go to Solution.
09-09-2016 04:49 AM
09-09-2016 05:32 AM
I'm using LabVIEW 2015(32bit) and vision builder 2016(32bit), because the target computer is using 32bit operating system.
That's a good idea, to make an installer, I will give it a try and update if it solves the problem or not. Thanks!
09-09-2016 05:37 AM
An IVB subVI is a VI that was created by performing a "Migrate Inspection to LabVIEW..." from Vision Builder for Automated Inspection.
-Which version of Vision Builder you have used in your computer and the LabVIEW version to create the application?
-Which version of LabVIEW RTE and Vision development module RTE you installed?
-If these both versions do not match then generally this missing VI error arises.
Coming to your second error: Could not load front panel
-When you build an executable in LabVIEW, Application Builder removes the front panels of all of your program's subVIs. These front panels are generally unnecessary to your program and removing them allows for the creation of a much smaller executable file.
-If you have a program that displays the front panels of subVIs while it is executing, you explicitly need tell Application Builder to include those front panels before creating the executable file.
-Follow the steps in this link and Uncheck Remove front panel.
09-09-2016 08:23 AM
The solution was to create an installer. Thanks!