02-08-2008 07:13 AM
I would like to find an example of capturing a waveform using a NI-9233 with a USB-9162. I need to make a software trigger that captures the data X seconds before and after a spike on the input. The hardware I am using (above) does not have a trigger function so I need to continually monitor the signal until a spike is seen, then I need to capture a variable amount of second before and after the spike to analyze.
02-08-2008 02:08 PM - edited 02-08-2008 02:10 PM
Hi Anthony
here is an example for you. I hope it helps. If you have further questions, don´t hesitate to ask.
Mike
02-11-2008 01:57 PM
Hello,
I would recommend the example titled Cont Acq&Graph Voltage - Analog SW Trigger. This example is a software trigger. I selected this example, because the 9233 is limited to software triggers since it does not have hardware circuitry for triggers. The example is located in the NI Example Finder under the Browse tab folders <Hardware Input and Output> <DAQmx> <Analog Measurement> <Voltage>
The example MikeS81 posted is also very helpful for a post processing approach.