View Personality
DTS XR 5 Spot (DTSXR5S2.R20)
View Table
; 'DTS XR5 Spot 21 DMX, 16bit', 21 DMX Channels, filename: DTSXR5S2.R20 ; ; Date By Description ; 18-02-08 Pers Creator Created - Exported from Diamond 4 file. ; 18-02-08 Ion Balan Checked ; ;---------------------------------------------------------------------------- ; The device name, upto 11 characters, no spaces are allowed DEVICE DTSXR5S2 mode=21 DMX, 16bit 21 DMX Channels NAME "DTS" "XR5 Spot 21 DMX, 16bit" ; ;---------------------------------------------------------------------------- ; The Type of instrument, 1 & M must required for backward compatibility ; The middle number denotes the number of DMX channels used TYPE 1 21 M ; ;---------------------------------------------------------------------------- ; Mirror/Head resolution MIRROR 0 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 21 DMX, 16bit" "" "" DAEND ; ;---------------------------------------------------------------------------- ; Specify DMX limits ; ; minimum allowed dmx number MINDMX=1 ; ; maximum allowed dmx number MAXDMX=491 ; ; 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..12) ; 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 recdced 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=Color Wheel1, 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=Color Wheel2, 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" 0 0 0 1 1 H 6 100 1N H 1 "Dimmer" 255 0 0 2 61 L 7 100 1N O 1 "Shutter" 20 0 0 4 61 L 8 100 1N 0 1 "Colour Mode" 0 0 0 4 1 I 9 100 1N A 1 "Colour 1" 0 0 0 6 1 I 10 100 1N I 1 "Gobo 1" 0 0 0 16 1 I 11 100 1N 0 1 "Gobo Mode" 0 0 0 17 1 s 12 100 1N K 1 "Gobo Mode Ro" 0 0 0 0 0 L 13 100 1N K 1 "Gobo Mod Low" 0 0 0 7 1 L 14 100 1N 0 1 "Gobo1Shake" 0 0 0 6 61 I 15 100 1N J 1 "Gobo 2" 0 0 0 7 61 L 16 100 1N M 1 "Gobo2Shake" 0 0 0 5 61 L 17 100 1N L 1 "Iris" 0 0 0 2 1 L 18 100 1N G 1 "Iris Mac" 0 0 0 9 1 I 19 100 1N P 1 "Prism" 0 0 0 5 1 L 20 100 1N Q 1 "Focus" 128 0 0 10 1 L 21 100 1N 0 1 "Control" 0 0 0 END ; ;---------------------------------------------------------------------------- TEXT DTS XR5 Spot 21 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 ;---------------------------------------------------------------------------- ; Macros MACRO "Lamp On" 1 21 "data" 0 9A "delay" 1 32 "data" 0 4 "delay" 1 A MEND MACRO "Lamp Off" 2 21 "data" 0 23 "delay" 1 32 "data" 0 4 "delay" 1 A MEND MACRO "Reset" 3 21 "data" 0 DC "delay" 1 32 "data" 0 4 "delay" 1 A MEND MACRO "Reset All" 4 21 "data" 0 F8 "delay" 1 32 "data" 0 4 "delay" 1 A 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 5 ;P/T Speed 0 10 "Standard" 11 25 "Fast" 26 127 "Vct Md %3d%%"100-((c-a)*100/(b-a)) 128 247 "Var Tm %3d%%"100-((c-a)*100/(b-a)) 248 255 "Slow" REND RANGE 6 ;Dimmer 0 7 "Closed" 8 255 "Dimm %3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND RANGE 7 ;Shutter 0 19 "Closed" 20 39 "Open" 40 59 "Closed" 60 79 "Rnd Strobe" 80 89 "Strb S1" 90 99 "Strb S2" 100 109 "Strb S3" 110 119 "Strb S4" 120 129 "Strb S5" 130 139 "Strb S6" 140 149 "Op Pl S1" 150 159 "Op Pl S2" 160 169 "Op Pl S3" 170 179 "Op Pl S4" 180 189 "Cl Pl S1" 190 199 "Cl Pl S2" 200 209 "Cl Pl S3" 210 219 "Cl Pl S4" 220 227 "Col BO" 228 233 "P/T BO" 234 255 "Open" REND RANGE 8 ;Colour Mode 0 63 "Full Col" 64 127 "Split Col" 128 191 "Prop Col" 192 255 "Rainbow" REND RANGE 10 ;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 213 "Speed 1" 214 219 "Speed 2" 220 225 "Speed 3" 226 231 "Speed 4" 232 237 "Speed 5" 238 243 "Speed 6" 244 249 "Speed 7" 250 255 "Speed 8" REND RANGE 11 ;Gobo Mode 0 127 "Rot Mode" 128 255 "Ind Mode" REND RANGE 14 ;Gobo1Shake 0 9 "No Shake" 10 22 "Shk RLS1" 23 35 "Shk RLS2" 36 48 "Shk RLS3" 49 61 "Shk RLS4" 62 74 "Shk RLS5" 75 87 "Shk RLS6" 88 100 "Shk RLS7" 101 113 "Shk RLS8" 114 126 "Shk RLS9" 127 138 "No Spin" 139 151 "Shk LRS1" 152 164 "Shk LRS2" 165 177 "Shk LRS3" 178 190 "Shk LRS4" 191 203 "Shk LRS5" 204 216 "Shk LRS6" 217 229 "Shk LRS7" 230 242 "Shk LRS8" 243 255 "Shk LRS9" REND RANGE 15 ;Gobo 2 0 16 "Open" 17 33 "Gobo 1" 34 50 "Gobo 2" 51 67 "Gobo 3" 68 84 "Gobo 4" 85 101 "Gobo 5" 102 118 "Gobo 6" 119 135 "Gobo 7" 136 152 "Gobo 8" 153 169 "Gobo 9" 170 186 "Gobo 10" 187 207 "Gobo 11" 208 213 "SRot 1" 214 219 "SRot 2" 220 225 "SRot 3" 226 231 "SRot 4" 232 237 "SRot 5" 238 243 "SRot 6" 244 255 "SRot 7" REND RANGE 16 ;Gobo2Shake 0 9 "No Shake" 10 22 "Shk RLS1" 23 35 "Shk RLS2" 36 48 "Shk RLS3" 49 61 "Shk RLS4" 62 74 "Shk RLS5" 75 87 "Shk RLS6" 88 100 "Shk RLS7" 101 113 "Shk RLS8" 114 126 "Shk RLS9" 127 138 "No Spin" 139 151 "Shk LRS1" 152 164 "Shk LRS2" 165 177 "Shk LRS3" 178 190 "Shk LRS4" 191 203 "Shk LRS5" 204 216 "Shk LRS6" 217 229 "Shk LRS7" 230 242 "Shk LRS8" 243 255 "Shk LRS9" REND RANGE 17 ;Iris 0 50 "Open" 51 255 "Iris %3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND RANGE 18 ;Iris Mac 0 9 "Safe" 10 91 "Pulse %3d%%"(c-a)*100/(b-a) 92 173 "Cl Pl %3d%%"(c-a)*100/(b-a) 174 255 "Op Pl %3d%%"(c-a)*100/(b-a) REND RANGE 19 ;Prism 0 127 "Safe" 128 255 "Prism" REND RANGE 21 ;Control 0 9 "Safe" 10 60 "Lamp Off" 61 129 "Safe" 130 179 "Lamp On" 180 200 "Safe" 201 239 "Reset" 240 255 "Reset All" REND