10-16-2015 01:30 AM
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 !
10-19-2015 08:55 AM
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