18
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 3 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 34,16,165;
zone 1 5,18,8;
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,11;
zone 1 5,18,8,148;
Summary of Contents for ArcPower 72/K2
Page 1: ...version 1 7...