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

Table

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

Configuration Parameters Reference

Table

Parameter Type Required Description
name string Yes Human-readable device name for identification in Console
rack string Yes Synnax Driver (rack) key where the device is connected
model string Yes NI device model (e.g., cDAQ-9174, PXI-6259, USB-6008)
location string Yes Physical connection identifier (device name from NI MAX)
identifier string Yes Channel 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.