05-07-2008 10:20 AM
05-08-2008 02:27 PM
Hi detech,
It sounds like you need an analog start trigger to start your acquisition. An
example of this can be found in the NI Example Finder under Hardware Input and
Output >> DAQmx >> Analog Measurements >> Voltage >>
Cont Acq&Graph Voltage-Int Clk-Analog Start.vi. The physical channel should
be set to the channel you are measuring. The rate is the speed at which you
want to sample the data. A good value for sample to read is 1/10th the rate.
The trigger source can be the same as the physical channel. This means that it
will analog trigger off the same signal that it is acquiring. Set the slope to
falling and the level where you want to trigger at. This will set everything up
so that when the measured signal falls below the trigger level the acquisition
starts.
For more information of different types of triggering check out this great
Developer Zone article, Tips
and Techniques in Data Acquisition Triggering - NI-DAQmx
Let me know if you have any questions and take care.
Thanks,