View Personality
SSP QBeam 189 (UKSSPQB1.R20)
View Table
; 'SSP QBEAM 189,15Ch', 15 DMX Channels, filename: UKSSPQB1.R20 ; Copyright © Avolites Ltd. 2014 ; ; Date By Description ; 04-12-14 Nic Morris Changed manufacturer to unknown and adjusted filename accordingly ; 04-12-14 Nic Morris Fixed attribute type ; 23-12-15 Nic Morris Changed manufacturer from Unknown to SSP ; ;---------------------------------------------------------------------------- ; The device name, upto 11 characters, no spaces are allowed DEVICE UKSSPQB1 15 DMX channels NAME "SSP" "QBEAM 189,15CH" ; ;---------------------------------------------------------------------------- ; The Type of instrument, 1 & M must required for backward compatibility ; The middle number denotes the number of DMX channels used TYPE 1 15 M ; ;---------------------------------------------------------------------------- ; Mirror/Head resolution MIRROR 2 530 280 ; | | | ; | | |_______ maximum tilt movement (in degrees) ; | |____________ maximum pan movement (in degrees) ; |_________________ 1 means moving mirror, 2 means moving head ; ;---------------------------------------------------------------------------- DEVICEADDRESS ; DAEND ; ;---------------------------------------------------------------------------- ; Specify DMX limits ; ; minimum allowed dmx number MINDMX=1 ; ; maximum allowed dmx number MAXDMX=493 ; ; 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 3 61 s 1 100 1N E 1 "Pan" 128 128 128 0 0 L 2 100 1N E 1 "Pan_Fine" 128 128 128 3 1 s 3 100 1N F 1 "Tilt" 128 128 128 0 0 L 4 100 1N F 1 "Tilt_Fine" 128 128 128 8 1 L 5 100 1N 0 1 "Speed_P/T" 0 0 0 4 1 I 6 100 1N A 1 "Color1" 0 0 0 6 1 I 7 100 1N I 1 "Gobo1" 0 0 0 6 61 L 8 100 1N K 1 "Gobo1_Rot" 0 0 0 9 1 s 9 100 1N P 1 "Prism" 0 0 0 9 61 L 10 100 1N R 1 "Prism_Rot" 0 0 0 8 61 L 11 100 1N 0 1 "PrismMacro" 0 0 0 5 61 L 12 100 1N L 1 "Focus" 128 0 0 2 61 L 13 100 1N O 1 "Shutter" 35 35 35 1 1 H 14 100 1N H 1 "Dimmer" 255 255 255 10 1 I 15 100 1N 0 1 "Control" 0 0 0 END ; ;---------------------------------------------------------------------------- ; Text to be displayed when the Instrument is selected for Patching ; TEXT www.atlantik.com.tr SSP QBEAM 189W Mode 1 15ch DMX Bank WheelA WheelB --------------------- 1 Dimmer -- 2 ---- Shutter 3 Tilt Pan 4 Color1 --- 5 ---- Focus 6 Gobo1 Gobo1Rot 7 ----- --- 8 Speed_P/T PrismMacro 9 Prism Prism_Rot 10 Control -- 11 -- -- 12 -- -- INPUT fixture DMX No. Press a Fixture Select or Swop button to make the patch. END ATTR END ; ;---------------------------------------------------------------------------- ; Tables ; ;Macros MACRO "RESET" 1 15 "data" 0 52 "delay" 1 32 "data" 0 0 MEND MACRO "LAMP OFF" 2 15 "data" 0 2d "delay" 1 32 "data" 0 0 MEND MACRO "LAMP ON" 3 15 "data" 0 ff "delay" 1 32 "data" 0 0 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 ;Prism_Frost 0 63 "Open" 64 127 "3Prism %3d%%"((c-a)*100)/(b-a) 128 191 "8Prism %3d%%"((c-a)*100)/(b-a) 192 255 "Frost %3d%%"((c-a)*100)/(b-a) REND RANGE 15 ; Control 0 20 "Col Normal" 21 39 "Col Any" 40 59 "Lamp Off" 60 79 "No Func" 80 84 "Reset %3d%%"((c-a)*100)/(b-a) 85 87 "Reset1 %3d%%"((c-a)*100)/(b-a) 88 90 "Reset2 %3d%%"((c-a)*100)/(b-a) 91 93 "Reset3 %3d%%"((c-a)*100)/(b-a) 94 96 "No Func" 97 99 "Reset5 %3d%%"((c-a)*100)/(b-a) 100 119 "Prog1 %3d%%"((c-a)*100)/(b-a) 120 139 "Prog2 %3d%%"((c-a)*100)/(b-a) 140 159 "Prog3 %3d%%"((c-a)*100)/(b-a) 160 179 "Prog4 %3d%%"((c-a)*100)/(b-a) 180 199 "Prog5 %3d%%"((c-a)*100)/(b-a) 200 219 "Prog6 %3d%%"((c-a)*100)/(b-a) 220 239 "Prog7 %3d%%"((c-a)*100)/(b-a) 240 255 "Lamp ON" REND