Installing the Ni-iDDS Instrument Node Software and Dependencies onto the Real-Time Target
- Updated2024-03-13
- 2 minute(s) read
Installing the Ni-iDDS Instrument Node Software and Dependencies onto the Real-Time Target
Install the NI-iDDS Instrument Node software and its dependencies onto your Linux Real-Time target.
-
Find the Package Manager download page at ni.com/support.
Note Refer to the Package Manager User Manual for complete information about using Package Manager.
-
Use the search field in Package Manager to find and install the following
packages:
- NI System Configuration
- NI CompactRIO
- NI Linux RT System Image version 2023 Q3
Note Package Manager may recommend additional software by default. NI recommends that you accept these additional items. -
Use Measurement & Automation Explorer (NI MAX) to reformat the Linux
Real-Time target.
- Launch NI MAX.
- Expand Remote Systems.
- Right-click the controller and select Format Disk.
-
Use NI MAX to install Linux RT System Image on the controller.
- Expand Remote Systems.
- Expand the controller.
-
Right-click Software and select
Add/Remove Software.
The Real-Time Software window opens.
- Select Linux RT System Image 2023 Q3 to use on the target.
- Click Other (Select to use C, C++, Python, etc.) to set the programming environment.
- Ensure NI-DAQmx and NI-Sync are enabled.
-
Click Review Changes.
Figure 1. Verifying cRIO Target Installation 
- Copy the NI-iDDS Instrument Node installer file, ni-idds-inst-node_<version>_core2-64.ipk, to the Linux Real-Time target.
- Using a terminal, navigate to the location of the .ipk file and run: opkg install ni-idds-inst-node_<version>_core2-64.ipk
-
Reboot the target.
After the target reboots, the device appears as an iDDS node on the network.
Removing the Software
opkg remove ni-idds-inst-node
Upgrading the Software
opkg remove ni-idds-inst-node
opkg install <new installer ipk>