02-03-2009 08:52 AM
Hi
I wonder that to trigger the USB-9215A daq card is there any way.
Because i want to measure pressure with piezoelectic sensor but pressure value don't occure immediatly . Time is passing from triggering moment to pressure measurment. So that to measure ignation time i need to trigger the card
02-04-2009 05:47 PM
Hello,
Thank you for posting to the NI forums. It sounds like you just need an example that demonstrates how to use an analog trigger. If you are using LabVIEW, you can go to Help>>Find Examples. When the Example Finder opens, double click on Hardware Input/Output>>DAQmx>>Analog Measurements>>Voltage>>Cont Acq&Graph Voltage-Analog Software Trigger.vi. You can read a small description of the example by single clicking on it in the Example Finder and looking at the right-hand side of the screen. In this example you can specify a number of pre-trigger samples to acquire. This may not fit your application exactly, but it should be a good starting place.
02-06-2009 09:31 AM
02-10-2009 06:46 AM
Hello,
The USB-9215A only has 4 analog input channels, so there are not any PFI lines to trigger with. I think that your best bet for triggering will be to look at the example that I posted in my last post to use an analog edge as a trigger. Hope this helps!