03-22-2007 01:52 PM
03-23-2007
10:50 AM
- last edited on
02-18-2025
12:56 PM
by
Content Cleaner
Hello skrubol,
You were correct when you guessed that the USB-6009 does not support reference triggering. If you view the USB-6008/6009 User Guide and Specifications here you will note that only digital start triggers are supported. This is because the USB-6009 does not utilize the DAQ-STC2 engine for digital timing and triggering. This engine is found in our M Series devices and allows for additional triggering modes. The most modestly priced USB device that contains the DAQ-STC2 engine (and therefore supports reference triggering) is the NI USB-6210. For more information about this device you can view the product page here; the NI USB-621x User Manual also contains more detailed information about the DAQ-STC2 engine on page 2-3 (page 21 of the PDF).
To address your question about a workaround, I would suggest that you consider post acquisition analysis. You could continuously acquire data and use software to monitor for a certain signal. Then, you could programmatically select X number of samples before and after this signal. This type of programming would probably require a greater degree of determinism than LabVIEW SignalExpress is able to provide, so you may need to do some work in LabVIEW if you choose to pursue this route. You could convert your LabVIEW SignalExpress project to LabVIEW code using Generate Code from the Tools menu; or you could write the code in LabVIEW to process your data and import that function to LabVIEW SignalExpress using the Run LabVIEW VI step in LabVIEW SignalExpress. I hope this information is helpful.
03-23-2007 11:22 AM
Hello Skrubol,
Another option is to set a start condition for your logging in LabVIEW SignalExpress.
From the recording options tab, select the channel you want to record and then select the Start Conditions option. From this dialog you can set LabVIEW SignalExpress to start logging when the signal goes above or below a certain level as well as save a certain amount of precondition data.
Regards,
Matt F
03-29-2007 04:21 PM