08-30-2005 10:13 AM
08-31-2005
11:45 PM
- last edited on
03-13-2025
03:28 PM
by
Content Cleaner
Hi Pete,
You are right in saying that the 7831R boards should acquire data much faster than 10KHz. Infact you can take a look at the actual specs from the data sheet https://www.ni.com/en-us/support/model.pxi-7831.html as well as the product manual. However, I am concerned that you may be measuring the rate of acquisition on the RT VI (or any host vi) you are running as opposed measuring it in the FPGA VI.
Your time critical loop may be running at 228 ticks of the 40 MHz clock but the data is buffered (at that rate) and has to be then transferred to the communication loop which then sends the data to the host vi (which may be your RT vi). Hence, the rate at which host VI receives the data will be much slower than the FPGA VI is acquiring data.
Hope this helps!
Prashanth