Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

CVS 1457RT and VBAI: Double Digital Output

Solved!
Go to solution

I have a problem with the CVS 1457RT and the VBAI.

 

I configured two steps with the VBAI for the CVS.

The first step: I only read out the digital input which should trigger my second step.

the second step: I aquire an image (with a Basler ace) and then I measured 8 distances and count 2 edges. after that I generate a pulse on the digital output once.

 

After that I made a VI in LabVIEW which measured the time between the I/O.

In this VI and on the module which is connected to the digital output I see that the putput pulses two times  but only some times.

 

0 Kudos
Message 1 of 2
(3,856 Views)
Solution
Accepted by topic author Sel-PL

I would guess you are getting noise on your digital input and triggering twice, so it runs the inspection twice, giving you two output pulses.

 

You can implement a digital filter, where the value coming out of the filter doesn't change until the input has remained at the same value for N samples.

 

Bruce

Bruce Ammons
Ammons Engineering
0 Kudos
Message 2 of 2
(3,851 Views)