View Personality
Martin RoboScan Pro 1220 CMYR (MTR120C2.R20)
View Table
; 'Martin RoboScan Pro 1220 CMYR Mode 2', 17 DMX Channels, filename: MTR120C2.R20 ; Copyright © Avolites Ltd. 2009 ; ; Date By Description ; 28-04-09 Pers Creator Created - Exported from Diamond 4 file. ; 28-04-09 Jonathan Moreton Checked ; 29-04-09 David Hunt Checked ; ;---------------------------------------------------------------------------- ; The device name, upto 11 characters, no spaces are allowed DEVICE MT_RP1220C2 mode=Mode 2 17 DMX Channels NAME "Martin" "RoboScan Pro 1220 CMYR Mode 2" ; ;---------------------------------------------------------------------------- ; 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 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 Mode 2" "" "" DAEND ; ;---------------------------------------------------------------------------- ; Specify DMX limits ; ; minimum allowed dmx number MINDMX=1 ; ; maximum allowed dmx number MAXDMX=495 ; ; 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 61 L 1 100 1N 0 1 "Shutter" 0 0 0 1 1 H 2 100 1N H 1 "Dimmer" 255 0 0 3 61 s 14 100 1N E 1 "Pan" 128 0 0 0 0 L 15 100 1N E 1 "Pan Low" 128 0 0 3 1 s 16 100 1N F 1 "Tilt" 128 0 0 0 0 L 17 100 1N F 1 "Tilt Low" 128 0 0 4 1 I 3 100 1N A 1 "Colour 1" 0 0 0 4 61 I 4 100 1N N 1 "Colour 2" 0 0 0 10 1 L 5 100 1N B 1 "Cyan" 0 0 255 10 61 L 6 100 1N C 1 "Magenta" 0 0 255 9 61 L 7 100 1N D 1 "Yellow" 0 255 51 6 1 I 8 100 1N I 1 "Gobo 1" 0 0 0 6 61 I 9 100 1N J 1 "Gobo 2" 0 0 0 7 61 L 10 100 1N M 1 "Gobo 2 Rot" 0 0 0 5 1 L 11 100 1N L 1 "Focus" 94 0 0 2 1 L 12 100 1N G 1 "Iris" 0 0 0 9 1 I 13 100 1N P 1 "Prism" 0 0 0 END ; ;---------------------------------------------------------------------------- TEXT Martin RoboScan Pro 1220 CMYR Mode 2 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 14 16 "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 5 6 7 "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 8 9 "Open" 11 0 C "Gobo 1" 12 FA C "Gobo 2" 13 F0 C "Gobo 3" 14 E8 C "Gobo 4" 15 E0 C "Gobo 5" 16 D8 C "Gobo 6" 17 D0 C "Gobo 7" 18 C8 C "Gobo 8" 19 C0 C PFEND ;---------------------------------------------------------------------------- ; Macros MACRO "Lamp Off" 1 1 "data" 0 F6 "delay" 1 3C "data" 0 18 MEND MACRO "Lamp On" 2 1 "data" 0 FE "delay" 1 32 "data" 0 18 MEND MACRO "Reset" 3 1 "data" 0 FA "delay" 1 32 "data" 0 18 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 ;Shutter 0 49 "Open" 50 177 "Strobe %3d%%"(c-a)*100/(b-a) 178 199 "Safe" 200 243 "Fan Low" 244 247 "Lamp Off" 248 251 "Reset" 252 255 "Lamp On" REND RANGE 2 ;Dimmer 0 255 "%3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND RANGE 14 ;Pan 0 255 "%3d.%02d%%"(c-a)*100/(b-a),100*((c-a)*100%(b-a))/(b-a) REND RANGE 16 ;Tilt 0 255 "%3d.%02d%%"(c-a)*100/(b-a),100*((c-a)*100%(b-a))/(b-a) REND RANGE 3 ;Colour 1 0 0 "Open" 1 9 "Op/Am %3d%%"(c-a)*100/(b-a) 10 10 "Amber" 11 19 "Am/Gr %3d%%"(c-a)*100/(b-a) 20 20 "Fern Green" 21 29 "Gr/LB %3d%%"(c-a)*100/(b-a) 30 30 "Light Blue" 31 39 "LB/FR %3d%%"(c-a)*100/(b-a) 40 40 "Flame Red" 41 49 "Re/Gr %3d%%"(c-a)*100/(b-a) 50 50 "Green" 51 59 "Gr/Bl %3d%%"(c-a)*100/(b-a) 60 60 "Blue" 61 69 "Bl/Or %3d%%"(c-a)*100/(b-a) 70 70 "Orange" 71 79 "Orange %3d%%"(c-a)*100/(b-a) 80 80 "Turquoise" 81 89 "Tu/Pu %3d%%"(c-a)*100/(b-a) 90 97 "Purple" 98 105 "Turquoise" 106 113 "Orange" 114 121 "Blue" 122 129 "Green" 130 137 "Flame Red" 138 145 "Light Blue" 146 153 "Fern Green" 154 161 "Amber" 162 208 "Sc CW %3d%%"100-((c-a)*100/(b-a)) 209 255 "Sc CCW %3d%%"(c-a)*100/(b-a) REND RANGE 4 ;Colour 2 0 0 "Open" 1 9 "Op/CTO %3d%%"(c-a)*100/(b-a) 10 10 "CTO" 11 19 "CTO/CT %3d%%"(c-a)*100/(b-a) 20 20 "CTB" 21 29 "CTB/Or %3d%%"(c-a)*100/(b-a) 30 30 "Orange" 31 39 "Or/Re %3d%%"(c-a)*100/(b-a) 40 40 "Red" 41 49 "Re/UV %3d%%"(c-a)*100/(b-a) 50 50 "UV" 51 59 "UV/Bl %3d%%"(c-a)*100/(b-a) 60 60 "Deep Blue" 61 69 "Bl/La %3d%%"(c-a)*100/(b-a) 70 70 "Dark Lavend" 71 79 "La/Pi %3d%%"(c-a)*100/(b-a) 80 80 "Pink" 81 89 "Pi/Gr %3d%%"(c-a)*100/(b-a) 90 97 "Light Green" 98 105 "Pink" 106 113 "Dark Lavend" 114 121 "Deep Blue" 122 129 "UV" 130 137 "Red" 138 145 "Orange" 146 153 "CTB" 154 161 "CTO" 162 208 "Sc CW %3d%%"100-((c-a)*100/(b-a)) 209 255 "Sc CCW %3d%%"(c-a)*100/(b-a) REND RANGE 5 ;Cyan 0 255 "%3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND RANGE 6 ;Magenta 0 255 "%3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND RANGE 7 ;Yellow 0 255 "%3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND RANGE 8 ;Gobo 1 0 0 "Open" 1 19 "Op/St %3d%%"(c-a)*100/(b-a) 20 20 "Stars" 21 39 "Sts/St %3d%%"(c-a)*100/(b-a) 40 40 "Star" 41 59 "St/Do %3d%%"(c-a)*100/(b-a) 60 60 "Dots" 61 79 "Do/Co %3d%%"(c-a)*100/(b-a) 80 80 "Cone" 81 99 "Co/Pl %3d%%"(c-a)*100/(b-a) 100 100 "Pling" 101 119 "Pl/DC %3d%%"(c-a)*100/(b-a) 120 120 "Dot-Circle" 121 139 "DC/Be %3d%%"(c-a)*100/(b-a) 140 140 "Bells" 141 159 "Be/Fl %3d%%"(c-a)*100/(b-a) 160 160 "Flower" 161 179 "Fl/Tu %3d%%"(c-a)*100/(b-a) 180 180 "Turbine" 180 188 "Turbine" 189 196 "Flower" 197 204 "Bells" 205 212 "Dot-Circle" 213 220 "Pling" 221 228 "Cone" 229 236 "Dots" 237 244 "Star" 245 255 "Stars" REND RANGE 9 ;Gobo 2 0 24 "Open" 25 49 "Gobo 1" 50 74 "Gobo 2" 75 99 "Gobo 3" 100 125 "Gobo 4" 126 157 "Gobo 1" 158 189 "Gobo 2" 190 221 "Gobo 3" 222 255 "Gobo 4" REND RANGE 10 ;Gobo 2 Rot 0 0 "No Spin" 1 127 "Sp CCW %3d%%"(c-a)*100/(b-a) 128 254 "Sp CW %3d%%"100-((c-a)*100/(b-a)) 255 255 "No Spin" REND RANGE 11 ;Focus 0 9 "Default" 10 177 "%3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) 175 255 "Far Focus" REND RANGE 12 ;Iris 0 157 "%3d%%"100-((c-a)*100/(b-a)) 158 255 "Closed" REND RANGE 13 ;Prism 0 49 "Open" 50 99 "3 Fac Prism" 100 149 "Frst %3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) 150 255 "5 Fac Prism" REND