LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Triger/transmit light from projector when i sanp from camera with IMAQ PCI 1407

I want to activate projector to emit light when i snap
0 Kudos
Message 1 of 3
(2,563 Views)
Use "Trigger Drive.vi" in the IMAQ Image Acquisition palette to set a trigger upon snap.

However; this will cause the signal to ocurr AFTER the snap, unless you use it or another signal with appropriate delays.
0 Kudos
Message 2 of 3
(2,563 Views)
Take a look at the low level snap example. Put the IMAQ Trigger Drive VI between the IMAQ Configure Buffer and IMAQ Start and set the "trigger drive" input to asserted. This will drive the trigger line as soon as the VI is called. Alternately, you could choose another condition such as "acquisition done" to drive the trigger after the frame is acquired. Please note, as soon as you call IMAQ Close, the trigger line will return to the default tri-state.

Regards,

Brent R.
Applications Engineer
National Instruments
0 Kudos
Message 3 of 3
(2,563 Views)