DMX: Unterschied zwischen den Versionen

Aus Ethersex_Wiki
Wechseln zu: Navigation, Suche
K (hat „Ethersex/dmx“ nach „DMX“ verschoben: vertan)
Zeile 3: Zeile 3:
  
 
== Konfiguration ==
 
== Konfiguration ==
 +
In menuconfig:
 +
 +
    ┌──────────────────────────────────────────────────────────────────────────┐
 +
  │ │                Load a Default Configuration  --->                        │ │
 +
  │ │                General Setup  --->                                      │ │
 +
  │ │                Network protocols  --->                                  │ │
 +
  │ │                I/O support  --->                                        │ │
 +
  │ ┌──────────────────────────────────────────────────────────────────────────┐ │
 +
  │ │          (Full-featured) I/O abstraction model (Port I/O)              │ │
 +
  │ │          [ ] HC595 output expansion                                    │ │
 +
  │ │          [ ] HC165 input expansion  (EXPERIMENTAL)  --->                │ │
 +
  │ │          [ ] PS/2 keyboard                                              │ │
 +
  │ │          [-] PS/2: Use German layout                                    │ │
 +
  │ │          [ ] HD44780 module driver (Character-LCD)  --->                │ │
 +
  │ │          [*] S1D15G10 module driver (130x130-R/G/B-LCD)                │ │
 +
  │ │          [*] TTY Layer (EXPERIMENTAL)  --->                            │ │
 +
  │ │          [ ] ADC input                                                  │ │
 +
  │ │          [-] KTY Calculation Support                                    │ │
 +
  │ │          [ ] Onewire support                                            │ │
 +
  │ │          [-]  Onewire device detection support                        │ │
 +
  │ │          [-]  Onewire DS2502 (eeprom) support                          │ │
 +
  │ │          [ ] Named and logic state I/O  --->                            │ │
 +
  │ │          [ ] I2C Master Support (EXPERIMENTAL)  --->                    │ │
 +
  │ │          [ ] Camera support (EXPERIMENTAL)  --->                        │ │
 +
  │ │          [ ] FS20 RF-control  --->                                      │ │
 +
  │ │          [ ] Send RC5 IR-codes                                          │ │
 +
  │ │          [ ] PWM Generator  --->                                        │ │
 +
  │ │          [ ] Game Input  --->                                          │ │
 +
  │ │          [ ] Buttons Input  --->                                        │ │
 +
  │ │          [ ] Blinkenlights - MicroControllerUnitFrame  --->            │ │
 +
  │ │          --- Usart Configuration (0/1)                                  │ │
 +
  │ │          [ ] Modbus Support                                            │ │
 +
  │ │          [*] DMX Support  --->                                          │ │
 +
  │ ┌──────────────────────────────────────────────────────────────────────────┐ │
 +
  │ │                          (512) DMX Max Chan                            │ │
 +
  │ └──────────────────────────────────────────────────────────────────────────┘ │
 +
  │ │          (0)  DMX usart select                                        │ │
 +
    └──────────────────────────────────────────────────────────────────────────┘
 +
 +
* DMX Max Chan: Hier ist die Anzahl der DMX Kanäle zu wählen. Die maximale Anzahl von 512 Kanälen sollten nur bei Bedarf eingestellt werden.
 +
 +
* DMX usart select: Für denn Fall das der AVR mehrere USART's besitzt, kann hier eine dieser gewählt werden. Ansonsten steht die usart: 0 zur Verfügung.
  
 
== Anschluss ==
 
== Anschluss ==

Version vom 27. Juni 2009, 14:18 Uhr

DMX / DMX512 / DMX-512/1990

Digital Multiplex ist die Abkürzung für das Protokoll, welches in der Veranstaltungs- und Bühnentechnik Verwendung findet. Es ermöglicht die Ansteuerung von diversen Lampen und Effektstrahlern.

Konfiguration

In menuconfig:

   ┌──────────────────────────────────────────────────────────────────────────┐
 │ │                Load a Default Configuration  --->                        │ │
 │ │                General Setup  --->                                       │ │
 │ │                Network protocols  --->                                   │ │
 │ │                I/O support  --->                                         │ │
 │ ┌──────────────────────────────────────────────────────────────────────────┐ │
 │ │           (Full-featured) I/O abstraction model (Port I/O)               │ │
 │ │           [ ] HC595 output expansion                                     │ │
 │ │           [ ] HC165 input expansion  (EXPERIMENTAL)  --->                │ │
 │ │           [ ] PS/2 keyboard                                              │ │
 │ │           [-] PS/2: Use German layout                                    │ │
 │ │           [ ] HD44780 module driver (Character-LCD)  --->                │ │
 │ │           [*] S1D15G10 module driver (130x130-R/G/B-LCD)                 │ │
 │ │           [*] TTY Layer (EXPERIMENTAL)  --->                             │ │
 │ │           [ ] ADC input                                                  │ │
 │ │           [-] KTY Calculation Support                                    │ │
 │ │           [ ] Onewire support                                            │ │
 │ │           [-]   Onewire device detection support                         │ │
 │ │           [-]   Onewire DS2502 (eeprom) support                          │ │
 │ │           [ ] Named and logic state I/O  --->                            │ │
 │ │           [ ] I2C Master Support (EXPERIMENTAL)  --->                    │ │
 │ │           [ ] Camera support (EXPERIMENTAL)  --->                        │ │
 │ │           [ ] FS20 RF-control  --->                                      │ │
 │ │           [ ] Send RC5 IR-codes                                          │ │
 │ │           [ ] PWM Generator  --->                                        │ │
 │ │           [ ] Game Input  --->                                           │ │
 │ │           [ ] Buttons Input  --->                                        │ │
 │ │           [ ] Blinkenlights - MicroControllerUnitFrame  --->             │ │
 │ │           --- Usart Configuration (0/1)                                  │ │
 │ │           [ ] Modbus Support                                             │ │
 │ │           [*] DMX Support  --->                                          │ │
 │ ┌──────────────────────────────────────────────────────────────────────────┐ │
 │ │                           (512) DMX Max Chan                             │ │
 │ └──────────────────────────────────────────────────────────────────────────┘ │
 │ │           (0)   DMX usart select                                         │ │
   └──────────────────────────────────────────────────────────────────────────┘ 

  • DMX Max Chan: Hier ist die Anzahl der DMX Kanäle zu wählen. Die maximale Anzahl von 512 Kanälen sollten nur bei Bedarf eingestellt werden.
  • DMX usart select: Für denn Fall das der AVR mehrere USART's besitzt, kann hier eine dieser gewählt werden. Ansonsten steht die usart: 0 zur Verfügung.

Anschluss

ECMD

Ausblick