LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Getting numbers out of Vision Builder

I am trying to set up an automated vision system using NI vision builder.  I want to find dark spots (defects), measure their area, and make a decision based on their aggregate area.  I can do the first two steps, but am having trouble with the third.
0 Kudos
Message 1 of 3
(2,598 Views)
You may want to explain your application a little more, but I think that the first 2 steps can be handled in Vision Builder, and the last step needs to be programmed(manually) in Labview.
0 Kudos
Message 2 of 3
(2,587 Views)
Perform your decision logic and reduce it to a boolean (true/false condition). Feed this boolean into a case statement and take the appropriate decison making steps within each case.
~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 3 of 3
(2,585 Views)