LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview 8.0 FPGA DMA question

I am developing a control system which needs to access a big mass of
variable data (32 Mbyte) that i can put into the host computer RAM. In
labview tutorial and also on other web resources it is well described
how the DMA FIFO can be used to "write to" host PC memory (RAM) but
nothing about "reading from" the PC RAM. Is it possible? And which is
the control to be used? Do I need some lower level coding?
Thanx
Davide

0 Kudos
Message 1 of 5
(3,114 Views)
for the DMA right now you can only write back to host RAM.  As far as I konw  NI is developping the tech to read from Host RAM.
0 Kudos
Message 2 of 5
(3,097 Views)
sorry I should say for PXI 7833R series DMA is unidirectional . For other card I don't know.
0 Kudos
Message 3 of 5
(3,094 Views)

Hi Davide,

As of right now, the DMA transfers are one-way only (FPGA to host).

Best regards,

David H.
Systems Engineer
National Instruments
0 Kudos
Message 4 of 5
(3,082 Views)
If you are using PXI 7833R you can use the onboard memory which is 192kbyte. If you are using PXI 7831 you have to wait until the bidirectional DMA comes out.
0 Kudos
Message 5 of 5
(3,079 Views)