The vision project I'm currently working on could really make use of Vision Assistant's batch processing if only the output file was in a format I could easily use.
Every "inspection" I'm running is using 4 consecutive pattern match VIs. What I want to do is run a batch on a bunch of images and save the results of each of those pattern match VIs. From the results I need to determine which images didn't find a match and then maybe list the ones that did find a match in order of "score".
So far I've not figured out a way to do this....other than maybe opening the file into one big string and then writing a mountain of code to sort through it. But I just don't have time for that. Does anyone know of an alternative way of sorting though the batch data?