ReferenceDriverLabJackConfigure Device

Configure a LabJack Device

Learn how to connect and configure LabJack devices.

Prerequisites

Before you can start using your LabJack 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 as your LabJack hardware is connected to.
  3. The LJM library 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
modelstringYesLabJack model (LJM_dtT4, LJM_dtT7, or LJM_dtT8)
locationstringYesPhysical connection identifier (see below)
identifierstringYesDevice identifier: serial number, IP address, device name, etc.
connection_typestringNoConnection method: ANY (default), USB, TCP, ETHERNET, or WIFI

connection_type is only supported through the Python and TypeScript client libraries.

How-To

Before you begin, connect to your device and update it using Kipling.

Console

Python

TypeScript

Synnax will automatically detect new LabJack devices 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”.