View Personality
Varilite VL2000 (Spot) (VL200S14.R20)
View Table
; "Vari*lite 2000 Spot (Standard 16-bit mode)", 14 DMX channels, filename :vl200s14.r20 ; ; Date By Description ; 13-07-01 Edward Created from enhanced 16bit mode ; 29-08-01 Edward Changed Pan Resolution, and attributes ; 28-05-03 D.Shelton Changed name to VL2000S ; 12-08-03 Phil Rogers Added Range Tables ; 14-11-05 Ed Spencer Moved Control to bank 20 ; 11-12-08 David Hunt Fixed duplicate dmx values ; 06-05-10 John Rogers Changed device name to prevent conflict. ; 01-07-10 J Moreton Updated long name ; ;---------------------------------------------------------------------------- ; The device name, upto 11 characters, no spaces are allowed DEVICE VL2000S14C 14 DMX channels NAME "Varilite" "VL2000S, 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 540 270 ; ;---------------------------------------------------------------------------- ; Patching Information. (Upto 10 lines allowed) DEVICEADDRESS "Handle %2d"h "Fixture %11s"n "DMX %03d"d "" "Standard 16-bit" "" "" "" DAEND ; ;---------------------------------------------------------------------------- ; Specify DMX limits ; ; minimum allowed dmx number MINDMX=1 ; ; maximum allowed dmx number MAXDMX=499 ; ; DMX number must be divisible by this DIVBY=1 ; ;---------------------------------------------------------------------------- ; DMX channel description ; DMX ; Bank/fader to DMX relationship 1 1 H 1 100 1N H 1 "Dimmer" 255 255 255 3 61 s 2 100 1N E 1 "Pan" 128 -1 -1 0 0 L 3 100 1N E 1 "Pan Low" 128 -1 -1 3 1 s 4 100 1N F 1 "Tilt" 128 -1 -1 0 0 L 5 100 1N F 1 "Tilt Low" 128 -1 -1 6 1 I 6 100 1N I 1 "Gobo" 0 0 0 4 1 I 7 100 1N A 1 "Color Wheel" 0 0 40 2 1 L 8 100 1N G 1 "Iris" 255 255 255 5 61 L 9 100 1N 0 1 "Edge" 0 0 0 2 61 L 10 100 1N O 1 "Strobe" 0 0 0 5 1 L 11 100 1N Q 1 "Zoom" 0 0 0 6 61 L 12 100 1N J 1 "Rot wheel" 0 0 0 7 1 L 13 100 1N M 1 "Gobo Index" 0 0 0 20 1 L 14 100 1N 0 1 "Control" 255 255 255 END ; ;---------------------------------------------------------------------------- ; Text to be displayed when the Instrument is selected for Patching ; TEXT VL2000 Spot 14Chan (16 bit) Bank Faders Bottom Top --------------------- 1 Dimmer -- 2 Iris Stobe 3 Tilt Pan 4 Colour -- 5 Zoom Focus 6 Gobo Rot Whl 7 G.Index -- 8 -- -- 9 -- -- 10 -- -- 11 Control -- Only strike the lamp when the head is at 50 percent tilt END ATTR END ; ;---------------------------------------------------------------------------- ; Tables ; color table color wheel PFTABLE "Colors" -1 7 "Open" 1 0 "Red" 2 16 "Amber" 3 cd "Yellow" 4 3e "Green" 5 7b "Cyan" 6 54 "Blue" 7 29 "Lavender" 8 a5 "U Violet" 9 e1 "Magenta" 10 90 PFEND ; Positions PFTABLE "Positions" -1 2 4 "Middle" 21 80 80 "Left" 22 50 80 "Right" 23 b0 80 "Top" 24 80 50 "Bottom" 25 80 b0 "TLeft" 26 50 50 "TRight" 27 b0 b0 "BLeft" 28 50 b0 "BRight" 29 b0 50 PFEND ; Gobo table color wheel PFTABLE "Gobos" -1 6 "Open" 11 0 "Pebble" 12 15 "Globular Breakup" 13 29 "Medium Circle" 14 3c "Night sky" 15 51 "Leaves #1" 16 66 "Vertical Bars" 17 7c "Horiz Bars" 18 8f "Block Break up" 19 a3 "Wave" 20 b8 "Medium Triangle" 21 cd "Cirle of Holes" 22 e1 PFEND MACRO "RESET" 1 14 "data" 0 0 "delay" 1 A "data" 0 54 "delay" 1 30 "data" 0 00 MEND MACRO "Lamp OFF" 2 14 "data" 0 0 "delay" 1 A "data" 0 a8 "delay" 1 30 "data" 0 00 MEND MACRO "Lamp ON" 3 14 "data" 0 0 "delay" 1 A "data" 0 fb "delay" 1 30 "data" 0 00 MEND ;---------------------------------------------------------------------------- ; Range Tables RANGE 1 ;Dimmer 0 255 "%3d%%"0+(((c-a)*100)/(b-a)) REND RANGE 10 ;Shutter 0 0 "Open" 3 5 "Closed" 6 7 "Rdm Strobe " 8 10 "Rdm Strobe " 11 12 "Rdm Strobe " 13 255 "Strobe %3d%%"13+(((c-a)*242)/(b-a)) REND RANGE 7 ;Colour 1 0 0 "Open" 18 18 "Light Red" 36 36 "Blue" 54 54 "Yellow" 72 72 "Light Blue" 90 90 "Pink" 108 108 "Green" 126 126 "Magenta" 144 144 "Lavender" 162 162 "Amber" 180 180 "Orange" 197 197 "UV" 1 17 "Opn/L %3d%%"0+(((c-a)*100)/(b-a)) 19 35 "LRed/B %3d%%"0+(((c-a)*100)/(b-a)) 37 53 "Blue/Y %3d%%"0+(((c-a)*100)/(b-a)) 55 71 "Yell/L %3d%%"0+(((c-a)*100)/(b-a)) 73 89 "LBlue/ %3d%%"0+(((c-a)*100)/(b-a)) 91 107 "Pink/G %3d%%"0+(((c-a)*100)/(b-a)) 109 125 "Grn/Ma %3d%%"0+(((c-a)*100)/(b-a)) 127 143 "Mag/La %3d%%"0+(((c-a)*100)/(b-a)) 145 161 "Lav/Am %3d%%"0+(((c-a)*100)/(b-a)) 163 179 "Ambr/O %3d%%"0+(((c-a)*100)/(b-a)) 181 196 "Orange %3d%%"0+(((c-a)*100)/(b-a)) 198 215 "UV/Ope %3d%%"0+(((c-a)*100)/(b-a)) 234 236 "No Scroll" 237 255 "Scroll %3d%%"0+(((c-a)*100)/(b-a)) 216 233 "Scroll %3d%%"100-(((c-a)*100)/(b-a)) REND RANGE 6 ;Gobo 1 0 0 "Open" 17 17 "Pebbles" 35 35 "Dust Breaku" 53 53 "Medium Circ" 71 71 "Night Sky" 89 89 "Leaves" 107 107 "Vertical Ba" 125 125 "Wave" 143 143 "Block Break" 161 161 "Tribal Brea" 179 179 "Liquid Brea" 197 197 "Alpha Rays" 1 16 "Open %3d%%"0+(((c-a)*100)/(b-a)) 18 54 "Pebble %3d%%"0+(((c-a)*100)/(b-a)) 36 52 "Dust B %3d%%"0+(((c-a)*100)/(b-a)) 54 70 "Med Ci %3d%%"0+(((c-a)*100)/(b-a)) 72 88 "Nght S %3d%%"0+(((c-a)*100)/(b-a)) 90 106 "Leaves %3d%%"0+(((c-a)*100)/(b-a)) 108 124 "Vert B %3d%%"0+(((c-a)*100)/(b-a)) 126 142 "Wave %3d%%"0+(((c-a)*100)/(b-a)) 144 160 "Blok B %3d%%"0+(((c-a)*100)/(b-a)) 162 178 "Tribl %3d%%"0+(((c-a)*100)/(b-a)) 180 196 "Lquid %3d%%"0+(((c-a)*100)/(b-a)) 198 215 "Alpha %3d%%"0+(((c-a)*100)/(b-a)) 237 255 "Scroll %3d%%"0+(((c-a)*100)/(b-a)) 234 236 "No Scroll" 216 233 "Scroll %3d%%"100-(((c-a)*100)/(b-a)) REND RANGE 12 ;Gobo 2 0 0 "Open" 51 51 "5 Facet Pri" 102 102 "Circ of Ova" 153 153 "Hypno Spira" 204 204 "Spiral Ston" 255 255 "Pinwheel" REND RANGE 13 ;Gobo 2 Rot 0 215 "Index %3d%%"0+(((c-a)*100)/(b-a)) 217 232 "CW Spi %3d%%"100-(((c-a)*100)/(b-a)) 234 237 "No Spin" 238 255 "CCW Sp %3d%%"0+(((c-a)*100)/(b-a)) REND RANGE 8 ;Iris 0 255 "%3d%%"0+(((c-a)*100)/(b-a)) REND RANGE 9 ;Focus 0 255 "Edge %3d%%"0+(((c-a)*100)/(b-a)) REND RANGE 11 ;Zoom 0 255 "%3d"19+(((c-a)*24)/(b-a)) REND RANGE 14 ;Control 0 0 "Safe" 1 4 "Display On" 5 80 "Safe" 81 87 "Reset" 88 164 "Safe" 165 171 "Lamp Off" 171 248 "Safe" 249 255 "Lamp On" REND