///////////////////      VL500 Wash (Extended 16-bit)
/// 
///   RM Nov 2006


fixture
	manufacturer = "VARILITE"
	name = "vl500We"
	version = 0.90
//  fullmanufacturer = "Vari-Lite"
//  fullname = "VL500 Wash"
//  mode = e
//  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 = "CYAN"
		channel = 6 
		homeVal = 0
		
	Attribute
		name = "YELLOW"
		channel = 7
		homeVal = 0
		
	Attribute
		name = "MAGENTA"
		channel = 8
		homeVal = 0
		
	Attribute
		name = "DIFFUSER"
		channel = 9
		homeVal = 0
		
	Attribute
		name = "FOCUS TIME"
		channel = 10
		homeVal = 0
		
	Attribute
		name = "COLOR TIME"
		channel = 11
		homeVal = 0
		
	Attribute
		name = "BEAM TIME"
		channel = 12
		homeVal = 0
		
	Attribute
		name = "CONTROL"
		channel = 13
		homeVal = 0
							
////////////////////////////////////////////////////////////////////
		
	parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 2
		stop = (M  0:65535),D,0,360,"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 = "-DIFFUSN-"
		displayerNum = 6
		type = B
		attribList = 9
		stop = (M   0:255),2,"Difusn="		

//-----------------------------------------
		
/   Parameter
/      name = "-F TIME-"         
/      displayerNum = 20
/      type = B
/      attribList = 10
/      stop = ( 255:255),N,"F-Track"
/      stop = (M254:  0),2,"Ftime:"
/
/   Parameter
/      name = "-C TIME-"         
/      displayerNum = 21
/      type = B
/      attribList = 11
/      stop = ( 255:255),N,"C-Track"
/      stop = (M254:  0),2,"Ctime:"
/
/   Parameter
/      name = "-B TIME-"         
/      displayerNum = 22
/      type = B
/      attribList = 12
/      stop = ( 255:255),N,"B-Track"
/      stop = (M254:  0),2,"Btime="
      
  	Parameter
		name = "-CTRL-ACT-"
		displayerNum = 23
		type = N
		attribList = 13
		stop = (   0:  0),N,"Active"
		stop = (R  1:255),N,"NotActive"	     

   Parameter
      name = "-CONTROL-"   
      displayerNum = 24
      type = N
      attribList = 13
      stop = (   0: 10),N,"Run Mode"
      stop = ( 165:171),N,"Lamp Off"
      stop = ( 249:255),N,"Lamp On"
	  stop = (  81: 87),N,"Reset"
	  stop = (R  0:255),N,"Run Mode"

end
 

