06-11-2004 12:45 AM
06-14-2004
12:37 PM
- last edited on
08-26-2025
10:09 AM
by
Content Cleaner
All the necessary steps for developing and running a LV FPGA VI are described in the LabVIEW FPGA Module user manual. Once you have developed, compiled and interactively tested the VI running on the FPGA, you are ready to incorporate it in your host application (running on either LabVIEW Windows or LabVIEW RT). Integrating a FPGA VI in either of these is the same.
In your host VI you download and start the VI on the FPGA, which gives you a reference to the VI. You can then communicate with the VI on the FPGA by reading and writing its front panel controls and indicators. All of this is done using the LV FPGA host interface. See this manual.
Christian L
NI Consulting Services