//////////////////////////////         Vari*Lite 2500Wash

// Created by Richie Mickan December 17, 2004 02:43:50 PM 
// Based on S2000 Wash fixture template
// Finalised RM - April 2006 
// Revised RM Aug 2007

fixture
	manufacturer = "VARILITE"
	name = "vl2500w"
	version = 0.90
//  fullmanufacturer = "Vari-Lite"
//  fullname = "VL2500 Wash"
//  mode = b
//  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 = "COLOUR"
		channel = 9
		homeVal = 0
		
	Attribute
		name = "DIFFUSION"
		channel = 10
		homeVal = 0
		
	Attribute
		name = "STROBE"
		channel = 11
		homeVal = 0

	attribute
		name = "F TIME"
		channel = 12
		homeVal = 255
		
	attribute
		name = "C TIME"
		channel = 13
		homeVal = 255
		
	attribute
		name = "B TIME"
		channel = 14
		homeVal = 255			
		
	Attribute
		name = "CONTROL"
		channel = 15
		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 = "-COLOUR-"
		displayerNum = 6
		type = C
		attribList = 9
		stop = (   0:  0),N,"White"
		stop = (  12: 12),N,"White+"
		stop = (  18: 18),N,"LtRed"
		stop = (  27: 27),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 = (  82: 82),N,"LtBlue+"
		stop = (  90: 90),N,"Pink"
		stop = (  99: 99),N,"Pink+"
		stop = ( 108:108),N,"Green"
		stop = ( 118:118),N,"Green+"
		stop = ( 126:126),N,"Magenta"
		stop = ( 135:135),N,"Magenta+"
		stop = ( 144:144),N,"Lavender"
		stop = ( 152:152),N,"Lavendr+"
		stop = ( 162:162),N,"Amber"
		stop = ( 172:172),N,"Amber+"
		stop = ( 180:180),N,"Orange"
		stop = ( 190:190),N,"Orange+"
		stop = ( 198:198),N,"UV"
		stop = ( 206:206),N,"UV+"
		stop = (M235:217),1,"CWhl>:"
		stop = ( 236:236),N,"CWhlStop"
		stop = (M237:255),1,"CWhl<:"
		
		stop = (M  0:216),2,"Colour:"
		
//------------------------------------------		
		
	parameter
		name = "-DIFFUSN-"
		displayerNum = 7
		type = B
		attribList = 10
		stop = (M   0:255),2,"Difusn="	
		
	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 = "-F TIME-"
/		displayerNum = 19
/		type = F
/		attribList = 12
/		stop = ( 255:255),N,"F-Track"
/		stop = (M254:  0),2,"F-time:"		
/
/	parameter
/		name = "-C TIME-"
/		displayerNum = 20
/		type = C
/		attribList = 13
/		stop = ( 255:255),N,"C-Track"
/		stop = (M254:  0),2,"C-time:"
/		
/	parameter
/		name = "-B TIME-"
/		displayerNum = 21
/		type = B
/		attribList = 14
/		stop = ( 255:255),N,"B-Track"
/		stop = (M254:  0),2,"B-time:"				

	Parameter
		name = "-CTRL-ACT-"
		displayerNum = 23
		type = N
		attribList = 15
		stop = (   0:  0),N,"Active"
		stop = (   1:255),N,"NotActive"
			
	Parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = N
		attribList = 15
		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 = (R  0:255),N,"No Func"   /catch all for non specifed levels

end

