// Unknown LED Par 64
//
// Written by:  Jon Lenard
//		Applied Electronics
//		800-883-0008
//		2/24/11

				
fixture

	manufacturer = "UNKNOWN"
	name = "P64LED"
	version = 1.0
//  fullmanufacturer = "Unknown"
//  fullname = "Par 64 LED"
//  mode = 6
//  description = "6ch"
	
	attribute
		name = "RED"
		channel = 1
		homeVal = 0
		
	attribute
		name = "GREEN"
		channel = 2
		homeVal = 0
		
	attribute
		name = "BLUE"
		channel = 3
		homeVal = 0	

	attribute
		name = "MODE"
		channel = 4
		homeVal = 0
				
	attribute
		name = "STROBE"
		channel = 5
		homeVal = 0	
	
	attribute
		name = "INTENSITY"
		channel = 6
		
////////////////////////////////////////////////////////////////////						
		
	parameter
		name = "-RED-"
		displayerNum = 1
		type = C
		attribList = 1
		stop = (M  0:255),2,"Red="		
		
	parameter
		name = "-GREEN-"
		displayerNum = 2
		type = C
		attribList = 2
		stop = (M  0:255),2,"Green="
		
	parameter
		name = "-BLUE-"
		displayerNum = 3
		type = C
		attribList = 3
		stop = (M  0:255),2,"Blue="
		
	parameter
		name = "-MODE-"
		displayerNum = 4
		type = C
		attribList = 4
		stop = (   0: 10),N,"Use RGB"
		stop = (  11: 15),N,"SloColor"	
		stop = (  16: 30),N,"Red"		
		stop = (  31: 45),N,"RedGreen"		
		stop = (  46: 60),N,"RedBluGre"		
		stop = (  61: 75),N,"GreenBlue"		
		stop = (  76: 90),N,"Green"		
		stop = (  91:105),N,"RedBlue"		
		stop = ( 106:120),N,"Blue"		
		stop = ( 121:135),N,"StrobeR"		
		stop = ( 136:150),N,"StrobeG"		
		stop = ( 151:165),N,"StrobeB"		
		stop = ( 166:180),N,"Stb RG"		
		stop = ( 181:195),N,"Stb RB"		
		stop = ( 196:210),N,"Stb GB"		
		stop = ( 211:225),N,"Stb RGB"		
		stop = ( 226:240),N,"3colFst"		
		stop = ( 241:255),N,"7colFst"		
		
	parameter
		name = "-STROBE-"
		displayerNum = 5
		type = B
		attribList = 5
		stop = (   0:127),N,"NoStrobe"
		stop = (M128:255),2,"Strobe="			
		
end
