11-26-2005 09:58 AM
11-26-2005 01:54 PM
For transferring to RT, you might consider upgrading to LabVIEW 8.0. IN LabVIEW 8.0 FPGA and 8.0 RT there is a nice DMA function that transfers blocks of data from the FPGA FIFO to RT, without having a front panel control. It works well.
Alternatively, in LabVIEW 7.x, there is an example for the 9215 for transfering data via the front panel and polling. The example can be extended to use a FIFO, so that the DAQ part of the FPGA can be guaranteed to get the data without loss, then the RT can pull the data in polled or interrupt mode form the FIFO by reading one scan at a time (your front panel array has one element for each channel) until it gets the entire data set.
Regards