// Clay Paky Alpha Wash 300
// Jon Lenard
// 4/17/09

Fixture
	manufacturer = "CLAY PAKY"
	name = "AlphW300"
	version = 1.0
//  fullmanufacturer = "Clay Paky"
//  fullname = "Alpha Wash 300"
//  mode = Stnd
//  description = "CMY:ON, LinC:OFF, FulC:OFF, Rain:ON"	

	Attribute
		name = "CYAN"
		channel = 1
		homeVal = 0

	Attribute
		name = "MAGENTA"
		channel = 2
		homeVal = 0

	Attribute
		name = "YELLOW"
		channel = 3
		homeVal = 0

	attribute
		name = "COLOR"
		channel = 4
		homeVal = 0
		
	attribute
		name = "SHUTTER"
		channel = 5
		homeVal = 255
		
	Attribute
		name = "INTENSITY"
		channel = 6
		homeVal = 0

	Attribute
		name = "FROST1"
		channel = 7
		homeVal = 0

	Attribute
		name = "FROST2"
		channel = 8
		homeVal = 0

	attribute
		name = "PAN"
		channel = 9
		fineChan = 10
		homeVal = 32768
		
	attribute
		name = "TILT"
		channel = 11
		fineChan = 12
		homeVal = 32768
		
	attribute
		name = "RESET"
		channel = 13
		homeVal = 0
		
	attribute
		name = "LAMP"
		channel = 14
		homeVal = 0

///////////////////////////////////////////////////////////////

	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 9
		stop = (M  0:65535),D,0,540,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 11
		stop = (M  0:65535),D,0,250,"Ti@="

	Parameter
		name = "-CYAN-"
		displayerNum = 3
		type = C
		attribList = 1
		stop = (M  0:255),2,"Cyan="

	Parameter
		name = "-MAGNTA-"
		displayerNum = 4
		type = C
		attribList = 2
		stop = (M  0:255),2,"Mgnta="

	Parameter
		name = "-YELLOW-"
		displayerNum = 5
		type = C
		attribList = 3
		stop = (M  0:255),2,"Yellow="
		
	Parameter
		name = "-COLOR-"
		displayerNum = 6
		type = C
		attribList = 4
		stop = (   0:  6),N,"White"    
		stop = (   7: 13),N,"Wht-Red"  
		stop = (  14: 20),N,"Red"       
		stop = (  21: 27),N,"Red-CTB"  
		stop = (  28: 34),N,"CTB"
		stop = (  35: 41),N,"CTB-3200" 
		stop = (  42: 48),N,"CTO 3200" 
		stop = (  49: 55),N,"3200-2500"
		stop = (  56: 62),N,"CTO 2500" 
		stop = (  63: 69),N,"2500-Grn" 
		stop = (  70: 76),N,"Green"   
		stop = (  77: 83),N,"Gren-Aqm"
		stop = (  84: 90),N,"Aquamarine"  
		stop = (  91: 97),N,"Aqm-Orng"
		stop = (  98:104),N,"Orange"     
        stop = ( 105:111),N,"Orng-Blue"
		stop = ( 112:118),N,"Blue"     
		stop = ( 119:127),N,"Blue-Wht" 
		stop = (M128:255),2,"Cwhl<:"
 	
	parameter
		name = "-FROST1-"
		displayerNum = 7
		type = B
		attribList = 7
		stop = (M  0:255),2,"Frost1="	
		
	parameter
		name = "-FROST2-"
		displayerNum = 8
		type = B
		attribList = 8
		stop = (M  0:255),2,"Frost2="	

	parameter
		name = "-SHUTTER-"
		displayerNum = 9
		type = B
		attribList = 5
		stop = (   0:  3),N,"Shtr Clsd"		
		stop = (R104:107),N,"Shtr Open"
		stop = (R208:212),N,"Shtr Open"
		stop = ( 252:255),N,"Shtr Open"
		stop = (M  4:103),2,"Strobe:"
		stop = (M108:207),2,"Pulse:"
		stop = ( 213:225),N,"RndmSlw"
		stop = ( 226:238),N,"RndMed"
		stop = ( 239:251),N,"RndFst"
		
//-----------------------------------------		
		
	parameter
		name = "-RESET-"
		displayerNum = 23
		type = N
		attribList = 13
		stop = (   0: 25),N,"Run Mode"
		stop = (  26: 76),N,"FX Reset"
		stop = (  77:127),N,"PT Reset"
		stop = ( 128:255),N,"ResetAll"

	Parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = N
		attribList = 14
		stop = (   0: 25),N,"Run Mode"
		stop = (  26:100),N,"Lamp Off"
		stop = (R101:179),N,"Run Mode"
		stop = ( 180:255),N,"Lamp On"

end
