Difference between revisions of "Getting Started With DMX"

From LinuxMCE
Jump to: navigation, search
(Added categories)
(Define an RGB light for DMX)
 
(6 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
[[Category: Lighting]]
 
[[Category: Lighting]]
 
[[Category: DMX]]
 
[[Category: DMX]]
To get started with DMX within LinuxMCE, you need an OpenLightingAssociation supported DMX controller, for example the [Entec DMX USB Pro]. Depending on what you want to control, you need for example a DMX RGB LED controller, like DMX RGB LED Dimmer (search on ebay).  
+
To get started with DMX within LinuxMCE, you need an [http://opendmx.net/index.php/OLA Open Lighting Architecture] supported DMX controller, for example the [[Entec DMX USB Pro]]. Depending on what you want to control, you need for example a DMX RGB LED controller, like DMX RGB LED Dimmer (search on ebay).  
  
 
Add the needed cables, power supply for the LEDs, and you are ready to go.
 
Add the needed cables, power supply for the LEDs, and you are ready to go.
 +
 +
[http://www.opendmx.net/index.php/Using_OLA#Using_OLA Using OLA] has details what needs to be done initially, like finding out what DMX controller is installed, and patching a universe to it.
 +
 +
Important point: Start olad as a non-root user who has is member of the dialout group. Make sure the olad daemon is running BEFORE the LinuxMCE open lighting architecture device is running.
 +
 +
TODO: Make setup of olad including a startup script automatic.
 +
 +
== Define an RGB light for DMX ==
 +
A DMX device is always considered a light.
 +
* Create a new light (for example an RGB light DT #1993)
 +
* Set the controlled by to your OpenLighting Architecture interface, which must have been defined beforehand (it is DT #2184 in the Interface category)
 +
* The format of the Port value is: DMX-universe|DMX-address-for-RED|DMX-address-for-GREEN|DMX-address-for-BLUE (for simple device with a single address, you only need the first two)
 +
 +
Note: A nice white color from an RGB stripe seems to 100,115,115

Latest revision as of 17:59, 8 September 2012

To get started with DMX within LinuxMCE, you need an Open Lighting Architecture supported DMX controller, for example the Entec DMX USB Pro. Depending on what you want to control, you need for example a DMX RGB LED controller, like DMX RGB LED Dimmer (search on ebay).

Add the needed cables, power supply for the LEDs, and you are ready to go.

Using OLA has details what needs to be done initially, like finding out what DMX controller is installed, and patching a universe to it.

Important point: Start olad as a non-root user who has is member of the dialout group. Make sure the olad daemon is running BEFORE the LinuxMCE open lighting architecture device is running.

TODO: Make setup of olad including a startup script automatic.

Define an RGB light for DMX

A DMX device is always considered a light.

  • Create a new light (for example an RGB light DT #1993)
  • Set the controlled by to your OpenLighting Architecture interface, which must have been defined beforehand (it is DT #2184 in the Interface category)
  • The format of the Port value is: DMX-universe|DMX-address-for-RED|DMX-address-for-GREEN|DMX-address-for-BLUE (for simple device with a single address, you only need the first two)

Note: A nice white color from an RGB stripe seems to 100,115,115