05-25-2005 04:08 AM
05-25-2005 07:02 AM
05-25-2005 07:40 AM
@preston johnson wrote:
A good first technique to employ is to separate your acquisition loop from your "synchronous display" or boolean flag loop. This allows the DAQ portion of your FPGA code to run free. This separation is done by setting up a FIFO buffer with block mode memory. The FPGA DAQ loop writes points to the FIFO buffer. The "transfer to RT" loop then reads data from the FIFO buffer and places it on the panel for the RT host to gather. I use synchronous displays in my demonstration examples. It has been my experience that I can get about 4kHz data for the 4 channels I am interested in. The NI cRIO team might have some additional benchmarks to share.
Preston Johnson
05-25-2005 03:07 PM
05-26-2005 01:51 AM