Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Running VBAI inside another program

I have a program that needs to run VBAI to do an inspection, but also needs to do some things either from Labview or DotNet.   (Need more user interaction than available with the "User Input" step in VBAI.) 

 

I'm wondering if there's an easy way to tile the screen or make the VBAI inspection run inside a window inside my host program?    Needs to be a way where the user doesn't have to do a bunch of window manipulation.


Thanks in advance,

Mike

0 Kudos
Message 1 of 2
(2,954 Views)

Vision Builder AI has an ActiveX control that you can use to integrate VBAI to your application. The ActiveX controls allows you to open an inspection, run it (synchronously or asynchronously), and get the result of each step.

VBAI ships with LabVIEW and Visual Basic examples, that you can find in the <Vision Builder AI>\ActiveX Support\Examples

 

Hope this helps,

 

Christophe

0 Kudos
Message 2 of 2
(2,945 Views)