Another common DMX controlled light is one with 10 channels that does Pan, Tilt, colors. Show Director Control has provided a TYPE for this light. In this light, the color is determined by an internal color wheel that has 7 colors: White, Red, Green, Blue, Cyan, Yellow and Magenta. To specify a color, you need to have the start of the Effect Description have a '#RRGGBB' hexadecimal value. These values are two hex characters each for red, green and blue. So, for example, #FF0000 would be full red. #00FF00 would be full Blue, #00FFFF would be bright cyan, etc. If you provide a duration, the light will turn on for than amount of time and then turn itself off. In addition the light has a swivel head and can be panned or tilted. You can pan through 360 degrees and tilt from 0 to 180. The light can be pan/tilted while the light is off or on.
SD Column Name |
DMX |
Note |
TYPE |
Must be "PanTiltWRGBCYMLight" |
|
CONTROL |
Controller |
One DMX controller universe per serial USB connection |
MODULE |
Channel |
Values 1 to 512 are allowed. Each PanTiltWRGBCYMLight uses 8 contiguous channels. Next device must be 8 higher than the value used here. |
DUR |
The duration that this channel will have this value before returning to zero |
If duration is zero (00:00) then the channel is set to value permanently, otherwise max duration is 99 seconds |
PIN or CUSTOM1 |
The intensity of the light |
Values 0 to 255 are allowed. 0 is off through 255 being full intensity. |
Effect Description |
Color of the light |
Values #000000 to #FFFFFF are allowed. |
PAN |
Pan angle of the light |
Values 0-360. |
TILT |
Tilt angle of the light |
Values 0-180. |
CUSTOM2 |
Speed of the pan and tilt |
Values 1-255. 1 is slow, 255 is fast. Zero or blank is fast. |
Here is an example of what a SD script might look like using PanTiltWRGBCYMLight commands:
CUE |
HH MM SS FF |
TYPE |
CONTROL |
MOD |
DUR |
PIN |
PAN |
TILT |
CUSTOM2 |
Event Description |
1 |
00 00 00 00 |
PanTiltWRGBCYMLight |
C1 |
7 |
01:15 |
255 |
#FFFFFF bright white for 1.5 seconds |
|||
2 |
00 00 05 00 |
PanTiltWRGBCYMLight |
C1 |
7 |
00:00 |
255 |
90 |
45 |
127 |
#FF0000 full red on, pan 90 and tilt up 45, medium speed |
3 |
00 00 10 15 |
PanTiltWRGBCYMLight |
C1 |
7 |
00:00 |
255 |
135 |
255 |
#A5184C switch to custom color and tilt over to 135, fast speed |
|
3 |
00 00 12 15 |
PanTiltWRGBCYMLight |
C1 |
7 |
00:00 |
0 |
0 |
0 |
Turn light off and return to center pan and tilt, fast speed |