Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing 'IVA Store Results'

Solved!
Go to solution

Hello,

 

I can't seem to figure out how to access the stored information of 'IVA Store Circular Edge Results', seen below storing the information from 'IMAQ Find Circular Edge3'. 

 

Any tips, please?

Capture.PNG

 

 

0 Kudos
Message 1 of 2
(3,293 Views)
Solution
Accepted by topic author palanski

The purpose of this VI is to store the results of the VIs that returns points and angles in a Results Manager (Database of results produced by each step), so that they can be easily accessed by subsequent steps like coordinate system or caliper. You should not need to use this VI to access the data produced by the Find Circular Edge. Just use the outputs of IMAQ Find Circular Edge 3 VI.

But that's a good point. In this case, since your script does not use either step after the Find Circular Edge, we should not have dropped this VI to make the code simpler.

 

We chose to use a producer/accessor model instead of dataflow, because all the VIs that output points and angle are heterogenous. Some indicators are a clusters of points, some are arrays or points, some are array of cluster of points and other stuff etc. Using dataflow would have required to generate specific code for each producer.

 

Hope that makes sense.

 

Christophe

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