next up previous 8
Next: Events Up: DMX-512 Device Previous: Connection

Subsections

Actions

Start

dmxAlias:start(void);
Start the dmx-device

Dimming

dmxAlias:dimm(int channel, int startbright, int endbright, float duration);
int channel: The Channel which should be dimmed
int startbright: Start Brightness of the dimm-sequence
int endbright: End Brightness of the dimm-sequence
float duration: Duration of the dim-sequence

Relative Dimming

dmxAlias:dimm_rel(int channel, int endbright, float duration);
int channel: The Channel which should be dimmed
int endbright: End Brightness of the dimm-sequence
float duration: Duration of the dim-sequence

Switching

dmxAlias:swith_to(int channel, int value);
int channel: The Channel which should be switched
int value: The value of the switching

Triangle

dmxAlias:triangle(int channel, int start, int end, float duration, int count);
int channel: The Channel which should be effected
int start: Start Brightness of the dimm-sequence
int end: End Brightness of the dimm-sequence
float duration: Duration of the dim-sequence
int count: Count for repeditive dimming

SawTooth

dmxAlias:sawtooth(int channel, int start, int end, float duration, int count);
int channel: The Channel which should be effected
int start: Start Brightness of the dimm-sequence
int end: End Brightness of the dimm-sequence
float duration: Duration of the dim-sequence
int count: Count for repeditive dimming


next up previous 8
Next: Events Up: DMX-512 Device Previous: Connection
Volker Christian 2000-10-24