08-02-2011 08:04 AM
Hello,
I need to read some analog input samples after an analog start trigger event, and this should happen not only once but at every trigger event.
The card I use is a PXI 6250, analog input pin ai6, analog trigger pin al7.
Is this possible and if, is there example code for CVI or another C-Language as I don't have LabView around.
Thanks in advance
Oliver
08-03-2011 04:08 AM
Hi Oliver,
attached you will find a example for acquiring data with a digital trigger. Is there a reason why you need to use a analog trigger? If you need to use a analog trigger you can use "DAQmxCfgAnlgEdgeStartTrig(,,,); " instead of the digital trigger.
Best regards,
Jan