12-02-2012 08:37 AM
I am using VBAI2011 and LV2010.
My vision algorithm is done in VBAI, but the Inspection Interface is created by LV VIs.
How could I make a single EXE file out of this project?
I know I need VBAI and LV RTE, but then how to create and executable?
12-02-2012 12:10 PM
Your best option is to use the VBAI API, that allows to silently open and run an inspection, get the results, and display them, as well as your image in a UI designed in LabVIEW.
You can then create an executable from the VI that implements the UI.
Examples can be found at the following location:
C:\Program Files (x86)\National Instruments\Vision Builder AI 2011\API Examples\LabVIEW Examples
Hope this helps,
Christophe