Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Vision-inspection

How can I use VBAI Interface- set varibales.vi to store inspected images by creating inspected variables? i always get an error when i try to use that vi !

Best Regards,
Dhans 😉
Kudos are welcome 😉
Aspirant Labview Programmer (Labview 14) 😉
0 Kudos
Message 1 of 2
(3,988 Views)

That errors means that you don't have a variable with the specified name in your inspection. It looks like you are trying to set a variable called "h" to a value of 0. Here is a Vision Builder AI 2014 inspection that allows LV to set a numeric and image that will be used in the inspection.

 

Use the Tools>>Variable Manager in Vision Builder to define the variables you want to use in the inspection and then just use the exact same name and data type to set thoser variables from LabVIEW.

 

Hope this helps,

Brad

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