09-07-2015 11:21 PM
Hi
The PXIe-7976R spec says that the DMA transfer rate is 3.2GB/sec.
Is there any example to show this proptery ?
I can only find the High Throughput Streaming.proj from NI Example Finder. However it's fast rate only 800MB/s
09-08-2015 10:35 AM
The high throughput example can saturate the backplane connection on a 7976 if you change a few things on the block diagram. Specifically the number of samples that are put into the DMA fifo every tick as well as the constant that reports that maxmimum throughput.
If you don't want to modify that you can take a look at some demo code I whipped up a while back. Set the 'duty rate' equal to the 'clock rate' to get the full 3.2GB/s.
09-10-2015 02:30 AM
01-16-2020 01:27 PM
Thanks. It's really important for me.