05-19-2021 12:04 AM
Hi All,
I am new to FPGA.
I created FPGA/LabVIEW vi as below:
I would like to save the analog input data. Could someone send me a LabVIEW vi to do that?
Many thanks
Z
05-19-2021 01:36 AM
Hi zfding,
@zfding wrote:
I am new to FPGA.
I would like to save the analog input data. Could someone send me a LabVIEW vi to do that?
First suggestion: take the Training resources offered by NI to learn FPGA basics! (Really, it's important!)
2nd suggestion: start all of those example projects coming with LabVIEWRT+FPGA! They explain how to transfer data from FPGA to RT to host computer to be able to save data to files…
05-21-2021 04:57 PM
Hey Z,
Overview of communication methods between Host, RT and FPGA here: https://www.ni.com/en-us/support/documentation/supplemental/16/understanding-communication-options-b...
10/10 would recommend the training and there's the RIO Developers Handbook!
-Bear