Difference between revisions of "DMX Storage"
(name is stellalight) |
(DMX FXslot corrected) |
||
Line 19: | Line 19: | ||
*[[Artnet]] | *[[Artnet]] | ||
*[[DMX]] (not yet implemented) | *[[DMX]] (not yet implemented) | ||
− | *[[DMX | + | *[[DMX FXSlot]] |
== Modules (output) == | == Modules (output) == |
Revision as of 01:11, 28 December 2011
DMX Storage | |
---|---|
Status | Stable
|
menuconfig | Applications->DMX Storage |
Pinning | no |
Ecmd | yes |
Depends on | ECMD (optional) |
Requires | - |
Code | https://github.com/ethersex/ethersex/tree/master/services/dmx-storage |
Dmx Storage provides a database-like storage layer for DMX information. It forms the core of the Ethersex Lighting Architecture.
Modules (input)
The following modules change/alter the DMX data
- Artnet
- DMX (not yet implemented)
- DMX FXSlot
Modules (output)
The following modules display/use the dmx data
ECMD commands
Command syntax | Short description |
dmx channels | Get channels per universe |
dmx get | Return channel value |
dmx set | Set channel values |
dmx universe | Get a whole universe |
dmx universes | Get universes |