Schéma
  • scenic.tools Schéma
  • Guide
    • Getting Started
    • Controls
    • Blocks
      • Parameters
      • Block Stacks
        • Layers
      • Attributes
    • Drivers / Modulators
      • Mapping Sliders
    • Fixtures
    • Groups
    • Director
    • Controllers
    • Relations
    • Views and navigation
      • Browser
      • Block Stack
      • Schematic
      • Controller
      • Settings
    • Projects
    • External Configuration
      • Available Options
      • Backdrop
  • Blocks
    • Source
      • Color
        • Constant
        • Color
    • Modify
      • Color
        • Dim
        • Flickerize
        • Rainbow
      • Repeat
    • Operator
      • Add (+)
      • Multiply (*)
      • Crossfade
    • Pick
      • Alternate
      • Time
      • Controller
      • Group
  • Plugins
    • About
    • ArtNet
      • Expression DMX Patching
    • Remote Controller
    • MovingHeads
    • OSCAudioReceiver
    • OSCReceiver
    • OSCSender
    • Shapes
    • XBox
    • DALInet
    • In Development
      • Remote
  • Tools - External programs
    • About
    • Audio Analysis Sender
    • ArtNet to OctoWS2811 Bridge
  • Development
    • Roadmap
      • Localisation
      • Input Mapping / Controller Interaction
        • Pages
  • Future Concepts
    • ScenicScript / YAMLStacks
    • Fixtures 2.0 (Machines)
    • BlockShop
Powered by GitBook
On this page

Was this helpful?

  1. Plugins

ArtNet

PreviousAboutNextExpression DMX Patching

Last updated 4 years ago

Was this helpful?

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 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 menu.

Each universe can be configured individually using the 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
  }
}
Expression DMX Patching
Settings
JSON configuration