10-19-2017 09:05 PM
Dear all,
I am a new user for DAQExpress and NI9237. The minimum sampling rate is 1.6KHz, However, I really need to get data with a lower rate. Can anyone tell me how to either change the sampling rate or record or write the recorded data with lower rate such as 10HZ?
Thank you very much. Appreciate!
10-23-2017 05:48 PM
Hello!
The 9237 has a Delta Sigma ADC that has a limit of 1.6 kS/s sampling rate. However, if you use an external master timebase, you can get as low as 391 S/s.
04-13-2018 03:27 PM
Hi Salazar,
I met the same issue with reduce of NI-9237 sampling rate. Could you please show me how to apply external master timebase in DAQexpress to reduce sampling rate to 391Hz?
Thanks,
YW
06-25-2018 06:27 AM
Did you get the answer of exactly how to reduce the sampling rate?? NI newbie!
@YWTSC wrote:
Hi Salazar,
I met the same issue with reduce of NI-9237 sampling rate. Could you please show me how to apply external master timebase in DAQexpress to reduce sampling rate to 391Hz?
Thanks,
YW
05-13-2019 03:20 PM
Nop, I still did not get how to reduce the sampling rate lower than 1612.9/s by "external master database".
Can anyone help?
Thanks in advance!
YW
05-14-2019 08:56 AM
Hello YWTSC,
I linked an article below that goes over master timebases and how to implement them in your code.
As far as reducing your sampling speed for your code, you might be able to create a for loop inside a while loop that either averages the certain number of values or just exports 1 value however often you want.
Synchronizing Analog Input C Series Modules with NI-DAQmx in LabVIEW
http://www.ni.com/tutorial/5376/en/
Hope this helps.
Garrett W.
05-14-2019 07:19 PM
Hi Garrett,
Thank you very much for your help!
I understand the article you posted the link, however, I do not know how to make it work in DAQExpress, which is a simple version of DAQmx.
My task is to export the measurement data of pressure transducer (from NI 9205) and strain gauge (from NI 9237) at same sampling rate 5/s, both are at same chassis cDAQ 9174. Since NI 9237 has min sampling rate 1613/s, I need to reduce it to 5/s and sync it with pressure data together. If you know how to realize it in DAQExpress, please let me know.
Best regards,
Yongkui
04-27-2022 12:07 PM
Considering you posted this in 2017, you probably have already resolved this question. My answer is for anybody else, like me, looking for the same answer.
The sample rate can be adjusted in the Task window. Once you have defined your channel, click on the Task tab, expand the Timing section if it is not already expanded by clicking on the triangle to the left of Timing. In this section you can alter the Desired Sample Rate. I have attached an annotated screen shot.
02-09-2024 03:49 PM
Thank you for posting this picture...The software is not very intuitive but your screen shot explains it perfectly. Thanks again