16
17
zone Z blue;
zone Z white;
zone Z yellow;
zone Z cyan;
zone Z magenta;
zone Z blackout;
Z
...........means number of the zone (0-9)
red/green/blue/white/yellow/cyan/magenta
....determines colour
blackout
.......closes light output
;
.............means end of character sequence
Examples: zone 4 green;
zone 0 blackout;
Type 2: Colour mixing-RGB
The syntax of the command is:
zone Z r,g,b;
Z
............ means number of zone (0-9)
r
.............means DMX value of the red colour(0-255)
g
............means DMX value of the green colour (0-255)
b
............means DMX value of the blue colour (0-255)
;
.............means end of character sequence
,
..............values of colours have to be separated by a comma.
Examples: zone 0 234,126,165;
zone 1 5,18,28;
Type 3: Colour mixing-RGBW
The syntax of the command is:
zone Z r,g,b,w;
Z
............ means number of zone (0-9)
r
.............means DMX value of the red colour(0-255)
g
............means DMX value of the green colour (0-255)
b
............means DMX value of the blue colour (0-255)
w
............means DMX value of the white colour (0-255)
;
.............means end of character sequence
,
..............values of colours have to be separated by a comma.
Examples: zone 0 156,145,171,211;
zone 1 5,18,28,148;
Содержание ArcPower 36
Страница 1: ...version 3 1 ...
Страница 19: ...19 ...