//////////////////////////////         Vari*Lite S2000 Wash Standard 8 Bit Mode


// Created by Steve Richards December 10, 2003 02:43:50 PM 

fixture
	manufacturer = "VARILITE"
	name = "VL2KW-8"
	version = 1.1
//  fullmanufacturer = "Vari-Lite"
//  fullname = "VL2000 Wash"
//  mode = b
//  description = ""
	
	Attribute
		name = "INTENSITY"
		channel = 1
		 
   Attribute
      name = "PAN"
      channel = 2
      homeVal = 127
      
   Attribute
      name = "TILT"
      channel = 3
      homeVal = 127
 	
   Attribute
		name = "BLUE"
		channel = 4
		homeVal = 255
		
	Attribute
		name = "AMBER"
		channel = 5
		homeVal = 255
		
	Attribute
		name = "MAGENTA"
		channel = 6
		homeVal = 255
		
	Attribute
		name = "COLOR1"
		channel = 7
		homeVal = 0
		
	Attribute
		name = "FROST"
		channel = 8
		homeVal = 255
		
	Attribute
		name = "STROBE"
		channel = 9
		homeVal = 0
		
		
	Attribute
		name = "CONTROL"
		channel = 10
		homeVal = 0
		
////////////////////////////////////////////////////////////////////
		
	parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 2
		stop = (M  0:255),D,0,540,"Pan="

		
	parameter
		name = "-TILT-"
		displayerNum =2 
		type = F
		attribList = 3
		stop = (M  0:255),D,0,270,"Ti@="

		
	parameter
		name = "-BLUE-"
		displayerNum = 3
		type = C
		attribList = 4
		stop = (M   0:255),2,"Blue="
		
		
	parameter
		name = "-AMBER-"
		displayerNum = 4
		type = C	
		attribList = 5
		stop = (M   0:255),2,"Amber="		

		
	parameter
		name = "-MAGNTA-"
		displayerNum = 5
		type = C
		attribList = 6
		stop = (M   0:255),2,"Mgnta="		


	Parameter
		name = "-COLOR-"
		displayerNum = 6
		type = C
		attribList = 7
		stop = (   0:  0),N,"NoColor"
		stop = (   9:  9),N,"White+"
		stop = (  18: 18),N,"LtRed"
		stop = (  26: 26),N,"LtRed+"
		stop = (  36: 36),N,"Blue"
		stop = (  44: 44),N,"Blue+"
		stop = (  54: 54),N,"Yellow"
		stop = (  62: 62),N,"Yellow+"
		stop = (  72: 72),N,"LtBlue"
		stop = (  80: 80),N,"LtBlue+"
		stop = (  90: 90),N,"Pink"
		stop = (  98: 98),N,"Pink+"
		stop = ( 108:108),N,"Green"
		stop = ( 116:116),N,"Green+"
		stop = ( 126:126),N,"Magenta"
		stop = ( 134:134),N,"Magenta+"
		stop = ( 144:144),N,"Lavender"
		stop = ( 152:152),N,"Lavendr+"
		stop = ( 162:162),N,"Amber"
		stop = ( 170:170),N,"Amber+"
		stop = ( 180:180),N,"Orange"
		stop = ( 188:188),N,"Orange+"
		stop = ( 198:198),N,"UV"
		stop = ( 206:206),N,"UV+"
		stop = (M216:233),2,"CWhl>:"
		stop = ( 233:236),N,"STOP"
		stop = (M237:255),2,"CWhl<:"
		
	parameter
		name = "-FROST-"
		displayerNum = 7
		type = B
		attribList = 8
		stop = (M   0:255),2,"Frost="	
		
	Parameter
		name = "-SHUTTER-"
		displayerNum = 8
		type = B
		attribList = 9
		stop = (   3:  5),N,"Shtr Clsd"
		stop = (   0:  2),N,"Shtr Open"
		stop = (   6:  7),N,"Rnd Slow"
		stop = (   8: 10),N,"Rnd Med"
		stop = (  11: 12),N,"Rnd Fast"
		stop = (M 13:255),2,"Strobe:"
			
	Parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = N
		attribList = 10
		stop = (   0:  0),N,"NoSelect"
		stop = (   1:  4),N,"Disp On"
		stop = (  81: 87),N,"Reset"
		stop = ( 165:171),N,"Lamp Off"
		stop = ( 249:255),N,"Lamp On"


end
 

