09-28-2015 02:02 AM
09-28-2015 02:29 AM
This is the VI that I have so far, No I only need to get the data from the vbai to the vi but I don't know how. There are multiple solutions like logging a ini or a txt-file and than opening this in the VI or directely opening the data from the vi with the build-in "get inspection measurement" tool. But I don't know how to read exactely the data. Someone some ideas?
09-28-2015 09:30 AM
You can find VBAI API example at this location:
C:\Program Files (x86)\National Instruments\Vision Builder AI 2014\API Examples\LabVIEW Examples
To retrieve the results, make sure you call VBAIInterface - Enable Inspection Measurements.vi
Then you can call VBAIInterface - Get Inspection Results or VBAIInterface - Get Inspection Measurements
Hope this helps.
Christophe