E1.31 (Streaming-ACN) Protocol: Difference between revisions

From doityourselfchristmas.com
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
==What is Streaming-ACN (E1.31)?==
==What is Streaming-ACN (E1.31)?==


ACN is a suite of protocols (via Ethernet) that is the industry standard for lighting and control. ESTA is in the process of ratifying a subset of this protocol for "lightweight" devices which is called DMX-over-ACN. This would allow microcontroller devices to communicate with lighting equipment via ethernet, without all the overhead of the full ACN protocol. In an effort push early adoption ETC is providing the protocol information at no charge.
ACN is a suite of protocols (via Ethernet) that is the industry standard for lighting and control. ESTA, the creator of the standard, ratified a subset of this protocol for "lightweight" devices which is called DMX-over-ACN or E1.31. This lightweight version allows microcontroller based lighting equipment to communicate via ethernet, without all the overhead of the full ACN protocol. In an effort push early adoption ETC provided the protocol information (code and draft specification) at no charge.
 
==Protocol Description==
E1.31 is ethernet based and is sent via UDP. The two accepted transport methods are multicast and unicast, the most common implementation is multicast. When using multicast all the controller needs to do is subscribe to the multicast address for the universe that you want to receive data from.


==More Information==
==More Information==
Line 7: Line 10:
[http://www.etcconnect.com/product.overview.aspx?ID=20339&lang=us&region=1 Description]
[http://www.etcconnect.com/product.overview.aspx?ID=20339&lang=us&region=1 Description]


[http://www.etcconnect.com/product.software.signin.aspx?docID=20481&ID=20339 Code Example]
[http://www.etcconnect.com/product.software.signin.aspx?docID=20481&ID=20339 Code Example and Draft Copy of Specification]


[http://www.plsn.com/index.php?option=com_content&task=view&id=4897&Itemid=40 Article: E1.31: An Offer You Can't Resist]
[http://www.plsn.com/index.php?option=com_content&task=view&id=4897&Itemid=40 Article: E1.31: An Offer You Can't Resist]

Revision as of 05:54, 1 February 2011

What is Streaming-ACN (E1.31)?

ACN is a suite of protocols (via Ethernet) that is the industry standard for lighting and control. ESTA, the creator of the standard, ratified a subset of this protocol for "lightweight" devices which is called DMX-over-ACN or E1.31. This lightweight version allows microcontroller based lighting equipment to communicate via ethernet, without all the overhead of the full ACN protocol. In an effort push early adoption ETC provided the protocol information (code and draft specification) at no charge.

Protocol Description

E1.31 is ethernet based and is sent via UDP. The two accepted transport methods are multicast and unicast, the most common implementation is multicast. When using multicast all the controller needs to do is subscribe to the multicast address for the universe that you want to receive data from.

More Information

Description

Code Example and Draft Copy of Specification

Article: E1.31: An Offer You Can't Resist

E1.31 with Vixen

Plug-in

Discussion about Protocol