// Techni-Lux  Ultra LED PAR64 TC18 (DL-PAR64TC18)
//
//   Jon Lenard
//	3/25/10
//		

				
fixture

   manufacturer = "TechniLux"
   name = "LEDP64TC18"
   version = 1.0
//  fullmanufacturer = "Techni-lux"
//  fullname = "DL-PAR64TC18"
//  mode = 
//  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 = "COLOR"
		channel = 5
		homeVal = 0	
		
	attribute
		name = "STROBE"
		channel = 6
		homeVal = 0
		
////////////////////////////////////////////////////////////////////						
		
	parameter
		name = "RED"
		displayerNum = 1
		type = C
		attribList = 2,5
		stop = (M  0:255, 0:0),2,"Red="
		stop = (   0:0,  R1:255),N,"Use Dsp4"
		
	parameter
		name = "GREEN"
		displayerNum = 2
		type = C
		attribList = 3,5
		stop = (M  0:255, 0:0),2,"Green="
		stop = (   0:0,  R1:255),N,"Use Dsp4"
		
	parameter
		name = "BLUE"
		displayerNum = 3
		type = C
		attribList = 4,5
		stop = (M  0:255, 0:0),2,"Blue="
		stop = (   0:0,  R1:255),N,"Use Dsp4"
		
	parameter
		name = "COLOR"
		displayerNum = 4
		type = C
		attribList = 2,3,4,5
		stop = (R 0:255,R 0:255,R 0:255,   0:  4),N,"UseDsp123"
		stop = (  0:0  ,  0:0  ,  0:0  ,   5:  9),N,"CoolWhite"
		stop = (  0:0  ,  0:0  ,  0:0  ,  10: 14),N,"LtBlue"
		stop = (  0:0  ,  0:0  ,  0:0  ,  15: 19),N,"Blue"
		stop = (  0:0  ,  0:0  ,  0:0  ,  20: 24),N,"Purple"
		stop = (  0:0  ,  0:0  ,  0:0  ,  25: 29),N,"BlueMgnt"
		stop = (  0:0  ,  0:0  ,  0:0  ,  30: 34),N,"Magenta"
		stop = (  0:0  ,  0:0  ,  0:0  ,  35: 39),N,"HotPink"
		stop = (  0:0  ,  0:0  ,  0:0  ,  40: 44),N,"Pink"
		stop = (  0:0  ,  0:0  ,  0:0  ,  45: 49),N,"Red"
		stop = (  0:0  ,  0:0  ,  0:0  ,  50: 54),N,"Orange"
		stop = (  0:0  ,  0:0  ,  0:0  ,  55: 59),N,"Yellow"
		stop = (  0:0  ,  0:0  ,  0:0  ,  60: 64),N,"Lime"
		stop = (  0:0  ,  0:0  ,  0:0  ,  65: 69),N,"LtGreen"
		stop = (  0:0  ,  0:0  ,  0:0  ,  70: 74),N,"Green"
		stop = (  0:0  ,  0:0  ,  0:0  ,  75: 79),N,"Teal"
		stop = (  0:0  ,  0:0  ,  0:0  ,  80: 84),N,"Cyan"
		stop = (  0:0  ,  0:0  ,  0:0  ,M169: 85),2,"Snap:"
		stop = (  0:0  ,  0:0  ,  0:0  ,M255:170),2,"Fade:"
		                                       	
	parameter
		name = "STROBE"
		displayerNum = 5
		type = B
		attribList = 6
		stop = (   0:  4),N,"No Strobe"
		stop = (M  5:255),2,"Strobe:"
			
end
