Adding the cRIO-904x to a LabVIEW FPGA Project
- Updated2023-06-16
- 2 minute(s) read
Adding the cRIO-904x to a LabVIEW FPGA Project
Complete the following steps to create a new LabVIEW FPGA project configured with the cRIO-904x controller.
LabVIEW FPGA Module is required to program the user-accessible FPGA on the cRIO-904x or deploy C Series modules in the LabVIEW FPGA program mode. To program in Real-Time (NI-DAQmx) or Real-Time Scan (IO Variables) modes, the LabVIEW FPGA module is not required. Refer to Adding the cRIO-904x to a LabVIEW Project for more information.
Refer to "Choosing Your Programming Mode" in the cRIO-904x User Manual to determine which programming modes are right for your application.
- To create a new LabVIEW project, launch LabVIEW and click Create Project.
- Select Templates»LabVIEW FPGA Project.
-
Select the
CompactRIO Embedded System project type and click
Next.
The System Setup window opens, which will allow you to add your system to the project.
-
Under
Discover existing system, check the box next to
Device is connected to a remote subnet IP address.
-
Enter the IP address for the cRIO-904x and click
Next.
Note You can locate the system IP address in MAX in the System Settings for the cRIO-904x.
-
In the LabVIEW Project Explorer, verify that your system is present in the project tree and click
Finish.
The LabVIEW project is created. All C Series modules and corresponding I/O appear under the FPGA Target.
Note By default, all C Series modules appear under the FPGA Target, which indicates that all modules are selected for use in LabVIEW FPGA mode.For information on how to change programming modes in LabVIEW FPGA, visit Deploying Your C Series Module in a Program Mode in LabVIEW FPGA.