Deploying Your C Series Module in a Program Mode in LabVIEW
- Updated2025-05-05
- 1 minute(s) read
Deploying Your C Series Module in a Program Mode in LabVIEW
Complete the following steps to deploy C Series modules in a new program mode in the LabVIEW project.
- Locate your C Series module in your LabVIEW project. If you just created the project, all C Series modules appear under Real-Time Resources, which indicates that they are in the Real-Time (NI-DAQmx) program mode.
- Drag your C Series module to Real-Time Scan Resources. This indicates you plan to use your module in Real-Time Scan (IO Variables) program mode.
-
Right-click the cRIO-904x in the project and select
Deploy All to deploy the module in the Real-Time Scan (IO
Variables) program mode.
Your module is now in Real-Time Scan (IO Variables ) program mode.
- Drag your C Series module back to Real-Time Resources. This indicates you plan to use your module in Real-Time (NI-DAQmx) program mode.
-
Right-click the cRIO-904x in the project and
select Deploy All to deploy the module in the Real-Time (NI-DAQmx)
program mode.
Your module is now in Real-Time (NI-DAQmx) program mode.
Programming Examples
For information on getting started with NI-DAQmx program mode examples in LabVIEW, visit Using CompactRIO with the NI-DAQmx API at ni.com/r/criodaqmx. You can also access example projects in LabVIEW by selecting Help»Find Examples, and navigating to Hardware Input and Output»CompactRIO.