# ArtNet

This plugin enables outputting DMX values via the ArtNet protocol.

It comes with a number of built-in fixture profiles. You can add your own using the [Expression DMX Patching](/plugins/artnet/expression-dmx-patching.md) feature. Loading of industry standard fixture profiles will be supported in the future.

## How To Use

To use this plugin you need to enable one of the universes (ArtNet, ArtNet2 or ArtNet3) through the [Settings](/guide/views/settings.md) menu.

Each universe can be configured individually using the [JSON configuration ](/guide/external-configuration.md)files.

You can set the target IP address as well as the Universe (starting from 0).

Here is an example configuration file setting up all the available outputs:

```
{
  "ArtNet": {
    "IP": "127.0.0.1",
    "Universe": 0
  },
  "ArtNet2": {
    "IP": "192.168.0.99",
    "Universe": 0
  },
  "ArtNet3": {
    "IP": "192.168.0.99",
    "Universe": 1
  }
}

```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.scenic.tools/plugins/artnet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
