Deploying Your sbRIO I/O Module in a Programming Mode in LabVIEW FPGA
- Updated2023-10-23
- 1 minute(s) read
Deploying Your sbRIO I/O Module in a Programming Mode in LabVIEW FPGA
Complete the following steps to deploy sbRIO I/O modules in a new programming mode in the LabVIEW project.
- Locate your sbRIO I/O module in your LabVIEW project. If you just created the project, all sbRIO I/O modules appear under the FPGA Target, which indicates that they are in the LabVIEW FPGA programming mode.
- Drag your sbRIO I/O module to Real-Time Scan Resources. This indicates you plan to use your module in Real-Time Scan (IO Variables) programming mode.
-
Right-click the sbRIO-96xx in the project and select
Deploy All to deploy the module in the Real-Time Scan (IO Variables) programming mode.
Your module is now in Real-Time Scan mode.
- Drag your sbRIO I/O module to Real-Time Resources. This indicates you plan to use your module in Real-Time (NI-DAQmx) programming mode.
-
Right-click the sbRIO-96xx in the project and select
Deploy All to deploy the module in the Real-Time (NI-DAQmx) programming mode.
Your module is now in Real-Time (NI-DAQmx) mode.
Programming Examples
For information on getting started with DAQmx programming mode examples in LabVIEW FPGA, go to ni.com/r/daq2comboExample.