/////////////////////////////////////////
//   AC Lighting Colour Block 5 PSU (Mode4)
// This template requires software version 0.97 or higher to work.
// RM - Oct 2006

fixture
	manufacturer = "ACLIGHTING"
	name = "CBlock.4"
	version = 0.90
//  fullmanufacturer = "AC Lighting"
//  fullname = "Colour Block 5 PSU"
//  mode = 4
//  description = ""

	attribute
		name = "C-SPEED"
		channel = 1
		homeVal = 255
		
	attribute
		name = "C-FAN"
		channel = 2
		homeVal = 0
		
	attribute
		name = "C-RANGE"
		channel = 3 
		homeVal = 0
		
	attribute
		name = "C-STEP"
		channel = 4
		homeVal = 0
		
	attribute
		name = "EFFECTS"
		channel = 5
		homeVal = 0
		
	attribute
		name = "FANNING"
		channel = 6
		homeVal = 0
		
	attribute
		name = "HUE1"
		channel = 7
		homeVal = 0
		
	attribute
		name = "SATURATION1"
		channel = 8
		homeVal = 0
		
	attribute
		name = "INTENSITY1"
		channel = 9
		homeVal = 0

	attribute
		name = "HUE2"
		channel = 10
		homeVal = 0
		
	attribute
		name = "SATURATION2"
		channel =11
		homeVal = 0
		
	attribute
		name = "INTENSITY2"
		channel = 12
		homeVal = 0

	attribute
		name = "HUE3"
		channel = 13
		homeVal = 0
		
	attribute
		name = "SATURATION3"
		channel =14
		homeVal = 0
		
	attribute
		name = "INTENSITY3"
		channel = 15
		homeVal = 0

	attribute
		name = "HUE4"
		channel = 16
		homeVal = 0
		
	attribute
		name = "SATURATION4"
		channel =17
		homeVal = 0
		
	attribute
		name = "INTENSITY4"
		channel = 18
		homeVal = 0		

	attribute
		name = "HUE5"
		channel = 19
		homeVal = 0
		
	attribute
		name = "SATURATION5"
		channel =20
		homeVal = 0
		
	attribute
		name = "INTENSITY5"
		channel = 21
		homeVal = 0		

///////////////////////////////////////////////

	parameter
		name = "-HUE1-"
		displayerNum = 1 
		type = C
		attribList = 7 
		stop = (M  0:255),2,"Hue1="		

	parameter
		name = "-SATRTN1-"
		displayerNum = 2 
		type = C
		attribList = 8 
		stop = (M  0:255),2,"Satur1="		

	parameter
		name = "-INTSTY1-"
		displayerNum = 3
		type = B
		attribList = 9
		stop = (M  0:255),2,"Ints1="

	parameter
		name = "-HUE2-"
		displayerNum = 4
		type = C
		attribList = 10 
		stop = (M  0:255),2,"Hue2="		

	parameter
		name = "-SATRTN2-"
		displayerNum = 5 
		type = C
		attribList = 11
		stop = (M  0:255),2,"Satur2="		

	parameter
		name = "-INTSTY2-"
		displayerNum = 6
		type = B
		attribList = 12
		stop = (M  0:255),2,"Ints2="		
		
//---------------------------------------------
			
	parameter
		name = "-HUE3-"
		displayerNum = 7 
		type = C
		attribList = 13 
		stop = (M  0:255),2,"Hue3="		

	parameter
		name = "-SATRTN3-"
		displayerNum = 8 
		type = C
		attribList = 14 
		stop = (M  0:255),2,"Satur3="		

	parameter
		name = "-INTSTY3-"
		displayerNum = 9
		type = B
		attribList = 15
		stop = (M  0:255),2,"Ints3="		
	
	parameter
		name = "-HUE4-"
		displayerNum = 10 
		type = C
		attribList = 16 
		stop = (M  0:255),2,"Hue4="		

	parameter
		name = "-SATRTN4-"
		displayerNum = 11 
		type = C
		attribList = 17 
		stop = (M  0:255),2,"Satur4="		

	parameter
		name = "-INTSTY4-"
		displayerNum = 12
		type = B
		attribList = 18
		stop = (M  0:255),2,"Ints4="
		
//------------------------------------------------

	parameter
		name = "-HUE5-"
		displayerNum = 13 
		type = C
		attribList = 19 
		stop = (M  0:255),2,"Hue5="		

	parameter
		name = "-SATRTN5-"
		displayerNum = 14 
		type = C
		attribList = 20
		stop = (M  0:255),2,"Satur5="		

	parameter
		name = "-INTSTY5-"
		displayerNum = 15
		type = B
		attribList = 21
		stop = (M  0:255),2,"Ints5="
			
//-------------------------------------------	
		
	parameter
		name = "-C.SPEED-"
		displayerNum = 19
		type = C
		attribList = 1 
		stop = (M  0:255),2,"Speed="

	parameter
		name = "-C.FAN-"
		displayerNum = 20
		type = C
		attribList = 2
		stop = (M  0:255),2,"Fan="
		
	parameter
		name = "-C.RANGE-"
		displayerNum = 21
		type = C
		attribList = 3
		stop = (M  0:255),2,"Range="
		
	parameter
		name = "-C.STEP-"
		displayerNum = 22
		type = C
		attribList = 4
		stop = (M  0:255),2,"Step="

	parameter
		name = "-EFFECTS-"
		displayerNum = 23
		type = B
		attribList = 5 
		stop = (   0:  0),N,"No Fx"
		stop = (M  1: 63),1,"FadFad:"
		stop = (M 64:127),1,"FadSnp:"
		stop = (M128:191),1,"SnpFad:"
		stop = (M192:255),1,"SnpSnp:"

	parameter
		name = "-FANS-"
		displayerNum = 24
		type = B
		attribList = 6
		stop = (M  0:255),2,"Fans="

end
