Copying the Sample FPGA VI and Project
- Updated2025-04-08
- 2 minute(s) read
Create a template by making a copy of a sample FPGA VI and project.
- Browse to the <Common Data>\FPGA\Templates directory.
-
Create a copy of NI VeriStand IO PXI-7854R.lvproj in the
same directory and open the copy in LabVIEW.
Note If you are using a CompactRIO FPGA target, create a copy of NI VeriStand FPGA IO cRIO.lvproj instead.
- In Project Explorer, under My Computer, expand FPGA Target (PXI-7854R).
- Optional:
To define a target other than PXI-7854R, add it to the project.
- Right-click My Computer and select from the shortcut menu.
- In the Targets and Devices dialog box, select the .
- Select the device type from the list and click OK.
- In Project Explorer, under the FPGA Target (PXI-7854R), drag NI VeriStand FPGA DMA IO.vi to the new target.
- Under the FPGA Target (PXI-7854R) target, drag the DMA_WRITE FIFO and DMA_READ FIFO to the new target.
-
Right-click the new target and select
to add the connectors available on the new target.Note The FPGA VI displays broken wires from any FPGA I/O Nodes with undefined channels. For more information on adding I/O to a project, refer to the LabVIEW FPGA Module Help.
- In Project Explorer, double-click NI VeriStand FPGA DMA IO.vi.
- In the NI VeriStand FPGA DMA IO VI, select .
- Enable Substitute copy for original and click Continue.
- Rename the VI and click Save.
- In Project Explorer, save the project.
Related Information
- VeriStand Directories and Aliases
VeriStand uses directories and aliases for project files, models, and custom devices.
- Customizing an FPGA VI
Modify an FPGA VI to match your hardware device.