03-27-2013 05:05 PM - edited 03-27-2013 05:06 PM
HI.
Has anyone had problems with migration from VBAI 2012, to labview 2012?.
I am filing this drawback when use the migration, in VBAI everything works properly and also when I use LabVIEW with "Vision Acquisition Express" for example, everything works as it should.
The solution I did was work with the API to control VBAI and it worked perfectly, but I wonder, if a bug or error known, about this process.
Thanks.
Solved! Go to Solution.
03-27-2013 07:32 PM
What exactly is the problem with migrating the inspection to LabVIEW?
03-28-2013 06:57 PM
ChristopheC Thanks for responding.
The migration is done without any problem, does not generate any error when making this process. Just when I run the generated code in LabVIEW does not display the image, looking into the code I observed first generates the error "9999" and then it generates the error "1074360316".
Thanks.
04-06-2013 12:38 AM
Finally, I solved by installing the "Vision Development Module 2012 SP1". With this update worked properly migration.
04-09-2013 02:24 PM
Just want to point out if you need it later, if you want to call a VI from VBAI, you might need your VI version is on the previous version comparing with VBAI. So if you want to using VBAI2012, your VI need to be in 2011 version.
-
Hoa
University of Minnesota
04-12-2013 01:26 PM
Hoa_Huynh escribió:
Just want to point out if you need it later, if you want to call a VI from VBAI, you might need your VI version is on the previous version comparing with VBAI. So if you want to using VBAI2012, your VI need to be in 2011 version.
Thanks, I think that's the problem.