Art-Net
Encyclopedia
Art-Net is a proprietary protocol for transmitting the lighting control protocol DMX512-A (with RDM
RDM (lighting)
Remote Device Management or RDM is a protocol enhancement to USITT DMX512 that allows bi-directional communication between a lighting or system controller and attached RDM compliant devices over a standard DMX line...

) over the User Datagram Protocol
User Datagram Protocol
The User Datagram Protocol is one of the core members of the Internet Protocol Suite, the set of network protocols used for the Internet. With UDP, computer applications can send messages, in this case referred to as datagrams, to other hosts on an Internet Protocol network without requiring...

 of the TCP/IP suite. The protocol was developed by Wayne Howell and his company, Artistic Licence Engineering (UK) Ltd, and is open for implementation with attribution but without charge
, and make available a Software Development Kit
Software development kit
A software development kit is typically a set of software development tools that allows for the creation of applications for a certain software package, software framework, hardware platform, computer system, video game console, operating system, or similar platform.It may be something as simple...

. It is typically implemented as lighting-control nodes in embedded controllers, driven from a lighting desk or similar software operating as a server. Art-Net compatible products are made available by dozens of companies.

Facilities

Art-Net is a simple implementation of DMX512-A protocol over UDP
User Datagram Protocol
The User Datagram Protocol is one of the core members of the Internet Protocol Suite, the set of network protocols used for the Internet. With UDP, computer applications can send messages, in this case referred to as datagrams, to other hosts on an Internet Protocol network without requiring...

, in which packets containing lighting settings are transmitted over IP packets, typically on a private local area network
Local area network
A local area network is a computer network that interconnects computers in a limited area such as a home, school, computer laboratory, or office building...

 such as Ethernet
Ethernet
Ethernet is a family of computer networking technologies for local area networks commercially introduced in 1980. Standardized in IEEE 802.3, Ethernet has largely replaced competing wired LAN technologies....

. Facilities exist to transmit or receive lighting data (eg, fader levels for individual lights or positions of movable lights), as well as management functions such as detecting the nodes available or updating their control parameters, or transmit timecode. More sophisticated functions include subscription, so that for example, nodes A and B can subscribe to node C; C will unicast information to A and B.

Versions

Art-Net has gone through three versions which are claimed to be interoperable. Art-Net I used broadcasts extensively, giving a universe limit of approximately 40. Art-Net II mostly uses unicast packets, and addresses 256 universes. Art-Net III, released in 2011, addresses issues in managing larger numbers of universes, up to 32,768.

Internally to the protocol, it is referred to as version 14.

Addressing

In its simplest implementation, nodes all broadcast, originally on the 2.0.0.0/8 networks.

Addressing is typically fixed per node, often locked to the MAC Address
MAC address
A Media Access Control address is a unique identifier assigned to network interfaces for communications on the physical network segment. MAC addresses are used for numerous network technologies and most IEEE 802 network technologies, including Ethernet...

 and an "OEM" code allocated to the manufacturer, and jumper settings. Networks can use DHCP or statically configured IP addresses, and use unicast
Unicast
right|200pxIn computer networking, unicast transmission is the sending of messages to a single network destination identified by a unique address.-Addressing methodologies:...

 packets for greater network efficiency. The protocol can address 32768 DMX "universes", each of 512 channels, limited by bandwidth.

The fixed addressing can be problematic in networks with other addressing requirements. Revision Q of the protocol addressed this problem by adding 10.0.0.0/8 as an addressing scheme, For node discovery, broadcast packets are used.

Example

The following table shows a typical packet, ArtDMX, for transmitting lighting values. It is sent to the fixed UDP port 0x1936.

The pink portion is the same on all Art-Net packets; the green portion is variable. The opcode tells the recipient this is a packet containing DMX data in the data portion, intended to be output of the specified universe. Sequence is a sequential number allowing the recipient to reorder packets to address out-of-order delivery
Out-of-order delivery
In computer networking, out-of-order delivery is the delivery of data packets in a different order from which they were sent. Out-of-order delivery can be caused by packets following multiple paths through a network, or via parallel processing paths within network equipment that are not designed to...

; physical is an information packet showing the original physical universe of this data, if required. Then follows up to 512 lighting values in the range 0 to 255. Conceptually, this packet is broadcast to all nodes; but is ignored by all nodes except the one which is configured to listen for this universe. In practice the packet is typically unicast to the correct node.
offset (bytes) 0 1 2 3
0 'A' 'r' 't' '-'
4 'N' 'e' 't' 0
8 Opcode ArtDMX (0x5000) Protocol Version (14)
12 Sequence Physical Universe
16 Length (2 to 512, even) Data Data
20  
Data ...
 

See Also

  • Architecture for Control Networks
    Architecture for Control Networks
    Architecture for Control Networks is a suite of network protocols for theatrical control being developed by Entertainment Services and Technology Association...

    , a network protocol for theatrical control over UDP/IP
  • Protocol for Stage Illumination (PSI), an open protocol for native communication over IP networks

External links

The source of this article is wikipedia, the free encyclopedia.  The text of this article is licensed under the GFDL.
 
x
OK