Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Image capture by handswitch

I would like to know if I can use a handswitch to capture an image with a pci1411 card. I figured I should be able to interface with the trigger i/o line on the card, but I not sure how to generate a capture. I am using imaqvision 6.0 with visual basic.
0 Kudos
Message 1 of 2
(2,778 Views)
I know how to do it using LabVIEW. I suspect it will be very similar in VB.

You need to provide a 5 V TTL pulse from your handswitch, and wire it into the trigger input on the card.

When you set up your acquisition, configure the trigger to start the acquisition. It is fairly straight forward.

Another possibility is to monitor the trigger input, and acquire the image when the trigger is registered. There would be a small delay due to software, but it would be minimal (a fraction of a second). This way, you could display a live image, then store the current image when the trigger is detected.

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