View Personality
DTS XR2000 Spot CMY CTO (DTSX2KCX.R20)
View Table
; 'DTS XR2000 Spot CMY CTO 32 DMX, 16bit', 32 DMX Channels, filename: DTSX2KCX.R20 ; Copyright © Avolites Ltd. 2012 ; ; Date By Description ; 25-03-09 David Hunt Created ; 19-06-11 Nic Morris Fixed power on and locate. Standardised func names. Simplified shutter. ; 19-06-11 Nic Morris Added palettes. Increased raw range. ; 19-06-11 Nic Morris Shortened func names for Expert LCD. ; 30-08-12 Peter Budd Created from the DTS XR2000 Spot CMY ; 31-08-12 Pers Creator Created - Exported from Diamond 4 file. ; 31-08-12 Peter Budd Corrected ranges ; ;---------------------------------------------------------------------------- ; The device name, upto 11 characters, no spaces are allowed DEVICE DTSXR2KSCCX mode=32 DMX, 16bit 32 DMX Channels NAME "DTS" "XR2000 Spot CMY CTO 32 DMX" ; ;---------------------------------------------------------------------------- ; The Type of instrument, 1 & M must required for backward compatibility ; The middle number denotes the number of DMX channels used TYPE 1 32 M ; ;---------------------------------------------------------------------------- ; Mirror/Head resolution MIRROR 2 0 0 ; | | | ; | | |_______ 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 32 DMX, 16bit" "" "" DAEND ; ;---------------------------------------------------------------------------- ; Specify DMX limits ; ; minimum allowed dmx number MINDMX=1 ; ; maximum allowed dmx number MAXDMX=480 ; ; DMX number must be divisible by this DIVBY=1 ; ;---------------------------------------------------------------------------- ; DMX channel description ; ; Column by column description of each DMX channel ; 1. The channels bank number (1..20) ; 2. The upper faders in the bank (1) or the lower faders in the bank (61) ; 3. Channel type (L=LTP, H=HTP, I=Instant LTP, S=16-bit instant LTP, ; s=16-bit Fadeable LTP ; 4. DMX offset (1..number of DMX channels) ; 5. The output level is proportionally reduced by this level (0..100%) ; 6. The curve number (applicable only to HTP channels), usually set to 1 ; 7. Inverted (I) or Normal (N) ; 8. Attribute type (A=Colour Wheel 1, B=Cyan, C=Magenta, D=Yellow, ; E=Pan, F=Tilt, G=Iris, H=Dimmer, I=Gobo1, J=Gobo2, K=Gobo1 Rotate, ; L=Focus, M=Gobo2 Rotate, N=Colour Wheel 2, O=Shutter, P=Prism, Q=Zoom, ; R=Effect Rotate, S=Frost, T=Red, U=Green, V=Blue, 0=uncategorised) ; 9. Checksum channel (Always 1) ;10. Attribute name, must be enclosed in quotes and upto 12 characters allowed ;11. The ON value of this channel (0..255) ;12. The Highlight level of this channel ;13. The Lowlight level of this channel ; DMX 3 61 s 1 100 1N E 1 "Pan" 128 0 0 0 0 L 2 100 1N E 1 "Pan Low" 128 0 0 3 1 s 3 100 1N F 1 "Tilt" 128 0 0 0 0 L 4 100 1N F 1 "Tilt Low" 128 0 0 8 1 L 5 100 1N 0 1 "P/T Speed" 5 0 0 20 61 L 6 100 1N 0 1 "Pan Far" 5 0 0 1 1 H 7 100 1N H 1 "Dimmer" 255 0 0 2 61 L 8 100 1N O 1 "Shutter" 30 0 0 4 61 I 9 100 1N A 1 "Colour" 16 0 0 4 1 L 10 100 1N 0 1 "Colour Func" 32 0 0 10 1 L 11 100 1N B 1 "Cyan" 0 0 255 10 61 L 12 100 1N C 1 "Magenta" 0 0 255 9 61 L 13 100 1N D 1 "Yellow" 0 255 51 9 1 L 14 100 1N 0 1 "CTO" 0 0 0 8 61 L 15 100 1N 0 1 "CMY Speed" 0 0 0 14 1 I 16 100 1N N 1 "CMY Macro" 4 0 0 6 61 I 17 100 1N I 1 "Gobo 1" 12 0 0 6 1 L 18 100 1N 0 1 "Gobo 1 Func" 64 0 0 7 1 s 19 100 1N K 1 "Gobo 1 Rot" 0 0 0 0 0 L 20 100 1N K 1 "Gobo 1 R Low" 0 0 0 16 1 L 21 100 1N 0 1 "Gobo 1 Shake" 4 0 0 16 61 I 22 100 1N J 1 "Gobo 2" 11 0 0 7 61 L 23 100 1N M 1 "Gobo 2 Shake" 4 0 0 19 1 I 24 100 1N P 1 "Animation" 4 0 0 19 61 L 25 100 1N R 1 "Anim Rot" 4 0 0 2 1 L 26 100 1N G 1 "Iris" 4 0 0 15 1 L 27 100 1N Q 1 "Iris Macros" 4 0 0 18 1 I 28 100 1N P 1 "Effect" 42 0 0 18 61 L 29 100 1N R 1 "Effect Rot" 4 0 0 5 61 L 30 100 1N L 1 "Focus" 127 0 0 5 1 L 31 100 1N Q 1 "Zoom" 127 0 0 20 1 L 32 100 1N 0 1 "Control" 4 0 0 END ; ;---------------------------------------------------------------------------- TEXT DTS XR2000 Spot CMY CTO 32 DMX, 16bit INPUT fixture DMX No. Press a Fixture Select or Swop button to make the patch. END ATTR Function Obsolete END ;---------------------------------------------------------------------------- ; Preset Palette Tables PFTABLE "Pan/Tilt" -1 1 3 "Middle" 21 80 80 "Left" 22 4F 80 "Right" 23 B0 80 "Top" 24 80 4F "Bottom" 25 80 B0 "TLeft" 26 4F 4F "TRight" 27 B0 B0 "BLeft" 28 4F B0 "BRight" 29 B0 4F PFEND PFTABLE "Colour" -1 11 12 13 "Open" 1 0 0 0 "Red" 2 0 FF FF "Amber" 3 0 7F FF "Yellow" 4 0 0 FF "Green" 5 FF 0 FF "Cyan" 6 FF 0 0 "Blue" 7 FF FF 0 "Magenta" 10 0 FF 0 "Lavender" 8 4A 91 F "Ultra Violet" 9 CC FF 0 PFEND PFTABLE "Gobo" -1 17 "Open" 11 C "Gobo 1" 12 26 "Gobo 2" 13 40 "Gobo 3" 14 5A "Gobo 4" 15 74 "Gobo 5" 16 8E "Gobo 6" 17 A8 "Gobo 7" 18 C2 PFEND ;---------------------------------------------------------------------------- ; Macros MACRO "Lamp Off" 1 32 "data" 0 23 "delay" 1 32 "data" 0 4 MEND MACRO "Lamp On" 2 32 "data" 0 9A "delay" 1 32 "data" 0 4 MEND MACRO "Int Motor Reset" 3 32 "data" 0 DC "delay" 1 32 "data" 0 4 MEND MACRO "Reset All" 4 32 "data" 0 F8 "delay" 1 32 "data" 0 4 MEND ;---------------------------------------------------------------------------- ; Range Tables ; Column by column description... ; 1. Low DMX value (inclusive) ; 2. High DMX value (inclusive) ; 3. Displayed text (max 11 chars) ; Variables used a=low val, b=high val, c=DMX val RANGE 1 ;Pan 0 255 "%3d.%02d%%"(c-a)*100/(b-a),100*((c-a)*100%(b-a))/(b-a) REND RANGE 3 ;Tilt 0 255 "%3d.%02d%%"(c-a)*100/(b-a),100*((c-a)*100%(b-a))/(b-a) REND RANGE 5 ;P/T Speed 0 10 "Standard" 11 25 "Fast" 26 127 "Vector %3d%%"(c-a)*100/(b-a) 128 247 "Time %3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) 248 255 "Silent Move" REND RANGE 6 ;Pan Far 0 10 "1 Turn" 11 20 "2 Turns" 21 30 "3 Turns" 31 40 "4 Turns" 41 50 "5 Turns" 51 60 "6 Turns" 61 70 "7 Turns" 71 80 "8 Turns" 81 90 "9 Turns" 91 100 "10 Turns" 101 110 "11 Turns" 111 120 "12 Turns" 121 182 "Sp CW %3d%%"100-((c-a)*100/(b-a)) 183 193 "No Spin" 194 255 "Sp CCW %3d%%"(c-a)*100/(b-a) REND RANGE 7 ;Dimmer 0 255 "%3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND RANGE 8 ;Shutter 0 19 "Closed" 20 39 "Open" 60 79 "Rnd St %3d%%"(c-a)*100/(b-a) 80 139 "Strobe %3d%%"(c-a)*100/(b-a) 140 179 "Pls Op %3d%%"(c-a)*100/(b-a) 180 219 "Pls Cl %3d%%"(c-a)*100/(b-a) 220 227 "Col/Gobo BO" 228 233 "P/T BO" REND RANGE 9 ;Colour 0 31 "Open" 32 63 "Colour 1" 64 95 "Colour 2" 96 127 "Colour 3" 128 159 "Colour 4" 160 191 "Colour 5" 192 223 "Colour 6" 224 255 "Colour 7" REND RANGE 10 ;Colour Func 0 63 "Full Colour" 64 127 "Half Colour" 128 191 "Proportiona" 192 255 "Scroll" REND RANGE 11 ;Cyan 0 255 "%3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND RANGE 12 ;Magenta 0 255 "%3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND RANGE 13 ;Yellow 0 255 "%3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND RANGE 14 ;CTO 0 255 "%3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND RANGE 15 ;CMY Speed 0 255 "%3d%%"100-((c-a)*100/(b-a)) REND RANGE 16 ;CMY Macro 0 9 "Open" 10 14 "Macro 1" 15 19 "Macro 2" 20 24 "Macro 3" 25 29 "Macro 4" 30 34 "Macro 5" 35 39 "Macro 6" 40 44 "Macro 7" 45 49 "Macro 8" 50 54 "Macro 9" 55 59 "Macro 10" 60 64 "Macro 11" 65 69 "Macro 12" 70 74 "Macro 13" 75 79 "Macro 14" 80 84 "Macro 15" 85 89 "Macro 16" 90 94 "Macro 17" 95 99 "Macro 18" 100 104 "Macro 19" 105 109 "Macro 20" 110 114 "Macro 21" 115 121 "Macro Wait1" 122 128 "Macro Wait2" 129 135 "Macro Wait3" 136 142 "Macro Wait4" 143 149 "Macro Wait5" 150 156 "Macro Wait6" 157 163 "Macro Wait7" 164 170 "Macro Wait8" 171 177 "Macro Wait9" 178 185 "MacroWait10" 186 192 "Rain Wait 1" 193 199 "Rain Wait 2" 200 206 "Rain Wait 3" 207 213 "Rain Wait 4" 214 220 "Rain Wait 5" 221 227 "Rain Wait 6" 228 234 "Rain Wait 7" 235 241 "Rain Wait 8" 242 248 "Rain Wait 9" 249 255 "Rain Wait10" REND RANGE 17 ;Gobo 1 0 25 "Open" 26 51 "Gobo 1" 52 77 "Gobo 2" 78 103 "Gobo 3" 104 129 "Gobo 4" 130 155 "Gobo 5" 156 181 "Gobo 6" 182 207 "Gobo 7" 208 255 "Scroll %3d%%"(c-a)*100/(b-a) REND RANGE 18 ;Gobo 1 Func 0 127 "Scroll Inde" 128 255 "Scroll Spin" REND RANGE 19 ;Gobo 1 Rot 0 9 "No Spin" 10 127 "Sp CW %3d%%"100-((c-a)*100/(b-a)) 128 137 "No Spin" 138 255 "Sp CCW %3d%%"(c-a)*100/(b-a) REND RANGE 21 ;Gobo 1 Shake 0 9 "No Shake" 10 126 "Sh CW %3d%%"100-((c-a)*100/(b-a)) 127 138 "No Shake" 139 255 "Sh CCW %3d%%"(c-a)*100/(b-a) REND RANGE 22 ;Gobo 2 0 22 "Open" 23 45 "Gobo 1" 46 68 "Gobo 2" 69 91 "Gobo 3" 92 114 "Gobo 4" 115 137 "Gobo 5" 138 160 "Gobo 6" 161 183 "Gobo 7" 184 207 "Gobo 8" 208 255 "Scroll %3d%%"(c-a)*100/(b-a) REND RANGE 23 ;Gobo 2 Shake 0 9 "No Shake" 10 126 "Sh CW %3d%%"100-((c-a)*100/(b-a)) 127 138 "No Shake" 139 255 "Sh CCW %3d%%"(c-a)*100/(b-a) REND RANGE 24 ;Animation 0 9 "Open" 10 255 "Line %3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND RANGE 25 ;Anim Rot 0 9 "No Spin" 10 127 "Sp CW %3d%%"100-((c-a)*100/(b-a)) 128 137 "No Spin" 138 255 "Sp CCW %3d%%"(c-a)*100/(b-a) REND RANGE 26 ;Iris 0 9 "Open" 10 246 "%3d%%"100-((c-a)*100/(b-a)) 247 255 "Closed" REND RANGE 27 ;Iris Macros 0 9 "Open" 10 63 "Pulse %3d%%"(c-a)*100/(b-a) 64 117 "Cl Pls %3d%%"(c-a)*100/(b-a) 118 171 "Op Pls %3d%%"(c-a)*100/(b-a) 172 213 "Cl Pls %3d%%"(c-a)*100/(b-a) 214 255 "Op Pls %3d%%"(c-a)*100/(b-a) REND RANGE 28 ;Effect 0 85 "Open" 86 171 "Prism" 172 255 "Frost %3d%%"(c-a)*100/(b-a) REND RANGE 29 ;Effect Rot 0 9 "No Spin" 10 127 "Sp CW %3d%%"100-((c-a)*100/(b-a)) 128 137 "No Spin" 138 255 "Sp CCW %3d%%"(c-a)*100/(b-a) REND RANGE 30 ;Focus 0 255 "%3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND RANGE 31 ;Zoom 0 255 "%3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND RANGE 32 ;Control 0 9 "Safe" 10 60 "Lamp Off" 61 129 "Safe" 130 179 "Lamp On" 180 200 "Safe" 201 239 "Int Motor" 240 255 "Reset All" REND