MIDI-MT - Lighting control module “lighting devices, ArtNet» protocol”

MIDI-MT Documentation in English

Lighting control

Settings via the “ArtNet” protocol

The module allows you to control lighting devices and equipment using the “ArtNet” protocol. The “ArtNet” protocol is a network version of the “DMX512” protocol. Distributed over a local network by sending to broadcast addresses. In this case, the end equipment must support the “ArtNet” protocol, or a gate must be installed to convert to the “DMX512” protocol.

Configuration file

It is also possible to edit the configuration file in any editor you are familiar with. The main section of lighting control settings using the ArtNet protocol looks like this:

  ...
  "lights": {
    "pool": false,
    "artnet": {
      "enable": true,
      "port": 6454,
      "universe": 1,
      "ip": "192.168.22.105",
      "mask": "255.255.255.0",
      "broadcast": "192.168.22.255"
    },
    ... 
  },
  ...