; '6RGBW', 17DMX Channels, filename:6RGBW.r20 ; ; Date By Description ; 14-10-03 Greg Brown Created ; 09-12-03 Greg Brown Modified for ver 1.6 ; 09-12-03 Oliver Waits Checked ; 05-07-04 Greg Brown Corrected over use of HTP channels ; 03-08-04 Phil Rogers Added macros and range tables ; 23-09-04 Phil Rogers Changed CMY and CTC to LTP channels ; 21-01-05 Phil Renamed to use Robe's standard naming ; 17-06-05 Phil Revised CTC Locate value ; 30-09-05 Edward Spencer Added colour preset focus ; ;---------------------------------------------------------------------------- ; The device name, upto 17 characters, no spaces are allowed DEVICE 6RGBW 17DMX channels NAME "6RGBW" "6RGBW, 17 DMX" ; ;---------------------------------------------------------------------------- ; The Type of instrument, 1 & M must required for backward compatibility ; The middle number denotes the number of DMX channels used TYPE 1 17 M ; ;---------------------------------------------------------------------------- ; Mirror/Head resolution MIRROR 2 360 360 ; | | | ; | | |_______ maximum tilt movement (in degrees) ; | |____________ maximum pan movement (in degrees) ; |_________________ 1 means moving mirror, 2 means moving head ; ;---------------------------------------------------------------------------- ; Patching Information. (Upto 10 lines allowed) ; Upto 10 lines of 159 chars are allowed including formulae ; Variables used d=dmx number(1..512), h=handle(1..60), n=devicename (11-char) ; Allowed modifiers ; +,-,*,/,(,) basic arithmatic ; % means remainder after divide ; & means logical AND ; | means logical OR ; R means reverse the bits of the current result (operates on a byte) ; ^ means logical Exclusive OR (operates on a byte) ; > means shift to the right ; < shift to the left ; r followed by number means get the value of that parameter ; d DMX address ; n Fixture name, a 0 terminated character string ; h The handle number DEVICEADDRESS "Handle %2d"h "Fixture %11s"n "DMX %03d"d "" "" "Set to 17 DMX, 16bit" "" "" DAEND ; ;---------------------------------------------------------------------------- ; Specify DMX limits ; ; minimum allowed dmx number MINDMX=1 ; ; maximum allowed dmx number MAXDMX=496 ; ; DMX number must be divisible by this DIVBY=1 ; ;---------------------------------------------------------------------------- ; DMX channel description ; DMX 3 61 s 1 100 1N E 1 "Pan" 0 0 0 0 0 L 2 100 1N E 1 "Pan_Low" 0 0 0 3 1 s 3 100 1N F 1 "Tilt" 0 0 0 0 0 L 4 100 1N F 1 "Tilt_Low" 0 0 0 8 1 I 5 100 1N 0 1 "Speed_p/t" 0 0 0 2 61 L 6 100 1N O 1 "Shutter" 0 0 0 1 1 H 7 100 1N H 1 "Dimmer" 255 255 255 4 1 I 8 100 1N A 1 "RED" 0 0 0 4 61 I 9 100 1N I 1 "GUEEN" 0 0 0 5 1 I 10 100 1N I 1 "BLUE" 0 0 0 5 61 L 11 100 1N L 1 "WHITE" 0 0 0 6 1 I 12 100 1N P 1 "Col-gradient" 0 0 0 6 61 I 13 100 1N P 1 "Col-STEEP" 0 0 0 8 1 I 14 100 1N P 1 "AUTO" 0 0 0 8 61 I 15 100 1N P 1 "rest" 0 0 0 7 1 I 16 100 1N P 1 "X-STOP" 0 0 0 7 61 I 17 100 1N P 1 "Y-STOP" 0 0 0 END ; ;---------------------------------------------------------------------------- TEXT YSQ6RGBW Wheel A Wheel B ----------------------------- 1 Dimmer -- 2 -- Shutter 3 Tilt Pan 4 Colour -- 5 -- Focus 6 Gobo -- 7 -- -- 8 Speed_p/t -- 9 -- Bulit 10 -- -- INPUT fixture DMX No. Press a Fixture Select or Swop button to make the patch. END ATTR END MEND ;----------------------------------------------------------------------------