DMX Output

Send DMX lighting channel values over ArtNet or sACN.

What it does

DMX Output sends lighting control values out of the graph onto a real DMX network, over ArtNet or sACN/E1.31. It works with any DMX interface, lighting console or fixture that speaks one of those two protocols.

Two paths drive it, and both can run at once: a Numbers array wired into Channels for bulk data starting at Start Channel, and individual Channel 1–6 values set on the node starting at Channel Offset. Both are live, sending continuously while the graph runs.

When to use it

ParameterTypeDefault
protocolString"ArtNet"
source_nameString"Node Tool"
priorityNumber100
channelsNumberArray
start_channelNumber1
channel_1Number0
channel_2Number0
channel_3Number0
channel_4Number0
channel_5Number0
channel_6Number0
channel_offsetNumber1
hostString"2.255.255.255"
portNumber6454
universeNumber0
enabledBooleantrue
send_on_changeBooleantrue

Gotchas

sACN requires a Source Name and honours Priority for HTP merging with other sources on the same universe. Both are ignored when Protocol is set to ArtNet.

Worked example

  1. Add a DMX Output node and set Protocol to ArtNet or sACN to match your fixture.

  2. Wire a Numbers array (for example from Audio Analysis) into Channels, and set Start Channel to where your fixture's channels begin.

  3. Or skip the array and set Channel 1–6 directly, adjusting Channel Offset to land on the right DMX channels.

  4. Set Host, Port, and Universe to match your interface or receiver, then enable the node.

See also

DMX Input · OSC Output · MIDI Output · Numbers, signals & audio