Viz Arc User Guide

Version 1.8 | Published October 13, 2023 ©

Art-Net DMX Integration

Art-Net is a data distribution protocol that allows DMX lighting data to be transported over an ethernet network.

Usage with Light Action

Select a scene containing viz5 based lights and load it into Viz Arc. Drag the light from the scene tree to the action canvas to create a Light Action.

images/download/attachments/125453222/dragndroplight.png

Open the context menu and select the Connect to ... entry.

images/download/attachments/125453222/rightclick_connectto.png

In the window that opens select the DMX tab.

images/download/thumbnails/125453222/mididmxwizard.png

When the Auto learn option is enabled, the panel displays the last Universe and Channel that has changed. It can be used to easily identify a hardware slider or a knob.

The Raw Value displays the received raw value in the range of [0..255]). The Universe and Channel values can be entered manually as well.

The Min/Max Value determine the range where this channel is to be mapped.

Once a property has been mapped, a small horseshoe magnet icon indicates the presence of a mapping. A tooltip shows the mapped Universe and Channel.

images/download/attachments/125453222/afterconnection.png

In case more light need to be mapped in a similar fashion as the first one, the easiest approach is to duplicate the action and configure DMX offsets on the duplicated action.

images/download/attachments/125453222/duplicate_light.png

Copy the full path of the second light either by copying it from the scene tree directly or enter the tree path manually.

images/download/attachments/125453222/copyfullpath.png

images/download/attachments/125453222/clonedlight_modpath.png

Enter an appropriate Universe/Channel offset the DMX OFFSET line.

images/download/attachments/125453222/ligh_offset_channel.png

The overall DMX mapping can be viewed in the Config Settings panel under the Shortcuts section.

images/download/attachments/125453222/artnet_shortcuts.png

From here it is possible to remove a mapping and to re-adjust the minimum and maximum range mapping.

images/download/attachments/125453222/artnet_adjust_minmax.png

By right clicking on the action the action can be highlighted on the action canvas.

images/download/thumbnails/125453222/shortcuthighlightaction.png

The rendered output of 2 virtual viz lights mapped through physical lights.

images/download/attachments/125453222/lightoutput.png

The physical lights controlled by a DMX light console where channel 0-3 are RGB of the first light, channel 4 is mapped to the intensity and with an offset of 4 channels

the second light is mapped on sliders 5-9 of the console.

images/download/attachments/125453222/dmxconsole_cropped.png images/download/thumbnails/125453222/dmx_lights_physical.jpeg images/download/attachments/125453222/dmxlights_physical_front.jpeg

Usage with Precision Key Action

The same way as in the Light Action, DMX signals can be used to control any floating point value in the Precision Key Action


images/download/attachments/125453222/dmx_chroma.png

Usage with Template Actions

DMX signals can be used on double parameters only within Template Actions.

images/download/attachments/125453222/scriptdoouble.png

A sample of two double parameters representing a percentage connected to a DMX lighting control

images/download/attachments/125453222/templateconnectedmx.png

Scripting

All DMX events can be intercepted and processed using the OnDMXEvent callback method.