// Unknown 84W 4PIXEL LEDStrip LEDBar
//
// Written by:  Jon Lenard
//		Applied Electronics
//		800-883-0008
//		11/24/11

				
fixture

	manufacturer = "UNKNOWN"
	name = "84WBAR"
	version = 1.0
//  fullmanufacturer = "Unknown"
//  fullname = "84W 4PIXEL RGB LED Bar"
//  mode = 0
//  description = ""
	
	attribute
		name = "INTENSITY"
		channel = 1
		homeVal = 0
		minVal = 0
		maxVal = 127
		
	attribute
		name = "ALLRED"
		channel = 2
		homeVal = 0

	attribute
		name = "ALLGREEN"
		channel = 3
		homeVal = 0
		
	attribute
		name = "ALLBLUE"
		channel = 4
		homeVal = 0
		
	attribute
		name = "ALLWHITE"
		channel = 5
		homeVal = 0
			
	attribute
		name = "RED1"
		channel = 6
		homeVal = 0
		
	attribute
		name = "GREEN1"
		channel = 7
		homeVal = 0	
		
	attribute
		name = "BLUE1"
		channel = 8
		homeVal = 0	
		
	attribute
		name = "WHITE1"
		channel = 9
		homeVal = 0	
		
	attribute
		name = "RED2"
		channel = 10
		homeVal = 0
		
	attribute
		name = "GREEN2"
		channel = 11
		homeVal = 0	
		
	attribute
		name = "BLUE2"
		channel = 12
		homeVal = 0
		
	attribute
		name = "WHITE2"
		channel = 13
		homeVal = 0	
		
	attribute
		name = "RED3"
		channel = 14
		homeVal = 0
		
	attribute
		name = "GREEN3"
		channel = 15
		homeVal = 0	
		
	attribute
		name = "BLUE3"
		channel = 16
		homeVal = 0	
		
	attribute
		name = "WHITE3"
		channel = 17
		homeVal = 0		
		
/////////////////////////////////////////////////////////////////////						
		
	parameter
		name = "-ALLRED-"
		displayerNum = 1
		type = C
		attribList = 2
		stop = (M  0:255),2,"Ared="
		
	parameter
		name = "-ALLGREEN-"
		displayerNum = 2
		type = C
		attribList = 3
		stop = (M  0:255),2,"Agreen="
		
	parameter
		name = "-ALLBLUE-"
		displayerNum = 3
		type = C
		attribList = 4
		stop = (M  0:255),2,"Ablue="

	parameter
		name = "-ALLWHITE-"
		displayerNum = 4
		type = C
		attribList = 5
		stop = (M  0:255),2,"Awhite="
		
///////////////////////////////////////////
	
	parameter
		name = "-RED1-"
		displayerNum = 6
		type = C
		attribList = 6
		stop = (M  0:255),2,"Red1="
		
	parameter
		name = "-GREEN1-"
		displayerNum = 7
		type = C
		attribList = 7
		stop = (M  0:255),2,"Green1="
		
	parameter
		name = "-BLUE1-"
		displayerNum = 8
		type = C
		attribList = 8
		stop = (M  0:255),2,"Blue1="
		
	parameter
		name = "-WHITE1-"
		displayerNum = 9
		type = C
		attribList = 9
		stop = (M  0:255),2,"White1="		
		
////////////////////////////////////		
		
	parameter
		name = "-RED2-"
		displayerNum = 12
		type = C
		attribList = 10
		stop = (M  0:255),2,"Red2="
		
	parameter
		name = "-GREEN2-"
		displayerNum = 13
		type = C
		attribList = 11
		stop = (M  0:255),2,"Green2="
		
	parameter
		name = "-BLUE2-"
		displayerNum = 14
		type = C
		attribList = 12
		stop = (M  0:255),2,"Blue2="
		
	parameter
		name = "-WHITE2-"
		displayerNum = 15
		type = C
		attribList = 13
		stop = (M  0:255),2,"White2="	

//////////////////////////		
	
	parameter
		name = "-RED3-"
		displayerNum = 18
		type = C
		attribList = 14
		stop = (M  0:255),2,"Red3="
		
	parameter
		name = "-GREEN3-"
		displayerNum = 19
		type = C
		attribList = 15
		stop = (M  0:255),2,"Green3="
		
	parameter
		name = "-BLUE3-"
		displayerNum = 20
		type = C
		attribList = 16
		stop = (M  0:255),2,"Blue3="
		
	parameter
		name = "-WHITE3-"
		displayerNum = 21
		type = C
		attribList = 17
		stop = (M  0:255),2,"White3="
		
/////////////////////////////		
		
	parameter
		name = "-STROBE-"
		displayerNum = 22
		type = B
		attribList = 1
		stop = (   0:  0),N,"UseFader"
		stop = (R  1:127),N,"UseFader"
		stop = (M128:249),2,"Strobe:"
		stop = (R250:255),N,"On"
			
end
