View Personality
Fine Art Fine 400 Spot (FIF400S2.R20)
View Table
; 'Fine Art Fine 400 Spot', 27 DMX Channels, filename: FIF400S2.R20 ; ; Date By Description ; 08-01-07 Pers Creator Created - Exported from Diamond 4 file. ; 08-01-07 D.Milligan Checked ; ;---------------------------------------------------------------------------- ; The device name, upto 11 characters, no spaces are allowed DEVICE FI_F400Spt2 mode=27 DMX 27 DMX Channels NAME "Fine Art" "Fine 400 Spot, 27 DMX" ; ;---------------------------------------------------------------------------- ; The Type of instrument, 1 & M must required for backward compatibility ; The middle number denotes the number of DMX channels used TYPE 1 27 M ; ;---------------------------------------------------------------------------- ; Mirror/Head resolution MIRROR 2 540 246 ; | | | ; | | |_______ 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 27 DMX" "" "" DAEND ; ;---------------------------------------------------------------------------- ; Specify DMX limits ; ; minimum allowed dmx number MINDMX=1 ; ; maximum allowed dmx number MAXDMX=485 ; ; 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, BCD=Color Mix, 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, 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 O 1 "Shutter" 30 0 0 1 1 H 2 100 1N H 1 "Dimmer" 255 0 0 0 0 H 3 100 1N H 1 "Dimmer Low" 255 0 0 4 1 s 4 100 1N A 1 "Colour 1" 0 0 0 0 0 I 5 100 1N A 1 "Colour 1 Low" 0 0 0 4 61 s 6 100 1N N 1 "Colour 2" 0 0 0 0 0 I 7 100 1N N 1 "Colour 2 Low" 0 0 0 6 1 I 8 100 1N I 1 "Gobo 1" 0 0 0 7 1 s 9 100 1N K 1 "Gobo 1 Rot" 0 0 0 0 0 L 10 100 1N K 1 "Gobo 1 R Low" 0 0 0 6 61 I 11 100 1N J 1 "Gobo 2" 0 0 0 10 1 L 12 100 1N 0 1 "Gobo Macro" 0 0 0 9 1 I 13 100 1N P 1 "Effect" 0 0 0 9 61 L 14 100 1N R 1 "Effect Rot" 0 0 0 19 1 I 15 100 1N 0 1 "Prism" 0 0 0 2 1 s 16 100 1N G 1 "Iris" 0 0 0 0 0 L 17 100 1N G 1 "Iris Low" 0 0 0 5 61 s 18 100 1N L 1 "Focus" 128 0 0 0 0 L 19 100 1N L 1 "Focus Low" 128 0 0 5 1 s 20 100 1N Q 1 "Zoom" 128 0 0 0 0 L 21 100 1N Q 1 "Zoom Low" 128 0 0 3 61 s 22 100 1N E 1 "Pan" 128 0 0 0 0 L 23 100 1N E 1 "Pan Low" 128 0 0 3 1 s 24 100 1N F 1 "Tilt" 128 0 0 0 0 L 25 100 1N F 1 "Tilt Low" 128 0 0 8 1 L 26 100 1N 0 1 "P/T Speed" 0 0 0 8 61 L 27 100 1N 0 1 "Effect Spd" 0 0 0 END ; ;---------------------------------------------------------------------------- TEXT Fine Art Fine 400 Spot 27 DMX INPUT fixture DMX No. Press a Fixture Select or Swop button to make the patch. END ATTR Function Obsolete END ;---------------------------------------------------------------------------- ; Preset Palette Tables ;---------------------------------------------------------------------------- ; Macros MACRO "Lamp On" 1 1 "data" 0 E8 "delay" 1 6E "data" 0 22 "delay" 1 A MEND MACRO "Lamp Off" 2 1 "data" 0 FC "delay" 1 6E "data" 0 22 "delay" 1 A MEND MACRO "Reset" 3 1 "data" 0 D4 "delay" 1 6E "data" 0 22 "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 1 ;Shutter 0 19 "Closed" 20 49 "Open" 50 72 "Strobe %3d%%"100-(((c-a)*100)/(b-a)) 73 79 "Open" 80 99 "Op Pul %3d%%"100-(((c-a)*100)/(b-a)) 100 119 "Cl Pul %3d%%"100-(((c-a)*100)/(b-a)) 120 127 "Open" 128 187 "Rnd St %3d%%"100-(((c-a)*100)/(b-a)) 188 190 "Open" 191 196 "Op Pul %3d%%"100-(((c-a)*100)/(b-a)) 197 202 "Cl Pul %3d%%"100-(((c-a)*100)/(b-a)) 203 207 "Open" 208 217 "Reset" 218 227 "Open" 228 237 "Lamp On" 238 247 "Open" 248 255 "Lamp Off" REND RANGE 4 ;Colour 1 0 17 "Op/C1 %3d%%"0+(((c-a)*100)/(b-a)) 18 33 "C1/C2 %3d%%"0+(((c-a)*100)/(b-a)) 34 50 "C2/C3 %3d%%"0+(((c-a)*100)/(b-a)) 51 67 "C3/C4 %3d%%"0+(((c-a)*100)/(b-a)) 68 84 "C4/C5 %3d%%"0+(((c-a)*100)/(b-a)) 85 101 "C5/C6 %3d%%"0+(((c-a)*100)/(b-a)) 102 118 "C6/C7 %3d%%"0+(((c-a)*100)/(b-a)) 119 135 "C7/C8 %3d%%"0+(((c-a)*100)/(b-a)) 136 153 "C8/Op %3d%%"0+(((c-a)*100)/(b-a)) 154 158 "Colour 8" 159 163 "Colour 7" 164 168 "Colour 6" 169 173 "Colour 5" 174 178 "Colour 4" 179 183 "Colour 3" 184 188 "Colour 2" 189 193 "Colour 1" 194 198 "Open" 199 219 "Sc CW %3d%%"100-(((c-a)*100)/(b-a)) 220 240 "Sc CCW %3d%%"0+(((c-a)*100)/(b-a)) 241 245 "Fast" 246 250 "Medium" 251 255 "Slow" REND RANGE 6 ;Colour 2 0 17 "Op/C1 %3d%%"0+(((c-a)*100)/(b-a)) 18 33 "C1/C2 %3d%%"0+(((c-a)*100)/(b-a)) 34 50 "C2/C3 %3d%%"0+(((c-a)*100)/(b-a)) 51 67 "C3/C4 %3d%%"0+(((c-a)*100)/(b-a)) 68 84 "C4/C5 %3d%%"0+(((c-a)*100)/(b-a)) 85 101 "C5/C6 %3d%%"0+(((c-a)*100)/(b-a)) 102 118 "C6/C7 %3d%%"0+(((c-a)*100)/(b-a)) 119 135 "C7/C8 %3d%%"0+(((c-a)*100)/(b-a)) 136 153 "C8/Op %3d%%"0+(((c-a)*100)/(b-a)) 154 158 "Colour 8" 159 163 "Colour 7" 164 168 "Colour 6" 169 173 "Colour 5" 174 178 "Colour 4" 179 183 "Colour 3" 184 188 "Colour 2" 189 193 "Colour 1" 194 198 "Open" 199 219 "Sc CW %3d%%"100-(((c-a)*100)/(b-a)) 220 240 "Sc CCW %3d%%"0+(((c-a)*100)/(b-a)) 241 245 "Fast" 246 250 "Medium" 251 255 "Slow" REND RANGE 8 ;Gobo 1 0 11 "Open (F)" 12 15 "Gobo 1 (F)" 16 19 "Gobo 2 (F)" 20 23 "Gobo 3 (F)" 24 27 "Gobo 4 (F)" 28 31 "Gobo 5 (F)" 32 35 "Gobo 6 (F)" 36 39 "Gobo 1 (R)" 40 43 "Gobo 2 (R)" 44 47 "Gobo 3 (R)" 48 51 "Gobo 4 (R)" 52 55 "Gobo 5 (R)" 56 59 "Gobo 6 (R)" 60 71 "G1 Shk %3d%%"0+(((c-a)*100)/(b-a)) 72 83 "G2 Shk %3d%%"0+(((c-a)*100)/(b-a)) 84 95 "G3 Shk %3d%%"0+(((c-a)*100)/(b-a)) 96 107 "G4 Shk %3d%%"0+(((c-a)*100)/(b-a)) 108 119 "G5 Shk %3d%%"0+(((c-a)*100)/(b-a)) 120 131 "G6 Shk %3d%%"0+(((c-a)*100)/(b-a)) 132 143 "G1 Shk %3d%%"0+(((c-a)*100)/(b-a)) 144 155 "G2 Shk %3d%%"0+(((c-a)*100)/(b-a)) 156 167 "G3 Shk %3d%%"0+(((c-a)*100)/(b-a)) 168 179 "G4 Shk %3d%%"0+(((c-a)*100)/(b-a)) 180 191 "G5 Shk %3d%%"0+(((c-a)*100)/(b-a)) 192 203 "G6 Shk %3d%%"0+(((c-a)*100)/(b-a)) 204 229 "Sc CW %3d%%"0+(((c-a)*100)/(b-a)) 230 255 "Sc CCW %3d%%"0+(((c-a)*100)/(b-a)) REND RANGE 11 ;Gobo 2 0 10 "Op/G1 %3d%%"0+(((c-a)*100)/(b-a)) 11 21 "G1/G2 %3d%%"0+(((c-a)*100)/(b-a)) 22 32 "G2/G3 %3d%%"0+(((c-a)*100)/(b-a)) 33 43 "G3/G4 %3d%%"0+(((c-a)*100)/(b-a)) 44 54 "G4/G5 %3d%%"0+(((c-a)*100)/(b-a)) 55 65 "G5/G6 %3d%%"0+(((c-a)*100)/(b-a)) 66 76 "G6/G7 %3d%%"0+(((c-a)*100)/(b-a)) 77 87 "G7/G8 %3d%%"0+(((c-a)*100)/(b-a)) 88 98 "G8/G9 %3d%%"0+(((c-a)*100)/(b-a)) 99 112 "G9/Op %3d%%"0+(((c-a)*100)/(b-a)) 113 121 "Gobo 9" 122 130 "Gobo 8" 131 139 "Gobo 7" 140 148 "Gobo 6" 149 157 "Gobo 5" 158 166 "Gobo 4" 167 175 "Gobo 3" 176 184 "Gobo 2" 185 193 "Gobo 1" 194 202 "Open" 203 221 "Sc CW %3d%%"100-(((c-a)*100)/(b-a)) 222 240 "Sc CCW %3d%%"0+(((c-a)*100)/(b-a)) 241 245 "Rnd Fast" 246 250 "Rnd Med" 251 255 "Rnd Slow" REND RANGE 12 ;Gobo Macro 0 15 "Safe" 16 55 "G2 Shk %3d%%"0+(((c-a)*100)/(b-a)) 56 95 "G1 Shk %3d%%"0+(((c-a)*100)/(b-a)) 96 135 "G1 Shk %3d%%"0+(((c-a)*100)/(b-a)) 136 175 "G2/C1 %3d%%"0+(((c-a)*100)/(b-a)) 176 215 "G2/C2 %3d%%"0+(((c-a)*100)/(b-a)) 216 255 "G2C1C2 %3d%%"0+(((c-a)*100)/(b-a)) REND RANGE 13 ;Effect 0 9 "Open" 10 19 "Tilt (P)" 20 29 "Pan (P)" 30 39 "Tilt (R)" 40 49 "Pan (R)" 50 139 "P/T P %3d%%"0+(((c-a)*100)/(b-a)) 140 229 "P/T R %3d%%"0+(((c-a)*100)/(b-a)) 230 235 "Open" 236 239 "Macro 1" 240 243 "Macro 2" 244 247 "Macro 3" 248 251 "Macro 4" 252 255 "Macro 5" REND RANGE 15 ;Prism 0 19 "Open" 20 79 "Sp CCW %3d%%"100-(((c-a)*100)/(b-a)) 80 89 "No Spin" 90 149 "Sp CW %3d%%"0+(((c-a)*100)/(b-a)) 150 215 "Open" 216 220 "Macro 1" 221 225 "Macro 2" 226 230 "Macro 3" 231 235 "Macro 4" 236 240 "Macro 5" 241 245 "Macro 6" 246 250 "Macro 7" 251 255 "Macro 8" REND RANGE 16 ;Iris 0 199 "%3d%%"100-(((c-a)*100)/(b-a)) 200 215 "Closed" 216 229 "Op Pul %3d%%"100-(((c-a)*100)/(b-a)) 230 243 "Cl Pul %3d%%"100-(((c-a)*100)/(b-a)) 244 249 "R Op P %3d%%"100-(((c-a)*100)/(b-a)) 250 255 "R Cl P %3d%%"100-(((c-a)*100)/(b-a)) REND RANGE 26 ;P/T Speed 0 2 "Tracking" 3 242 "%3d%%"100-(((c-a)*100)/(b-a)) 243 245 "Slow" 246 248 "Medium" 249 251 "Fast" 252 255 "Shutter" REND