// Chauvet Q Wash 60Z-LED
// 
// Jon Lenard 12/27/11
//

fixture
	manufacturer = "Chauvet"
	name = "QWash560Z"
	version = 1.0
//  fullmanufacturer = "Chauvet"
//  fullname = "Q Wash 560Z-LED"
//  mode = 0
//  description = ""

	attribute
		name = "PAN"
		channel = 1
		finechan = 2
		homeVal = 32768
		
	attribute
		name = "TILT"
		channel = 3
		finechan = 4
		homeVal = 32768
		
	attribute
		name = "MSPEED"
		channel = 5
		homeVal = 0

	attribute
		name = "RED"
		channel = 6
		homeVal = 0
	
	attribute
		name = "GREEN"
		channel = 7
		homeVal = 0
	
	attribute
		name = "BLUE"
		channel = 8
		homeVal = 0	
		
	attribute
		name = "WHITE"
		channel = 9
		homeVal = 0
		
	attribute
		name = "AMBER"
		channel = 10
		homeVal = 0
	
	attribute
		name = "COLOR"
		channel = 11
		homeVal = 0				
	
	attribute
		name = "INTENSITY"
		channel = 12
		
	attribute
		name = "STROBE"
		channel = 13
		homeVal = 0

	attribute
		name = "ZOOM"
		channel = 14
		homeVal = 128	
			
	attribute
		name = "CONTROL"
		channel = 15
		homeVal = 0	
		
//////////////////////////////////////////////////////

	parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 1
		stop = (M  0:65535),D,0,540,"Pan="

	parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 3
		stop = (M  0:65535),D,0,270,"Ti@="

	Parameter
		name = "-RED-"
		displayerNum = 3
		type = C
		attribList = 6
		stop = (M  0:255),2,"Red="
	
	Parameter
		name = "-GREEN-"
		displayerNum = 4
		type = C
		attribList = 7
		stop = (M  0:255),2,"Green="
		
	Parameter
		name = "-BLUE-"
		displayerNum = 5
		type = C
		attribList = 8
		stop = (M  0:255),2,"Blue="		
		
	Parameter
		name = "-WHITE-"
		displayerNum = 6
		type = C
		attribList = 9
		stop = (M  0:255),2,"White="
		
	Parameter
		name = "-AMBER-"
		displayerNum = 7
		type = C
		attribList = 10
		stop = (M  0:255),2,"Amber="		
								
	parameter
		name = "-COLOR-"
		displayerNum = 8
		type = C
		attribList = 11
		stop = ( 000:005),N,"USE RGBAW"                    
		stop = ( 006:010),N,"HighPwr"                     
		stop = ( 011:030),N,"R100Gu"    
		stop = ( 031:050),N,"RdG100"    
		stop = ( 051:070),N,"G100Bu"  
		stop = ( 071:090),N,"GdB100"  
		stop = ( 091:110),N,"RuB100"  
		stop = ( 111:130),N,"R100Bd"  
		stop = ( 131:150),N,"R100GuBu"
		stop = ( 151:170),N,"RdGdB100"
		stop = ( 171:200),N,"RGBW100"
		stop = ( 201:205),N,"3200 K"                
		stop = ( 206:210),N,"3400 K"                
		stop = ( 211:215),N,"4200 K"                
		stop = ( 216:220),N,"4900 K"                
		stop = ( 221:225),N,"5600 K"                
		stop = ( 226:230),N,"5900 K"                
		stop = ( 231:235),N,"6500 K"                
		stop = ( 236:240),N,"7200 K"                
		stop = ( 241:245),N,"8000 K"                
		stop = ( 246:250),N,"8500 K"               
		stop = ( 251:255),N,"10000K"             

	parameter
		name = "-STROBE-"
		displayerNum = 9
		type = B
		attribList = 13
		stop = (R  0:  9),N,"NoStrobe"
		stop = (M 10:255),D,1,20,"Hz:"
		
	parameter
		name = "-ZOOM-"
		displayerNum = 10
		type = B
		attribList = 14
		stop = (M  0:255),D,6,37,"Deg="

//------------------------------------------------
		
	parameter
		name = "-MSPEED-"
		displayerNum = 23
		type = F
		attribList = 5
		stop = (M255:  0),2,"Speed="

	parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = N
		attribList = 15
		stop = ( 000:019),N,"RunMode"                        	
		stop = ( 020:039),N,"PTBlkOn"         	
		stop = ( 040:059),N,"PTBlkOff"         	
		stop = ( 060:079),N,"Fan:Auto"                 	
		stop = ( 080:099),N,"Fan:Slow"                   	
		stop = ( 100:119),N,"Fan:Norm"                 	
		stop = ( 120:139),N,"Fan:High"                 	
		stop = ( 140:149),N,"Program1"
		stop = ( 150:159),N,"Program2"	
		stop = ( 160:169),N,"Test"       	
		stop = ( 170:179),N,"CustomProg"
		stop = (R180:199),N,"RunMode"                       	
		stop = ( 200:219),N,"Reset"       	
		stop = (R220:235),N,"RunMode"                        	
		stop = ( 236:239),N,"DIM0"
		stop = ( 240:243),N,"DIM1"
		stop = ( 244:247),N,"DIM2"
		stop = ( 248:251),N,"DIM3"
		stop = ( 252:255),N,"DIM4"
		                          		
end
