//////////////////////////////         Vari*Lite S2000 Wash 16 Bit Mode


// Created by Steve Richards December 10, 2003 02:43:50 PM
// Revised RM Aug 2007 

fixture
	manufacturer = "VARILITE"
	name = "vl2000w"
	version = 1.5
//  fullmanufacturer = "Vari-Lite"
//  fullname = "VL2000 Wash 16bit"
//  mode = 0
//  description = ""
	
	Attribute
		name = "INTENSITY"
		channel = 1
		 
   Attribute
      name = "PAN"
      channel = 2
      fineChan = 3
      homeVal = 32768
      
   Attribute
      name = "TILT"
      channel = 4
      fineChan = 5
      homeVal = 32768
 	
   Attribute
		name = "BLUE"
		channel = 6 
		homeVal = 0
		
	Attribute
		name = "AMBER"
		channel = 7
		homeVal = 0
		
	Attribute
		name = "MAGENTA"
		channel = 8
		homeVal = 0
		
	Attribute
		name = "COLOR"
		channel = 9
		homeVal = 0
		
	Attribute
		name = "DIFFUSION"
		channel = 10
		homeVal = 0
		
	Attribute
		name = "STROBE"
		channel = 11
		homeVal = 0
	
	Attribute
		name = "CONTROL"
		channel = 12
		homeVal = 0
		
////////////////////////////////////////////////////////////////////
		
	parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 2
		stop = (M  0:65535),D,0,540,"Pan="

		
	parameter
		name = "-TILT-"
		displayerNum =2 
		type = F
		attribList = 4
		stop = (M  0:65535),D,0,270,"Ti@="

		
	parameter
		name = "-CYAN-"
		displayerNum = 3
		type = C
		attribList = 6
		stop = (M  0:255),2,"Cyan="

	parameter
		name = "-MAGNTA-"
		displayerNum = 4
		type = C
		attribList = 8
		stop = (M  0:255),2,"Mgnta="	
		
	parameter
		name = "-YELLOW-"
		displayerNum = 5
		type = C	
		attribList = 7
		stop = (M  0:255),2,"Yellow="

	Parameter
		name = "-COLOR-"
		displayerNum = 6
		type = C
		attribList = 9
		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,"CWhlStop"
		stop = (M237:255),2,"CWhl<:"
		
		stop = (M  0:215),2,"Color:"

/------------------------------------------------------

	parameter
		name = "-DIFFUSN-"
		displayerNum = 7
		type = B
		attribList = 10
		stop = (M   0:255),2,"Diffsn="	
		
	Parameter
		name = "-SHUTTER-"
		displayerNum = 8
		type = B
		attribList = 11
		stop = (   3:  5),N,"Shtr Clsd"
		stop = (   0:  2),N,"Shtr Open"
		stop = (M 13:255),2,"Strobe:"
		stop = (   6:  7),N,"Rnd Slow"
		stop = (   8: 10),N,"Rnd Med"
		stop = (  11: 12),N,"Rnd Fast"

/-------------------------------------------------

	Parameter
		name = "-CTRL-ACT-"
		displayerNum = 23
		type = N
		attribList = 12
		stop = (   0:  0),N,"Active"
		stop = (   1:255),N,"NotActive"
		
	Parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = N
		attribList = 12
		stop = (   5: 10),N,"Run Mode"
		stop = ( 165:171),N,"Lamp Off"		
		stop = ( 249:255),N,"Lamp On"
		stop = (  81: 87),N,"Reset"	
		stop = (   1:  4),N,"Disp On"
		stop = (  20: 25),N,"Snap On"
		stop = (  30: 35),N,"Snap Off"

end
 

