LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

NI 9234 : sampling rate : cRIO, FPGA

Solved!
Go to solution

For NI 9234 module, front panel and block diagram of my FPGA code of my cRIO is like below.

The sampling rate (data rate) is selectable between some values as shown below. 

 

Do you have any idea how I can do the sampling with a lower rate that is smaller than the samllest option (1.652 KS/s)?

 

FPGA front panel.png

Sampling rate.png

FPGA code.png

0 Kudos
Message 1 of 3
(4,111 Views)
Solution
Accepted by topic author Cashany

Hi Cashany, 

 

Take a look at this link. Page 16 describes the limitation that you are running into. Basically the master time base can only be divided down to certain data rates because of the way the device physically handles digital and analog filitering. So there really isn't a way to divide down past that point. 

Ryan
Applications Engineer
National Instruments
Message 2 of 3
(4,089 Views)

Thanks. I solved my problem by another method. My solution is in the following link: 

 

http://forums.ni.com/t5/LabVIEW/DMA-FIFO-from-FPGA-to-RT-host-gets-full/td-p/2509316

 

Message 3 of 3
(4,085 Views)