11-12-2008 06:42 AM
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.
Solved! Go to Solution.
11-12-2008 11:44 PM
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