ReferenceDriverLabJackWrite Task

LabJack Write Task

Learn how to send commands to LabJack devices with Synnax.

For the task lifecycle, see Task Basics.

Task Configuration Reference

ParameterTypeRequiredDefaultDescription
devicestringYes-Key of the LabJack device
state_ratenumberNo10Rate (Hz) at which state channels are updated
channelsarrayYes-List of output channel configurations

Channel Types Reference

Analog Output (analog)

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

ParameterTypeRequiredDefaultDescription
cmd_channelnumberYes-Synnax command channel key
state_channelnumberYes-Synnax state channel key
portstringNoDAC0Port location (e.g., DAC0, DAC1)

Digital Output (digital)

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

ParameterTypeRequiredDefaultDescription
cmd_channelnumberYes-Synnax command channel key
state_channelnumberYes-Synnax state channel key
portstringNoDIO4Port location (e.g., DIO4, FIO5)

How-To