// Techni-Lux  Ultra LED bar (DL-BAR10C252)
//
//  Jon Lenard
//	7/6/10
//		

				
fixture

   manufacturer = "TechniLux"
   name = "DLBAR10C252"
   version = 1.0
//  fullmanufacturer = "Techni-lux"
//  fullname = "DL-BAR10C252"
//  mode = 
//  description = ""

	attribute
		name = "MODE"
		channel = 1
		homeVal = 0
		
	attribute
		name = "INTENSITY"
		channel = 2
		
	attribute
		name = "STROBE"
		channel = 3
		homeVal = 0
				
	attribute
		name = "RED1"
		channel = 4
		homeVal = 0
		
	attribute
		name = "GREEN1"
		channel = 5
		homeVal = 0	
		
	attribute
		name = "BLUE1"
		channel = 6
		homeVal = 0	
		
	attribute
		name = "RED2"
		channel = 7
		homeVal = 0
		
	attribute
		name = "GREEN2"
		channel = 8
		homeVal = 0	
		
	attribute
		name = "BLUE2"
		channel = 9
		homeVal = 0	
		
	attribute
		name = "RED3"
		channel = 10
		homeVal = 0
		
	attribute
		name = "GREEN3"
		channel = 11
		homeVal = 0	
		
	attribute
		name = "BLUE3"
		channel = 12
		homeVal = 0	
		
////////////////////////////////////////////////////////////////////						
		
	parameter
		name = "-RED1-"
		displayerNum = 1
		type = C
		attribList = 4
		stop = (M  0:255),2,"Red1="
		
	parameter
		name = "-GREEN1-"
		displayerNum = 2
		type = C
		attribList = 5
		stop = (M  0:255),2,"Green1="
		
	parameter
		name = "-BLUE1-"
		displayerNum = 3
		type = C
		attribList = 6
		stop = (M  0:255),2,"Blue1="
		
	parameter
		name = "-RED2-"
		displayerNum = 4
		type = C
		attribList = 7
		stop = (M  0:255),2,"Red2="
		
	parameter
		name = "-GREEN2-"
		displayerNum = 5
		type = C
		attribList = 8
		stop = (M  0:255),2,"Green2="
		
	parameter
		name = "-BLUE2-"
		displayerNum = 6
		type = C
		attribList = 9
		stop = (M  0:255),2,"Blue2="

	parameter
		name = "-RED3-"
		displayerNum = 7
		type = C
		attribList = 10
		stop = (M  0:255),2,"Red3="
		
	parameter
		name = "-GREEN3-"
		displayerNum = 8
		type = C
		attribList = 11
		stop = (M  0:255),2,"Green3="
		
	parameter
		name = "-BLUE3-"
		displayerNum = 9
		type = C
		attribList = 12
		stop = (M  0:255),2,"Blue3="		
				                                       	
	parameter
		name = "-STROBE-"
		displayerNum = 10
		type = B
		attribList = 3
		stop = (M  0:255),2,"Strobe="
		
	parameter
		name = "-MODE-"
		displayerNum = 24 
		type = F
		attribList = 1
		stop = (  1: 15),N,"3 Section"
		stop = ( 16: 31),N,"1 Section"
		stop = ( 32: 47),N,"Red"
		stop = ( 48: 63),N,"Green"
		stop = ( 64: 79),N,"Blue"
		stop = ( 80: 95),N,"Purple"
		stop = ( 96:111),N,"Yellow"
		stop = (112:127),N,"Cyan"
		stop = (128:143),N,"White"
		stop = (144:159),N,"Change"
		stop = (160:175),N,"Chase"
		stop = (176:191),N,"Fade"
		stop = (192:207),N,"Multchs"
		stop = (208:223),N,"Fadflow"
		stop = (224:239),N,"2Cflow"
		stop = (240:255),N,"Sound"
					
end
