Adding the sbRIO-96xx to a LabVIEW Project
- Updated2023-10-23
- 1 minute(s) read
Adding the sbRIO-96xx to a LabVIEW Project
You can use LabVIEW to program in Real-Time (NI-DAQmx) or Real-Time Scan (IO Variables) modes. For applications using advanced functionality that require programming the FPGA, LabVIEW FPGA Module is required to deploy sbRIO I/O modules in the LabVIEW FPGA programming mode.
- To create a new LabVIEW project, launch LabVIEW and click Create Project.
- Select Blank Project from the Create Project dialog and click Finish.
- To add your system to the project, right-click the top of the project tree and select New»Targets and Devices to launch the Add Targets and Devices discovery dialog.
-
In the
Add Targets and Devices dialog, expand the
Real-Time CompactRIO folder, select your system, and click
OK.
Note If your system is not listed, LabVIEW could not detect it on the network. Ensure that your system is properly configured with a valid IP address in Measurement & Automation Explorer. If your system is on a remote subnet, you can also select to manually enter the IP address. You can locate the system IP address in MAX in the System Settings for the sbRIO-96xx.
-
In the LabVIEW Project Explorer, verify that your system is present in the project tree. Click
File»Save to save the project.
The LabVIEW project is created. All sbRIO I/O modules appear under Real-Time Resources by default, which indicates that all modules are deployed in Real-Time (NI-DAQmx) mode.