LabVIEW FPGA Module

The LabVIEW FPGA Module enables you to use LabVIEW to create VIs that run on the IF digitizer. The LabVIEW FPGA Module includes a Functions palette with VIs that can control the I/O, timing, and logic of the device. The LabVIEW FPGA Module synthesizes your custom VI into a form that can be downloaded to the FPGA on the device.

When programming LabVIEW host code, the FPGA module allows you to communicate with the FPGA VI that runs on the device FPGA. Use Read/Write Control methods on the host to write to and read from controls and indicators on the FPGA VI. Use DMA methods on the host to transfer data to and from the FPGA VI.

Refer to the documentation of the LabVIEW FPGA Module, available at ni.com/docs, for more information.