Art-Net Interface

High-performance Art-Net interface designed for flawless, real-time DMX control.

With Art-Net, your lights become part of the show. Connect, control, and create dynamic lighting experiences – whether on stage, in the studio, or at your next big event.

Setup

Add one interface for each universe you want to send.
Each interface sends Art-Net data for that specific universe.

To send data to a single device, enter its IP address – this is called Unicast.
If you want to send data to multiple devices, you can use Multicast by setting the last number of the IP address to 255 (for example: 192.168.0.255).

Add Interface

Receiver IP

Enter the IP address of your Art-Net receiver, or use a multicast address (e.g. 192.168.0.255) to send data to multiple devices.

Universe

Set the universe number that this interface will handle.

DMX-Frame refresh rate

Choose how fast new DMX frames should be sent when values change.

Available Nodes

Art-Net nodes that respond to ArtPoll will appear here.
When you tap a node, its IP address is copied directly into the Receiver IP field.

Commands

Art-Net Value

Used to send a single DMX value value in 8-bit/16-bit precision, from 0 to 255.

Channel Coarse

Enter a DMX channel between 1 and 512.

Channel Fine

Enter a DMX channel between 1 and 512.

Value

Use whole numbers for 8-bit precision (like 200), or decimal numbers for 16-bit precision (like 200.3).

Art-Net Range

Used to send a DMX range value in 8-bit/16-bit precision, from 0 to 255.

Channel Coarse

Enter a DMX channel between 1 and 512.

Channel Fine

Enter a DMX channel between 1 and 512.

Max / Min Value

Use whole numbers for 8-bit precision (like 200), or decimal numbers for 16-bit precision (like 200.3).

Art-Net Script

Use a JavaScript to update DMX channels.

sendArtNet(128, 1) // updates channel 1 to 128 in 8Bit

sendArtNet(128, 1, 2) // updates channels 1 and 2 to 128 16-bit. Decimal places are possible.

Art-Net Reset DMX

Sets all Values in the DMX frame to 0.

Load and Save DMX states

You can use Swaps to save and load DMX channels.

Art-Net Save DMX

Swap

Select the Swap you want to use for storage.

Channels

Select the channels you want to save.

  • Use 1 2 3 4 512 to select single channels.
  • Use 1-512 to select a range of channels.

Use the Checkbutton for a quick syntax check.

Art-Net Load DMX

Load Option

Apply the new channel values instantly or use a slow or fast transition.

Swap

Select the Swap you want to use for storage.

Channels

Select the channels you want to load.

  • Use 1 2 3 4 512 to select single channels.
  • Use 1-512 to select a range of channels.
  • Use (50,51) to select two channels for 16-bit precision. First channel represents coarse, second channel represents fine.

Saved Channels

Shows the channels and values stored in the selected swap.

Use the Checkbutton for a quick syntax check.

You can only load channels that were saved in the swap.