/////////////////////////////////////////
//   AC Lighting Colour Block 5 PSU (Mode7)
// This template requires software version 0.97 or higher to work.
// RM - Oct 2006

fixture
	manufacturer = "ACLIGHTING"
	name = "CBlock.7"
	version = 0.90
//  fullmanufacturer = "AC Lighting"
//  fullname = "Colour Block 5 PSU"
//  mode = 7
//  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 = "HUE"
		channel = 7
		homeVal = 0
		
	attribute
		name = "SATURATION"
		channel = 8
		homeVal = 0
		
	attribute
		name = "INTENSITY"
		channel = 9
		
///////////////////////////////////////////////

	parameter
		name = "-HUE-"
		displayerNum = 1 
		type = C
		attribList = 7 
		stop = (M  0:255),2,"Hue="		

	parameter
		name = "-SATURTN-"
		displayerNum = 2 
		type = C
		attribList = 8 
		stop = (M  0:255),2,"Satur="		

	parameter
		name = "-C.SPEED-"
		displayerNum = 3
		type = C
		attribList = 1 
		stop = (M  0:255),2,"Speed="

	parameter
		name = "-C.FAN-"
		displayerNum = 4
		type = C
		attribList = 2
		stop = (M  0:255),2,"Fan="
		
	parameter
		name = "-C.RANGE-"
		displayerNum = 5
		type = C
		attribList = 3
		stop = (M  0:255),2,"Range="
		
	parameter
		name = "-C.STEP-"
		displayerNum = 6
		type = C
		attribList = 4
		stop = (M  0:255),2,"Step="

//----------------------------------------------

	parameter
		name = "-EFFECTS-"
		displayerNum = 7
		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 = 8
		type = B
		attribList = 6
		stop = (M  0:255),2,"Fans="

end
