04-28-2015 04:00 AM
Hello,
I have cRIO with DA converter and I need to output digitalized data. The problem is, it is too large to send the whole waveform to the fpga at once. So I am thinking about synchronizing it with the host and periodicaly send only parts. Does anyone have a better solution or advice about this matter?
Thanks
04-30-2015 01:56 AM
Hi Seky,
I agree that this is pretty much the only thing you can do - splitting it in smaller parts. Try using the DMA FIFOs for the data transfer.
http://zone.ni.com/reference/en-XX/help/371599J-01/lvfpgaconcepts/fpga_dma_how_it_works/
http://zone.ni.com/reference/en-XX/help/371599J-01/lvfpgaconcepts/fpga_dma_fifo_buffer_size/
Regards,
Denis