07-22-2008 12:07 PM
Solved! Go to Solution.
07-23-2008 05:44 PM
Hello Ningyu,
In order to diagnose this issue it would be good to know the following:
1. Is the acquisition ever starting or does this error occur as soon as the step runs?
2. Does the acquisition ever receive your trigger?
3. What sort or acquisition rate are you using and what is the clock configuration? (Sample rate, samples to read, sample mode, etc.)
Let me know what you find and we can go from there.
Cheers,
07-24-2008 09:23 AM
Sample to read: 100000 sampling rate: 10k Hz
The attached is my project. I am doing an impact hammer test. I hope signal express starts to log data once I use the hammer to knock the structure. Is it possible for me to use trigger window to do this? If I don't use trigger, I need to delete data from ambient vibration everytime I do my tests.
Thanks,
07-25-2008
06:19 PM
- last edited on
06-25-2024
04:10 PM
by
Content Cleaner
Hello Ningyu,
In your current project it looks like you've configured an analog start trigger for a rising edge at the value of 20. Since the input range for your task is +/- 10 volts I don't think it’s possible for you to ever receive this trigger. I think that you should look at the parameters on the triggering tab of your DAQmx Acquire step. You need to make this analog level and slope in the range of your signal in order to trigger off of it. Also, if you're only interested in logging the data on peaks, you may want to consider using an analog reference trigger. This will let you acquire data only around the peaks--all other data will be ignored.
Here is information about the analog level you set: https://www.ni.com/docs/en-US/bundle/ni-daqmx/page/analeveltrig.html
And here is a description of start and reference triggers: Tips and Techniques in Data Acquisition Triggering - NI-DAQmx
I hope this helps and have a great weekend!