fixture
	manufacturer = "ACME"
	name = "Cbnk54m1"
	version = 0.90

	attribute
		name = i"RED"
		channel = 1
		homeVal = 255

	attribute
		name = i"GREEN"
		channel = 2
		homeVal = 255

	attribute
		name = i"BLUE"
		channel = 3
		homeVal = 255

	attribute
		name = i"YELLOW"
		channel = 4
		homeVal = 255		

	attribute
		name = i"CYAN"
		channel = 5
		homeVal = 255

	attribute
		name = i"PURPLE"
		channel = 6
		homeVal = 255

	attribute
		name = i"WHITE"
		channel = 7
		homeVal = 255

	attribute
		name = "STROBE"
		channel = 8
		homeVal = 0

	attribute
		name = "MODE"
		channel = 9
		homeVal = 0

	attribute
		name = "ID"
		channel = 10
		homeVal = 0

	attribute
		name = "MODULE"
		channel = 11
		homeVal = 0

	attribute
		name = "MACRO"
		channel = 12
		homeVal = 0

////////////////////////////////////////////////////

	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 = "-YELLOW-"
		displayerNum = 4 
		type = C
		attribList = 4
		stop = (M  0:255),2,"Yellw="	

	parameter
		name = "-CYAN-"
		displayerNum = 5 
		type = C
		attribList = 5
		stop = (M  0:255),2,"Cyan="	
		
	parameter
		name = "-PURPLE-"
		displayerNum = 6 
		type = C
		attribList = 6
		stop = (M  0:255),2,"Purple="
		
//---------------------------------------

	parameter
		name = "-WHITE-"
		displayerNum = 7 
		type = C
		attribList = 7
		stop = (M  0:255),2,"White="	
	
	parameter
		name = "-STROBE-"
		displayerNum = 8 
		type = C
		attribList = 8
		stop = (   0:  4),N,"NoStrobe"
		stop = (M  5:255),2,"Strobe:"

	parameter
		name = "-MODULE-"
		displayerNum = 9 
		type = B
		attribList = 11,9
		stop = (M  0:255,R 95:124),2,"Speed:"		
		stop = (   0:  4,R  0:255),N,"No 1+2+3"
		stop = (   5: 34,R  0:255),N,"No 1"
		stop = (  35: 64,R  0:255),N,"No 2"
		stop = (  65: 94,R  0:255),N,"No 3"
		stop = (  95:124,R  0:255),N,"No 1+2"
		stop = ( 125:154,R  0:255),N,"No 2+3"
		stop = ( 155:184,R  0:255),N,"No 1+3"
		stop = ( 185:214,R  0:255),N,"All On"
		stop = ( 215:255,R  0:255),N,"All Off"

	parameter                      
		name = "-MACRO-"             		
		displayerNum = 10              		
		type = B             		
		attribList = 12                		
		stop = (   0:  4),N,"NoMacro"		
		stop = (M  5:255),D,0,50,"Macro:" 

//----------------------------------------

	parameter
		name = "-MODE-"
		displayerNum = 24
		type = C
		attribList = 9
		stop = (   0:  4),N,"No Func"
		stop = (   5: 34),N,"CC Mode1"
		stop = (  35: 64),N,"CC Mode2"
		stop = (  65: 94),N,"CC Mode3"
		stop = (  95:124),N,"CC Mode4"
		stop = ( 125:154),N,"CC Mode5"
		stop = ( 155:184),N,"CC Mode6"
		stop = ( 185:214),N,"CC Mode7"
		stop = ( 215:244),N,"CC Mode8"
		stop = (R245:255),N,"DMXmd2"

end

