LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to interface labview matscript to FPGA

I have one  project in matlab with code.So i can run in labview using matscript.And i dont know how to this matscript code with FPGA labview interfacing.

 

And help me how to interface FPGA in labview 8.6.

0 Kudos
Message 1 of 2
(2,466 Views)
You won't be to run mathscript in FPGA; that is not supported. What you will have to do is to transfer data back and forth from the host to the FPGA using front panel controls or DMA. So, you can acquire data in FPGA, transfer data to host, do the math calculation and then transfer the data back, if necessary. Have a look at the examples in the Example Finder to find example of how to communicate between target and host and do post back if you have any questions after that.
Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 2 of 2
(2,448 Views)