Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I have signal to stop the machine if the last 5 results from the inspection is fail

I'm using labview RT with vision assistant and i want to have a signal to stop the machine if the last 5 inspection result is Fail.

0 Kudos
Message 1 of 4
(3,636 Views)

One way to do this would be to output the inspection result to a shift register, and then stop if the last 5 results are Fail.  

 

If you want more specific device, I could help more if I knew more about your application.

0 Kudos
Message 2 of 4
(3,626 Views)

How can i make " if the last 5 results from the inspection fail "

0 Kudos
Message 3 of 4
(3,609 Views)

Here is the way I would do it in LabVIEW:

 

Create a counter variable.  Each time the test passes, zero the counter.  Each time the test fails, increment the counter.  If the counter is equal to 5, output a signal.

 

Bruce

Bruce Ammons
Ammons Engineering
0 Kudos
Message 4 of 4
(3,605 Views)