ReferenceDriverLabJackWrite Task

LabJack write task

Learn how to send commands to LabJack devices with Synnax.

This task follows the standard task lifecycle.

Task configuration reference

Table

Parameter Type Required Default Description
device string Yes - Key of the LabJack device
state_rate number No 10 Rate (Hz) at which state channels are updated
channels array Yes - List of output channel configurations

Channel types reference

Analog Output (analog)

Writes analog voltage to a specified output terminal (DAC).

Table

Parameter Type Required Default Description
cmd_channel number Yes - Synnax command channel key
state_channel number Yes - Synnax state channel key
port string No DAC0 Port location (e.g., DAC0, DAC1)

Digital Output (digital)

Writes digital state (0 or 1) to a specified digital I/O line.

Table

Parameter Type Required Default Description
cmd_channel number Yes - Synnax command channel key
state_channel number Yes - Synnax state channel key
port string No DIO4 Port location (e.g., DIO4, FIO5)

How-to