DMXBUS-K
- Gateways
Programming manual
v2.1.2
www.besknx.c
z
11
3.6.3
Commands
The commands that can be used in the scenes text files must be written like this:
-
EXECUTE X Y Z
Where X is the DMX channel, Y is the lighting value (from 0 to 100) and Z is the ramp speed (changing speed from the
actual value to the Y value)
-
WAIT X
Where X is the pause value in seconds.
-
LOOP
With this command the scene is executed again from the beginning. Send 100 + value of the scene to stop the execution.
Scenes examples (text files generated into the memory card):
EXECUTE 1 100 5
EXECUTE 1 75 3
EXECUTE 1 0 3
EXECUTE 2 100 5
WAIT 2
EXECUTE 2 0 3
WAIT 2
EXECUTE 3 75 3
EXECUTE 3 0 3
EXECUTE 3 75 5
LOOP
DMX1.h
DMX2.h
DMX0.h