LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Pass fixed array size of U16 Values to FPGA target from Host

Hi ,

I'm using a kintex 7 FlexRio for some project.

I have 8 registers on the target which i want to write to them from the host.

at the final stage i need to build an dotNet interop assempbly.

How i can initialize 2 input arrays of 4 length, to pass the data from them to 8 registers ?

 

thank you.

0 Kudos
Message 1 of 2
(2,381 Views)

Have you looked at the LabVIEW FPGA examples? For a small array, the easiest way to pass data between the FPGA and the host is through reading and writing front panel controls on the FPGA VI. If the values change rapidly and you need to pass the data at high speed, use a DMA FIFO.

 

If you are still having troubles after looking at the examples, post your code here so we can see exactly where you're stuck.

0 Kudos
Message 2 of 2
(2,348 Views)