View Personality
Chauvet Scorpion 8030RGY (CHS83RGY.R20)
View Table
; 'Chauvet Scorpion 8030RGY', 9 DMX Channels, filename: CHS83RGY.R20 ; Copyright © Avolites Ltd. 2010 ; ; Date By Description ; 15-07-10 Pers Creator Created - Exported from Diamond 4 file. ; 15-07-10 John Rogers Checked. ; ;---------------------------------------------------------------------------- ; The device name, upto 11 characters, no spaces are allowed DEVICE CHSC8030RGY mode=9 DMX, 8bit 9 DMX Channels NAME "Chauvet" "Scorpion 8030RGY" ; ;---------------------------------------------------------------------------- ; The Type of instrument, 1 & M must required for backward compatibility ; The middle number denotes the number of DMX channels used TYPE 1 9 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 9 DMX, 8bit" "" "" DAEND ; ;---------------------------------------------------------------------------- ; Specify DMX limits ; ; minimum allowed dmx number MINDMX=1 ; ; maximum allowed dmx number MAXDMX=503 ; ; 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=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 2 1 L 1 100 1N 0 1 "Mode" 192 0 0 6 1 L 2 100 1N 0 1 "Patterns" 0 0 0 5 1 L 3 100 1N Q 1 "Zoom" 67 0 0 7 1 L 4 100 1N 0 1 "Y Rolling" 0 0 0 7 61 I 5 100 1N 0 1 "X Rolling" 0 0 0 8 1 L 6 100 1N 0 1 "Z Rotating" 0 0 0 3 61 L 7 100 1N 0 1 "X Moving" 0 0 0 3 1 I 8 100 1N 0 1 "Y Moving" 0 0 0 4 1 I 9 100 1N A 1 "Colour" 0 0 0 END ; ;---------------------------------------------------------------------------- TEXT Chauvet Scorpion 8030RGY 9 DMX, 8bit INPUT fixture DMX No. Press a Fixture Select or Swop button to make the patch. END ATTR Function Obsolete END ;---------------------------------------------------------------------------- ; Preset Palette Tables ;---------------------------------------------------------------------------- ; Macros ;---------------------------------------------------------------------------- ; 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 ;Mode 0 63 "Closed" 64 127 "Auto Show" 128 191 "Audio" 192 255 "DMX Mode" REND RANGE 2 ;Patterns 0 7 "Pattern 1" 8 15 "Pattern 2" 16 23 "Pattern 3" 24 31 "Pattern 4" 32 39 "Pattern 5" 40 47 "Pattern 6" 48 55 "Pattern 7" 56 63 "Pattern 8" 64 71 "Pattern 9" 72 79 "Pattern 10" 80 87 "Pattern 11" 88 95 "Pattern 12" 96 103 "Pattern 13" 104 111 "Pattern 14" 112 119 "Pattern 15" 120 127 "Pattern 16" 128 135 "Pattern 17" 136 143 "Pattern 18" 144 151 "Pattern 19" 152 159 "Pattern 20" 160 167 "Pattern 21" 168 175 "Pattern 22" 176 181 "Pattern 23" 182 189 "Pattern 24" 190 197 "Pattern 25" 198 205 "Pattern 26" 206 213 "Pattern 27" 214 221 "Pattern 28" 222 229 "Pattern 29" 230 237 "Pattern 30" 238 245 "Pattern 31" 246 255 "Pattern 32" REND RANGE 3 ;Zoom 0 127 "Zoom %3d%%"100-((c-a)*95/(b-a)) 128 169 "Zoom In" 170 209 "Zoom Out" 210 255 "In and Out" REND RANGE 4 ;Y Rolling 0 127 "Index %3d°"(c-a)*359/(b-a) 128 191 "CW %3d%%"(c-a)*100/(b-a) 192 255 "CCW %3d%%"(c-a)*100/(b-a) REND RANGE 5 ;X Rolling 0 127 "Index %3d°"(c-a)*359/(b-a) 128 191 "CW %3d%%"(c-a)*100/(b-a) 192 255 "CCW %3d%%"(c-a)*100/(b-a) REND RANGE 6 ;Z Rotating 0 127 "Index %3d°"(c-a)*359/(b-a) 128 191 "CW %3d%%"(c-a)*100/(b-a) 192 255 "CCW %3d%%"(c-a)*100/(b-a) REND RANGE 7 ;X Moving 0 0 "Pos 1" 1 1 "Pos 2" 2 2 "Pos 3" 3 3 "Pos 4" 4 4 "Pos 5" 5 5 "Pos 6" 6 6 "Pos 7" 7 7 "Pos 8" 8 8 "Pos 9" 9 9 "Pos 10" 10 10 "Pos 11" 11 11 "Pos 12" 12 12 "Pos 13" 13 13 "Pos 14" 14 14 "Pos 15" 15 15 "Pos 16" 16 16 "Pos 17" 17 17 "Pos 18" 18 18 "Pos 19" 19 19 "Pos 20" 20 20 "Pos 21" 21 21 "Pos 22" 22 22 "Pos 23" 23 23 "Pos 24" 24 24 "Pos 25" 25 25 "Pos 26" 26 26 "Pos 27" 27 27 "Pos 28" 28 28 "Pos 29" 29 29 "Pos 30" 30 30 "Pos 31" 31 31 "Pos 32" 32 32 "Pos 33" 33 33 "Pos 34" 34 34 "Pos 35" 35 35 "Pos 36" 36 36 "Pos 37" 37 37 "Pos 38" 38 38 "Pos 39" 39 39 "Pos 40" 40 40 "Pos 41" 41 41 "Pos 42" 42 42 "Pos 43" 43 43 "Pos 44" 44 44 "Pos 45" 45 45 "Pos 46" 46 46 "Pos 47" 47 47 "Pos 48" 48 48 "Pos 49" 49 49 "Pos 50" 50 50 "Pos 51" 51 51 "Pos 52" 52 52 "Pos 53" 53 53 "Pos 54" 54 54 "Pos 55" 55 55 "Pos 56" 56 56 "Pos 57" 57 57 "Pos 58" 58 58 "Pos 59" 59 59 "Pos 60" 60 60 "Pos 61" 61 61 "Pos 62" 62 62 "Pos 63" 63 63 "Pos 64" 64 64 "Pos 65" 65 65 "Pos 66" 66 66 "Pos 67" 67 67 "Pos 68" 68 68 "Pos 69" 69 69 "Pos 70" 70 70 "Pos 71" 71 71 "Pos 72" 72 72 "Pos 73" 73 73 "Pos 74" 74 74 "Pos 75" 75 75 "Pos 76" 76 76 "Pos 77" 77 77 "Pos 78" 78 78 "Pos 79" 79 79 "Pos 80" 80 80 "Pos 81" 81 81 "Pos 82" 82 82 "Pos 83" 83 83 "Pos 84" 84 84 "Pos 85" 85 85 "Pos 86" 86 86 "Pos 87" 87 87 "Pos 88" 88 88 "Pos 89" 89 89 "Pos 90" 90 90 "Pos 91" 91 91 "Pos 92" 92 92 "Pos 93" 93 93 "Pos 94" 94 94 "Pos 95" 95 95 "Pos 96" 96 96 "Pos 97" 97 97 "Pos 98" 98 98 "Pos 99" 99 99 "Pos 100" 100 100 "Pos 101" 101 101 "Pos 102" 102 102 "Pos 103" 103 103 "Pos 104" 104 104 "Pos 105" 105 105 "Pos 106" 106 106 "Pos 107" 107 107 "Pos 108" 108 108 "Pos 109" 109 109 "Pos 110" 110 110 "Pos 111" 111 111 "Pos 112" 112 112 "Pos 113" 113 113 "Pos 114" 114 114 "Pos 115" 115 115 "Pos 116" 116 116 "Pos 117" 117 117 "Pos 118" 118 118 "Pos 119" 119 119 "Pos 120" 120 120 "Pos 121" 121 121 "Pos 122" 122 122 "Pos 123" 123 123 "Pos 124" 124 124 "Pos 125" 125 125 "Pos 126" 126 126 "Pos 127" 127 127 "Pos 128" 128 191 "Spin C %3d%%"(c-a)*100/(b-a) 192 255 "Spin C %3d%%"(c-a)*100/(b-a) REND RANGE 8 ;Y Moving 0 0 "Pos 1" 1 1 "Pos 2" 2 2 "Pos 3" 3 3 "Pos 4" 4 4 "Pos 5" 5 5 "Pos 6" 6 6 "Pos 7" 7 7 "Pos 8" 8 8 "Pos 9" 9 9 "Pos 10" 10 10 "Pos 11" 11 11 "Pos 12" 12 12 "Pos 13" 13 13 "Pos 14" 14 14 "Pos 15" 15 15 "Pos 16" 16 16 "Pos 17" 17 17 "Pos 18" 18 18 "Pos 19" 19 19 "Pos 20" 20 20 "Pos 21" 21 21 "Pos 22" 22 22 "Pos 23" 23 23 "Pos 24" 24 24 "Pos 25" 25 25 "Pos 26" 26 26 "Pos 27" 27 27 "Pos 28" 28 28 "Pos 29" 29 29 "Pos 30" 30 30 "Pos 31" 31 31 "Pos 32" 32 32 "Pos 33" 33 33 "Pos 34" 34 34 "Pos 35" 35 35 "Pos 36" 36 36 "Pos 37" 37 37 "Pos 38" 38 38 "Pos 39" 39 39 "Pos 40" 40 40 "Pos 41" 41 41 "Pos 42" 42 42 "Pos 43" 43 43 "Pos 44" 44 44 "Pos 45" 45 45 "Pos 46" 46 46 "Pos 47" 47 47 "Pos 48" 48 48 "Pos 49" 49 49 "Pos 50" 50 50 "Pos 51" 51 51 "Pos 52" 52 52 "Pos 53" 53 53 "Pos 54" 54 54 "Pos 55" 55 55 "Pos 56" 56 56 "Pos 57" 57 57 "Pos 58" 58 58 "Pos 59" 59 59 "Pos 60" 60 60 "Pos 61" 61 61 "Pos 62" 62 62 "Pos 63" 63 63 "Pos 64" 64 64 "Pos 65" 65 65 "Pos 66" 66 66 "Pos 67" 67 67 "Pos 68" 68 68 "Pos 69" 69 69 "Pos 70" 70 70 "Pos 71" 71 71 "Pos 72" 72 72 "Pos 73" 73 73 "Pos 74" 74 74 "Pos 75" 75 75 "Pos 76" 76 76 "Pos 77" 77 77 "Pos 78" 78 78 "Pos 79" 79 79 "Pos 80" 80 80 "Pos 81" 81 81 "Pos 82" 82 82 "Pos 83" 83 83 "Pos 84" 84 84 "Pos 85" 85 85 "Pos 86" 86 86 "Pos 87" 87 87 "Pos 88" 88 88 "Pos 89" 89 89 "Pos 90" 90 90 "Pos 91" 91 91 "Pos 92" 92 92 "Pos 93" 93 93 "Pos 94" 94 94 "Pos 95" 95 95 "Pos 96" 96 96 "Pos 97" 97 97 "Pos 98" 98 98 "Pos 99" 99 99 "Pos 100" 100 100 "Pos 101" 101 101 "Pos 102" 102 102 "Pos 103" 103 103 "Pos 104" 104 104 "Pos 105" 105 105 "Pos 106" 106 106 "Pos 107" 107 107 "Pos 108" 108 108 "Pos 109" 109 109 "Pos 110" 110 110 "Pos 111" 111 111 "Pos 112" 112 112 "Pos 113" 113 113 "Pos 114" 114 114 "Pos 115" 115 115 "Pos 116" 116 116 "Pos 117" 117 117 "Pos 118" 118 118 "Pos 119" 119 119 "Pos 120" 120 120 "Pos 121" 121 121 "Pos 122" 122 122 "Pos 123" 123 123 "Pos 124" 124 124 "Pos 125" 125 125 "Pos 126" 126 126 "Pos 127" 127 127 "Pos 128" 128 191 "CW %3d%%"(c-a)*100/(b-a) 192 255 "CCW %3d%%"(c-a)*100/(b-a) REND RANGE 9 ;Colour 0 31 "Colour" 32 63 "Red" 64 95 "Green" 96 127 "Yellow" 128 255 "Scroll %3d%%"(c-a)*100/(b-a) REND