View Personality
Showtec City Painter 575 (SHCTP575.R20)
View Table
; 'Showtec City Painter 575', 8 DMX Channels, filename: SHCTP575.R20 ; ; Date By Description ; 21-08-07 Pers Creator Created - Exported from Diamond 4 file. ; 21-08-07 D.Milligan Checked ; ;---------------------------------------------------------------------------- ; The device name, upto 11 characters, no spaces are allowed DEVICE SH_CtyP575 mode=8 DMX, 8bit 8 DMX Channels NAME "Showtec" "City Painter 575" ; ;---------------------------------------------------------------------------- ; The Type of instrument, 1 & M must required for backward compatibility ; The middle number denotes the number of DMX channels used TYPE 1 8 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 8 DMX, 8bit" "" "" DAEND ; ;---------------------------------------------------------------------------- ; Specify DMX limits ; ; minimum allowed dmx number MINDMX=1 ; ; maximum allowed dmx number MAXDMX=504 ; ; 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 8 1 L 1 100 1I 0 1 "Speed" 255 0 0 9 61 L 2 100 1N D 1 "Yellow" 0 255 51 10 61 L 3 100 1N C 1 "Magenta" 0 0 255 10 1 L 4 100 1N B 1 "Cyan" 0 0 255 4 1 I 5 100 1N A 1 "Colour Macro" 0 0 0 1 1 H 6 100 1N H 1 "Dimmer" 255 0 0 5 1 L 7 100 1N Q 1 "Zoom" 128 0 0 9 1 L 8 100 1N 0 1 "Automatic" 0 0 0 END ; ;---------------------------------------------------------------------------- TEXT Showtec City Painter 575 8 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 PFTABLE "Colour" 0 4 3 2 "Open" 1 0 0 0 "Red" 2 7F DE FA "Amber" 3 4C FC C7 "Yellow" 4 0 E5 24 "Green" 5 DB D1 A "Cyan" 6 DB 82 A "Blue" 7 DE 8 D4 "Lavender" 8 B5 3 E3 "UltraViolet" 9 FF 78 FA "Magenta" 10 78 94 FF PFEND ;---------------------------------------------------------------------------- ; 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 8 ;Automatic 0 31 "Off" 32 38 "Rapid 1 5" 39 45 "Rapid 1 10" 46 52 "Rapid 1 30" 53 59 "Rapid 1 60" 60 66 "Smooth 1 5" 67 73 "Smooth 1 10" 74 80 "Smooth 1 30" 81 87 "Smooth 1 60" 88 94 "Rapid 2 5" 95 101 "Rapid 2 10" 102 108 "Rapid 2 30" 109 115 "Rapid 2 60" 116 122 "Smooth 2 5" 123 129 "Smooth 2 10" 130 136 "Smooth 2 30" 137 143 "Smooth 2 60" 144 150 "Rapid 3 5" 151 157 "Rapid 3 10" 158 164 "Rapid 3 30" 165 176 "Rapid 3 60" 177 183 "Smooth 3 5" 184 190 "Smooth 3 10" 191 197 "Smooth 3 30" 198 204 "Smooth 3 60" 205 211 "Rapid 4 5" 212 218 "Rapid 4 10" 219 225 "Rapid 4 30" 226 232 "Rapid 4 60" 233 239 "Smooth 4 5" 240 246 "Smooth 4 10" 247 253 "Smooth 4 30" 254 255 "Smooth 4 60" REND