Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create EXEcutable from VBAI?

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?

0 Kudos
Message 1 of 2
(3,413 Views)

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

0 Kudos
Message 2 of 2
(3,405 Views)