ReferenceDriverNIConfigure Device

Configure an NI Device

Learn how to connect and configure National Instruments modules.

The Synnax Driver supports every National Instruments device that the NI-DAQmx driver supports, including CompactDAQ, CompactRIO, and PXI systems. Chassis and their modules are discovered automatically and shown hierarchically in the Console.

Prerequisites

Before you can start using your NI hardware with Synnax, you will need to ensure that you have the following:

  1. A Synnax Core running on your network.
  2. A Synnax Driver running on your network. This Driver must be connected to the Core and running on the same machine your NI hardware is connected to.
  3. The NI-DAQmx and System Configuration drivers installed on the machine running the Synnax Driver.
  4. The Synnax Console installed on your local machine.

Supported Operating Systems

PlatformStatus
Windows✓ Supported
Linux✓ Supported
NI Linux Real-Time✓ Supported
macOS✗ Not Supported
Docker✗ Not Supported

Configuration Parameters Reference

ParameterTypeRequiredDescription
namestringYesHuman-readable device name for identification in Console
rackstringYesSynnax Driver (rack) key where the device is connected
modelstringYesNI device model (e.g., cDAQ-9174, PXI-6259, USB-6008)
locationstringYesPhysical connection identifier (device name from NI MAX)
identifierstringYesChannel name prefix for all channels on this device

How-To

Before you begin, connect to your device and reserve it using NI MAX. The Driver must run on the same machine used to reserve the hardware.