View Personality
GLP Impression 90 (GLPIM901.R20)
View Table
; 'GLP Impression 90 Normal, 14 DMX', 14 DMX Channels, filename: GLPIM901.R20 ; Copyright © Avolites Ltd. 2010 ; ; Date By Description ; 13-07-10 Pers Creator Created - Exported from Diamond 4 file. ; 07-03-13 Peter Budd Updated PT Speed locate value to 100% ; ;---------------------------------------------------------------------------- ; The device name, upto 11 characters, no spaces are allowed DEVICE GLP_IMPR901 mode=Normal, 14 DMX 14 DMX Channels NAME "GLP" "Impression 90 Normal, 14 DMX" ; ;---------------------------------------------------------------------------- ; The Type of instrument, 1 & M must required for backward compatibility ; The middle number denotes the number of DMX channels used TYPE 1 14 M ; ;---------------------------------------------------------------------------- ; Mirror/Head resolution MIRROR 2 660 300 ; | | | ; | | |_______ 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 Normal, 14 DMX" "" "" DAEND ; ;---------------------------------------------------------------------------- ; Specify DMX limits ; ; minimum allowed dmx number MINDMX=1 ; ; maximum allowed dmx number MAXDMX=498 ; ; 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 9 100 1N O 1 "Shutter" 240 0 0 1 1 H 10 100 1N H 1 "Dimmer" 255 0 0 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 4 1 I 5 100 1N A 1 "Colour" 0 0 0 10 1 L 6 100 1N T 1 "Red" 255 255 0 10 61 L 7 100 1N U 1 "Green" 255 255 0 9 61 L 8 100 1N V 1 "Blue" 255 0 230 4 61 L 11 100 1N 0 1 "CTO" 0 0 0 20 1 L 12 100 1N 0 1 "Control" 0 0 0 8 61 L 13 100 1N 0 1 "Movement" 0 0 0 8 1 L 14 100 1N 0 1 "P/T Speed" 255 0 0 END ; ;---------------------------------------------------------------------------- TEXT GLP Impression 90 Normal, 14 DMX INPUT fixture DMX No. Press a Fixture Select or Swop button to make the patch. END ATTR Function Obsolete END ;---------------------------------------------------------------------------- ; Preset Palette Tables PFTABLE "Intensity" -1 9 "Open" 31 DC "Slow Strobe" 32 AC "Fast Strobe" 33 C7 "Slow Pulse" 36 80 "Fast Pulse" 37 8F "Closed" 38 8 PFEND 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 6 7 8 "Open" 1 FF FF FF "Red" 2 FF 0 0 "Amber" 3 FF 80 0 "Yellow" 4 FF FF 0 "Green" 5 0 FF 0 "Cyan" 6 0 FF FF "Blue" 7 0 0 FF "Purple" 9 80 0 FF "Magenta" 10 FF 0 FF "Lavender" 8 B5 6E F0 PFEND ;---------------------------------------------------------------------------- ; Macros MACRO "Reset" 1 12 "data" 0 0 "delay" 1 32 "data" 0 8 "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 9 ;Shutter 0 15 "Closed" 16 47 "Rnd Pu %3d%%"(c-a)*100/(b-a) 48 79 "Open P %3d%%"(c-a)*100/(b-a) 80 111 "Close %3d%%"(c-a)*100/(b-a) 112 143 "Ramp U %3d%%"(c-a)*100/(b-a) 144 199 "Pulse %3d%%"(c-a)*100/(b-a) 200 239 "Strobe %3d%%"(c-a)*100/(b-a) 240 255 "Open" REND RANGE 10 ;Dimmer 0 255 "%3d.%02d%%"(c-a)*100/(b-a),100*((c-a)*100%(b-a))/(b-a) REND 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 ;Colour 0 7 "RGB On" 8 15 "Red" 16 23 "Amber" 24 31 "Yellow" 32 39 "Warm Yellow" 40 47 "Green" 48 55 "Turquoise" 56 63 "Cyan" 64 71 "Blue" 72 79 "Lavender" 80 87 "Mauve" 88 95 "Magenta" 96 103 "Pink" 104 111 "CTO" 112 119 "Open" 120 127 "CTB" 128 128 "Open" 129 223 "Scroll %3d%%"(c-a)*100/(b-a) 224 255 "Random %3d%%"(c-a)*100/(b-a) REND RANGE 6 ;Red 0 255 "%3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND RANGE 7 ;Green 0 255 "%3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND RANGE 8 ;Blue 0 255 "%3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND RANGE 11 ;CTO 0 255 "%3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND RANGE 12 ;Control 0 15 "Max Power" 16 31 "White Mode" 32 223 "Safe" 224 229 "Fan Min" 230 249 "Safe" 250 255 "Reset" REND RANGE 13 ;Movement 0 0 "No Movement" 1 1 "Pan 1 (0°)" 2 3 "Pan 1 (90°)" 4 5 "Pan 1 (180°" 6 7 "Pan 1 (270°" 8 9 "Pan 2 (0°)" 10 11 "Pan 2 (90°)" 12 13 "Pan 2 (180°" 14 15 "Pan 2 (270°" 16 17 "Pan 3 (0°)" 18 19 "Pan 3 (90°)" 20 21 "Pan 3 (180°" 22 23 "Pan 3 (270°" 24 25 "Pan 4 (0°)" 26 27 "Pan 4 (90°)" 28 29 "Pan 4 (180°" 30 31 "Pan 4 (270°" 32 33 "Tilt 1 (0°)" 34 35 "Tilt 1 (90°" 36 37 "Tilt 1 (180" 38 39 "Tilt 1 (270" 40 41 "Tilt 2 (0°)" 42 43 "Tilt 2 (90°" 44 45 "Tilt 2 (180" 46 47 "Tilt 2 (270" 48 49 "Tilt 3 (0°)" 50 51 "Tilt 3 (90°" 52 53 "Tilt 3 (180" 54 55 "Tilt 3 (270" 56 57 "Tilt 4 (0°)" 58 59 "Tilt 4 (90°" 60 61 "Tilt 4 (180" 62 63 "Tilt 4 (270" 64 65 "P/T 1 (0°)" 66 67 "P/T 1 (90°)" 68 69 "P/T 1 (180°" 70 71 "P/T 1 (270°" 72 73 "P/T 2 (0°)" 74 75 "P/T 2 (90°)" 76 77 "P/T 2 (180°" 78 79 "P/T 2 (270°" 80 81 "P/T 3 (0°)" 82 83 "P/T 3 (90°)" 84 85 "P/T 3 (180°" 86 87 "P/T 3 (270°" 88 89 "P/T 4 (0°)" 90 91 "P/T 4 (90°)" 92 93 "P/T 4 (180°" 94 95 "P/T 4 (270°" 96 97 "P/T I 1 (0°" 98 99 "P/T I 1 (90" 100 101 "P/T I 1 (18" 102 103 "P/T I 1 (27" 104 105 "P/T I 2 (0°" 106 107 "P/T I 2 (90" 108 109 "P/T I 2 (18" 110 111 "P/T I 2 (27" 112 113 "P/T I 3 (0°" 114 115 "P/T I 3 (90" 116 117 "P/T I 3 (18" 118 119 "P/T I 3 (27" 120 121 "P/T I 4 (0°" 122 123 "P/T I 4 (90" 124 125 "P/T I 4 (18" 126 127 "P/T I 4 (27" 128 129 "Crcl 1 (0°)" 130 131 "Crcl 1 (90°" 132 133 "Crcl 1 (180" 134 135 "Crcl 1 (270" 136 137 "Crcl 2 (0°)" 138 139 "Crcl 2 (90°" 140 141 "Crcl 2 (180" 142 143 "Crcl 2 (270" 144 145 "Crcl 3 (0°)" 146 147 "Crcl 3 (90°" 148 149 "Crcl 3 (180" 150 151 "Crcl 3 (270" 152 153 "Crcl 4 (0°)" 154 155 "Crcl 4 (90°" 156 157 "Crcl 4 (180" 158 159 "Crcl 4 (270" 160 161 "Crcl I 1 (0" 162 163 "Crcl I 1 (9" 164 165 "Crcl I 1 (1" 166 167 "Crcl I 1 (2" 168 169 "Crcl I 2 (0" 170 171 "Crcl I 2 (9" 172 173 "Crcl I 2 (1" 174 175 "Crcl I 2 (2" 176 177 "Crcl I 3 (0" 178 179 "Crcl I 3 (9" 180 181 "Crcl I 3 (1" 182 183 "Crcl I 3 (2" 184 185 "Crcl I 4 (0" 186 187 "Crcl I 4 (9" 188 189 "Crcl I 4 (1" 190 191 "Crcl I 4 (2" 192 193 "Eight 1 (0°" 194 195 "Eight 1 (90" 196 197 "Eight 1 (18" 198 199 "Eight 1 (27" 200 201 "Eight 2 (0°" 202 203 "Eight 2 (90" 204 205 "Eight 2 (18" 206 207 "Eight 2 (27" 208 209 "Eight 3 (0°" 210 211 "Eight 3 (90" 212 213 "Eight 3 (18" 214 215 "Eight 3 (27" 216 217 "Eight 4 (0°" 218 219 "Eight 4 (90" 220 221 "Eight 4 (18" 222 223 "Eight 4 (27" 224 225 "Rnd 1 (0°)" 226 227 "Rnd 1 (90°)" 228 229 "Rnd 1 (180°" 230 231 "Rnd 1 (270°" 232 233 "Rnd 2 (0°)" 234 235 "Rnd 2 (90°)" 236 237 "Rnd 2 (180°" 238 239 "Rnd 2 (270°" 240 241 "Rnd 3 (0°)" 242 243 "Rnd 3 (90°)" 244 245 "Rnd 3 (180°" 246 247 "Rnd 3 (270°" 248 249 "Rnd 4 (0°)" 250 251 "Rnd 4 (90°)" 252 253 "Rnd 4 (180°" 254 255 "Rnd 4 (270°" REND RANGE 14 ;P/T Speed 0 0 "Tracking" 16 255 "%3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND