// Coemar Colour Cyc 250 LX LED
//
// Written by:  Brian Winthrop
//				Big Wave Event Production Company, LLC
//				800-291-9837
//				11-12-05
//				Version 1.0
//				Revised by: 
//				Jon Lenard (Applied Electronics)
//				11-18-05
// Edited RM 20/12/05

				
fixture

	manufacturer = "COEMAR"
	name = "PanoLED"
	version = 1.3
//  fullmanufacturer = "Coemar"
//  fullname = "Colour Cyc 250 LX LED"
//  mode = 0
//  description = ""
	
	attribute
		name = "INTENSITY"
		channel = 1
		
	attribute
		name = "RED"
		channel = 2
		homeVal = 0
		
	attribute
		name = "GREEN"
		channel = 3
		homeVal = 0	
		
	attribute
		name = "BLUE"
		channel = 4
		homeVal = 0	
		
	attribute
		name = "STROBE"
		channel = 5
		homeVal = 0
		
	attribute
		name = "AUTO"
		channel = 6
		homeVal = 0		
		
/////////////////////////////////////////////////////////////////////						
		
	parameter
		name = "-RED-"
		displayerNum = 1 
		type = C
		attribList = 2,6
		stop = (M  0:255,R  0:  9),2,"Red="
		stop = (M255:  0,R 10:255),2,"Speed="		

	parameter
		name = "-GREEN-"
		displayerNum = 2
		type = C
		attribList = 3,6
		stop = (M  0:255,R  0:  9),2,"Green="  
		stop = (M255:  0,R 10:255),2,"Pause="		
		
	parameter
		name = "BLUE"
		displayerNum = 3
		type = C
		attribList = 4
		stop = (M  0:255),2,"Blue ="	
			
	parameter
		name = "-SHUTTER-"
		displayerNum = 4
		type = B
		attribList = 5 
		stop = (R  0:  9),N,"No Effect"
		stop = (  58: 59),N,"Shtr Open"
		stop = (R109:110),N,"Shtr Open"		
		stop = (R160:161),N,"Shtr Open"
		stop = (R208:209),N,"Shtr Open"
		stop = (M 10: 57),1,"Strobe:"
		stop = (M 60:108),1,"PlsClsd:"
		stop = (M111:159),1,"PlsOpen:"
		stop = (M162:207),1,"RndmS:"
		stop = (M210:255),1,"RndmNS:"
		
	parameter
		name = "AUTO"
		displayerNum = 5
		type = C
		attribList = 6
		stop = (   0:  9),N,"Auto Off"	
		stop = (  10: 50),N,"Auto 1"	
		stop = (  51: 91),N,"Auto 2"
		stop = (  92:132),N,"Auto 3 "
		stop = ( 133:173),N,"Auto 4" 
		stop = ( 174:214),N,"Random" 
		stop = ( 215:255),N,"Repeat" 
		
						
		
end		
		

