08-29-2006 03:55 PM
08-30-2006 12:31 PM
The best way to do this is to trigger your 4472 with an analog start trigger. This will monitor your analog line until the voltage value rises above a certain value and then acquisition will begin. Then use the DAQmx Export Signal.vi to export the start trigger to one of your PFI lines. Then, externally connect this PFI line to your camera to receive this trigger.
I've attached a VI that should do this, I just added a DAQmx Export Signal.vi to one of our examples that installs with the DAQmx driver: "Cont Acq&Graph Voltage-Int Clk-Analog Start.vi"
Hope this helps!
B Spears