LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

host-target interfacing

Solved!
Go to solution

hi all,

 

I have just started the LabView. I want to send 1-D array from host to fpga VI. I want all the array values in the 1-D array of FPGA VI. Could u plz help me to do the same.

0 Kudos
Message 1 of 2
(2,133 Views)
Solution
Accepted by topic author barla

Hi,

 

There are two method of transferring data from your host to the FPGA target.

 

1. Flatten/Unflatten

 

2. Integer Handshaking

 

You can find details on how to implement these solutions in the following NI Developer Zone article:

 

http://zone.ni.com/devzone/cda/tut/p/id/4520

 

Hope this helps

 

Rohit

NI India

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