// Coemar Stage Lite
//
// Written by: Jon Lenard (Applied Electronics)
//				4/27/09
				
fixture

	manufacturer = "COEMAR"
	name = "StgLite"
	version = 1.0
//  fullmanufacturer = "Coemar"
//  fullname = "Stage Lite"
//  mode = 0
//  description = ""
	
	attribute
		name = "INTENSITY"
		channel = 1
		
	attribute
		name = "RED1"
		channel = 2
		homeVal = 0
		
	attribute
		name = "GREEN1"
		channel = 3
		homeVal = 0	
		
	attribute
		name = "BLUE1"
		channel = 4
		homeVal = 0
		
	attribute
		name = "WHITE1"
		channel = 5
		homeVal = 0
		
	attribute
		name = "RED2"
		channel = 6
		homeVal = 0
		
	attribute
		name = "GREEN2"
		channel = 7
		homeVal = 0	
		
	attribute
		name = "BLUE2"
		channel = 8
		homeVal = 0
		
	attribute
		name = "WHITE2"
		channel = 9
		homeVal = 0	
		
	attribute
		name = "STROBE"
		channel = 10
		homeVal = 0
		
	attribute
		name = "LINE1"
		channel = 11
		homeVal = 128
		
	attribute
		name = "LINE2"
		channel = 12
		homeVal = 128		
		
	attribute
		name = "LINE3"
		channel = 13
		homeVal = 128
		
	attribute
		name = "AUTO"
		channel = 14
		homeVal = 0
		
	attribute
		name = "PT FX"
		channel = 15
		homeVal = 0
		
	attribute
		name = "CONTROL"
		channel = 16
		homeVal = 0
		
/////////////////////////////////////////////////////////////////////						

	parameter
		name = "-LINE1-"
		displayerNum = 1
		type = F
		attribList = 11
		stop = (M  0:255),D,0,180,"Line1="
		
	parameter
		name = "-LINE2-"
		displayerNum = 2
		type = F
		attribList = 12
		stop = (M  0:255),D,0,180,"Line2="

	parameter
		name = "-LINE3-"
		displayerNum = 3
		type = F
		attribList = 13
		stop = (M  0:255),D,0,180,"Line3="
						
	parameter
		name = "-RED1-"
		displayerNum = 4 
		type = C
		attribList = 2
		stop = (M  0:255),2,"Red1="
		
	parameter
		name = "-GREEN1-"
		displayerNum = 5
		type = C
		attribList = 3
		stop = (M  0:255),2,"Green1="  
				
	parameter
		name = "-BLUE1-"
		displayerNum = 6
		type = C
		attribList = 4
		stop = (M  0:255),2,"Blue1="	
	
	parameter
		name = "-WHITE1-"
		displayerNum = 7
		type = C
		attribList = 5
		stop = (M  0:255),2,"White1="		
		
	parameter
		name = "-RED2-"
		displayerNum = 8 
		type = C
		attribList = 6
		stop = (M  0:255),2,"Red2="
		
	parameter
		name = "-GREEN2-"
		displayerNum = 9
		type = C
		attribList = 7
		stop = (M  0:255),2,"Green2="  
				
	parameter
		name = "-BLUE2-"
		displayerNum = 10
		type = C
		attribList = 8
		stop = (M  0:255),2,"Blue2="	
	
	parameter
		name = "-WHITE2-"
		displayerNum = 11
		type = C
		attribList = 9
		stop = (M  0:255),2,"White2="		
				
	parameter
		name = "-STROBE-"
		displayerNum = 12
		type = B
		attribList = 10 
		stop = (   0:  9),N,"No Strobe"
		stop = (R 58: 59),N,"No Strobe"
		stop = (R109:110),N,"No Strobe"		
		stop = (R160:161),N,"No Strobe"
		stop = (R208:209),N,"No Strobe"
		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 = 13
		type = C
		attribList = 14
		stop = (   0:  9),N,"Auto Off"	
		stop = (M 10: 50),2,"Auto1:"	
		stop = (M 51: 91),2,"Auto2:"
		stop = (M 92:132),2,"Auto3:"
		stop = (M133:173),2,"Auto4:" 
		stop = (M174:214),2,"Rand:" 
		stop = (M215:255),2,"Rept:" 
		
	parameter
		name = "-PT FX-"
		displayerNum = 14 
		type = F
		attribList = 15
		stop = (   0:  9),N,"No FX" 
		stop = (  10: 19),N,"Pos 1" 
		stop = (  20: 39),N,"Pos 2" 
		stop = (  40: 59),N,"Pos 3" 
		stop = (  60: 79),N,"Pos 4" 
		stop = (  80: 99),N,"Pos 5" 
		stop = ( 100:119),N,"Pos 6" 
		stop = (M120:146),2,"Auto1:"
		stop = (M147:173),2,"Auto2:"
		stop = (M174:200),2,"Auto3:"
		stop = (M201:227),2,"Auto4:"
		stop = (M228:255),2,"Auto5:"
                    		
	parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = N
		attribList = 16
		stop = (   0:  9),N,"RunMode"  
		stop = (M 10:135),1,"AutoPau:" 
		stop = ( 136:170),N,"Reset"    
		stop = (R171:179),N,"RunMode"  
		stop = ( 180:188),N,"LEDfrq10" 
		stop = ( 189:197),N,"LEDfrq15" 
		stop = ( 198:206),N,"LEDfrq20" 
		stop = ( 207:215),N,"LEDfrq25" 
		stop = ( 216:224),N,"LEDfrq30" 
		stop = ( 225:233),N,"LEDfrq35" 
		stop = ( 234:242),N,"LEDfrq40" 
		stop = ( 243:251),N,"LEDfrq45" 
		stop = ( 252:255),N,"LEDfrq50" 
 
end	
