View Personality
GLP Ypoc 575 Pro (GLYP575P.R20)
View Table
; 'GLP YPoc 575 Pro', 16 DMX Channels, filename: GLYP575P.R20 ; ; Date By Description ; 02-04-08 Pers Creator Created - Exported from Diamond 4 file. ; 02-04-08 Ion Balan Checked ; 02-04-08 Gregory Haynes Checked ; 17-12-08 David Hunt Fixed duplicate dmx values in range tables ; 07-03-13 Peter Budd Corrected Lamp On Macro ; 22-04-13 Peter Budd Corrected PT Speed locate value. ; ;---------------------------------------------------------------------------- ; The device name, upto 11 characters, no spaces are allowed DEVICE GLPYP575Pro mode=16 DMX, 16bit 16 DMX Channels NAME "GLP" "YPoc 575 Pro" ; ;---------------------------------------------------------------------------- ; The Type of instrument, 1 & M must required for backward compatibility ; The middle number denotes the number of DMX channels used TYPE 1 16 M ; ;---------------------------------------------------------------------------- ; Mirror/Head resolution MIRROR 2 530 285 ; | | | ; | | |_______ 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 16 DMX, 16bit" "" "" DAEND ; ;---------------------------------------------------------------------------- ; Specify DMX limits ; ; minimum allowed dmx number MINDMX=1 ; ; maximum allowed dmx number MAXDMX=496 ; ; 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 4 1 I 5 100 1N A 1 "Colour" 0 0 0 6 1 I 6 100 1N I 1 "Gobo 1" 0 0 0 7 1 L 7 100 1N K 1 "Gobo 1 Rot" 0 0 0 6 61 I 8 100 1N J 1 "Gobo 2" 0 0 0 2 61 L 9 100 1N O 1 "Shutter" 240 0 0 1 1 H 10 100 1N H 1 "Dimmer" 255 0 0 5 61 L 11 100 1N L 1 "Focus" 127 0 0 9 1 I 12 100 1N P 1 "Prism" 0 0 0 10 1 L 14 100 1N 0 1 "Control" 0 0 0 8 61 L 15 100 1N 0 1 "P/T Macro" 0 0 0 8 1 L 16 100 1N 0 1 "P/T Speed" 255 0 0 2 1 L 13 100 1N G 1 "Iris" 127 0 0 END ; ;---------------------------------------------------------------------------- TEXT GLP YPoc 575 Pro 16 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 5 "Open" 1 0 "Red" 2 2C "Orange" 3 18 "Orange" 4 18 "Jade" 5 28 "Cyan" 6 1C "Blue" 7 8 "Open" 8 0 "Blue Purp" 9 C "Magenta" 10 10 PFEND PFTABLE "Gobo" -1 6 "Open" 11 4 "Gobo 1" 12 C "Gobo 2" 13 14 "Gobo 3" 14 1C "Gobo 4" 15 24 "Gobo 5" 16 2C "Gobo 6" 17 34 "Gobo 7" 18 3C "Gobo 8" 19 44 "Gobo 9" 20 4C PFEND ;---------------------------------------------------------------------------- ; Macros MACRO "Lamp On" 1 9 "data" 0 FF MEND MACRO "Lamp Off" 2 14 9 "data" 0 0 8 "delay" 1 A "data" 0 F0 8 "delay" 1 32 "data" 0 8 8 MEND MACRO "Reset" 3 14 "data" 0 FC "delay" 1 32 "data" 0 8 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 ;Colour 0 1 "Open" 2 3 "Op/BB" 4 5 "Bril Blue" 6 7 "BB/Bl" 8 9 "Blue" 10 11 "Bl/BP" 12 13 "Blue Purp" 14 15 "BP/Ma" 16 17 "Magenta" 18 19 "Ma/Pi" 20 21 "Pink" 22 23 "Pi/Or" 24 25 "Orange" 26 27 "Or/Cy" 28 29 "Cyan" 30 31 "Cy/Ib" 32 33 "Italian Blu" 34 35 "Ib/Tu" 36 37 "Tuquoise" 38 39 "Tu/Ja" 40 41 "Jade" 42 43 "Ja/Re" 44 45 "Red" 46 47 "Re/Op" 48 63 "Open" 64 65 "Open" 66 67 "Op/BB" 68 69 "Bril Blue" 70 71 "BB/Bl" 72 73 "Blue" 74 75 "Bl/BP" 76 77 "Blue Purp" 78 79 "BP/Ma" 80 81 "Magenta" 82 83 "Ma/Pi" 84 85 "Pink" 86 87 "Pi/Or" 88 89 "Orange" 90 91 "Or/Cy" 92 93 "Cyan" 94 95 "Cy/Ib" 96 97 "Italian Blu" 98 99 "Ib/Tu" 100 101 "Tuquoise" 102 103 "Tu/Ja" 104 105 "Jade" 106 107 "Ja/Re" 108 109 "Red" 110 111 "Re/Op" 112 127 "Open" 128 129 "No Scroll" 130 191 "Sc CW %3d%%"(c-a)*100/(b-a) 192 253 "Sc CCW %3d%%"100-((c-a)*100/(b-a)) 254 254 "Audio Slow" 255 255 "Audio Fast" REND RANGE 6 ;Gobo 1 0 7 "Gobo 1-Open" 8 15 "Gobo 2" 16 23 "Gobo 3" 24 31 "Gobo 4" 32 39 "Gobo 5" 40 47 "Gobo 6" 48 55 "Gobo 7" 56 63 "Gobo 8" 64 71 "Gobo 1-Open" 72 79 "Gobo 2" 80 87 "Gobo 3" 88 95 "Gobo 4" 96 103 "Gobo 5" 104 111 "Gobo 6" 112 119 "Gobo 7" 120 127 "Gobo 8" 128 129 "No Scroll" 130 191 "Sc CW %3d%%"(c-a)*100/(b-a) 192 253 "Sc CCW %3d%%"100-((c-a)*100/(b-a)) 254 254 "Slow" 255 255 "Fast" REND RANGE 7 ;Gobo 1 Rot 0 127 "Index %3d%%"(c-a)*100/(b-a) 128 129 "No Spin" 130 191 "Sp CW %3d%%"(c-a)*100/(b-a) 192 253 "Sp CCW %3d%%"100-((c-a)*100/(b-a)) 254 255 "Audio" REND RANGE 8 ;Gobo 2 0 3 "Gobo 1" 4 7 "Gobo 2" 8 11 "Gobo 3" 12 15 "Gobo 4" 16 19 "Gobo 5" 20 23 "Gobo 6" 24 27 "Gobo 7" 28 31 "Gobo 8" 32 35 "Gobo 9" 36 63 "Gobo 10" 66 67 "Gobo 1" 68 71 "Gobo 2" 72 75 "Gobo 3" 76 79 "Gobo 4" 80 83 "Gobo 5" 84 87 "Gobo 6" 88 91 "Gobo 7" 92 95 "Gobo 8" 96 99 "Gobo 9" 100 127 "Gobo 10" 128 129 "No Scroll" 130 191 "Sc CW %3d%%"(c-a)*100/(b-a) 192 253 "Sc CCW %3d%%"100-((c-a)*100/(b-a)) 254 254 "Chase Slow" 255 255 "Rotation" REND RANGE 9 ;Shutter 0 15 "Closed" 16 31 "Rnd St %3d%%"(c-a)*100/(b-a) 32 47 "Pulse %3d%%"(c-a)*100/(b-a) 48 239 "Strobe %3d%%"(c-a)*100/(b-a) 240 255 "Open" REND RANGE 12 ;Prism 0 5 "Safe" 6 127 "Index %3d%%"(c-a)*100/(b-a) 128 129 "No Spin" 130 191 "Sp CW %3d%%"(c-a)*100/(b-a) 192 253 "Sp CCW %3d%%"100-((c-a)*100/(b-a)) 254 254 "Slow" 255 255 "Fast" REND RANGE 14 ;Control 0 15 "Safe" 16 31 "Gobo Shake " 32 47 "Gobo Shake " 48 63 "Gobo Shake " 64 79 "Colour C1" 80 95 "Colour C2" 96 111 "Audio P/T S" 112 127 "Audio P/T " 128 143 "LsrRFlsh" 144 159 "LsrAudio" 160 175 "LsrBlnk" 176 191 "LsrFlsh" 192 207 "Lsr On" 208 223 "Safe" 224 229 "Fan Min" 230 249 "Lamp Off" 250 255 "Reset" REND RANGE 15 ;P/T Macro 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 Inv 1 0" 98 99 "P/T Inv 1 9" 100 101 "P/T Inv 1 1" 102 103 "P/T Inv 1 2" 104 105 "P/T Inv 2 0" 106 107 "P/T Inv 2 9" 108 109 "P/T Inv 2 1" 110 111 "P/T Inv 2 2" 112 113 "P/T Inv 3 0" 114 115 "P/T Inv 3 9" 116 117 "P/T Inv 3 1" 118 119 "P/T Inv 3 2" 120 121 "P/T Inv 4 0" 122 123 "P/T Inv 4 9" 124 125 "P/T Inv 4 1" 126 127 "P/T Inv 4 2" 128 129 "Circle 1 0" 130 131 "Circle 1 90" 132 133 "Circle 1 18" 134 135 "Circle 1 27" 136 137 "Circle 2 0" 138 139 "Circle 2 90" 140 141 "Circle 2 18" 142 143 "Circle 2 27" 144 145 "Circle 3 0" 146 147 "Circle 3 90" 148 149 "Circle 3 18" 150 151 "Circle 3 27" 152 153 "Circle 4 0" 154 155 "Circle 4 90" 156 157 "Circle 4 18" 158 159 "Circle 4 27" 160 161 "Circ Inv 1 " 162 163 "Circ Inv 1 " 164 165 "Circ Inv 1 " 166 167 "Circ Inv 1 " 168 169 "Circ Inv 2 " 170 171 "Circ Inv 2 " 172 173 "Circ Inv 2 " 174 175 "Circ Inv 2 " 176 177 "Circ Inv 3 " 178 179 "Circ Inv 3 " 180 181 "Circ Inv 3 " 182 183 "Circ Inv 3 " 184 185 "Circ Inv 4 " 186 187 "Circ Inv 4 " 188 189 "Circ Inv 4 " 190 191 "Circ Inv 4 " 192 193 "Fig of 8 1 " 194 195 "Fig of 8 1 " 196 197 "Fig of 8 1 " 198 199 "Fig of 8 1 " 200 201 "Fig of 8 2 " 202 203 "Fig of 8 2 " 204 205 "Fig of 8 2 " 206 207 "Fig of 8 2 " 208 209 "Fig of 8 3 " 210 211 "Fig of 8 3 " 212 213 "Fig of 8 3 " 214 215 "Fig of 8 3 " 216 217 "Fig of 8 4 " 218 219 "Fig of 8 4 " 220 221 "Fig of 8 4 " 222 223 "Fig of 8 4 " 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 16 ;P/T Speed 0 15 "Tracking" 16 255 "Speed %3d%%"(c-a)*100/(b-a) REND RANGE 13 ;Iris 0 127 "Iris %3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) 128 143 "AwS Rand" 144 159 "DwS Rand" 160 175 "AwS Audio" 176 191 "DwS Audio" 192 207 "Asc w Sh" 208 223 "Des w Sh" 224 239 "Pulse" 240 253 "Asc/Desc" 254 255 "Open" REND