ReferenceDriverNIConfigure Device

Configure an NI Device

Learn how to connect and configure National Instruments modules.

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.

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.

Console

Python

TypeScript

Synnax will automatically detect new NI modules and display a notification in the Console when a new device is connected. To start configuring the device, find the device in the Devices Toolbar, right click on the device and select “Configure”.