// Clay Paky CP Color MAHE
// Jon Lenard
// 7/27/10

Fixture
	manufacturer = "CLAY PAKY"
	name = "ColorMAHE"
	version = 1.0
//  fullmanufacturer = "Clay Paky"
//  fullname = "CP Color MAHE"
//  mode = 16b
//  description = ""	

	Attribute
		name = "CYAN"
		channel = 1
		homeVal = 0

	Attribute
		name = "MAGENTA"
		channel = 2
		homeVal = 0

	Attribute
		name = "YELLOW"
		channel = 3
		homeVal = 0

	attribute
		name = "INTENSITY"
		channel = 4
		
	attribute
		name = "PAN"
		channel = 5
		fineChan = 7
		homeVal = 32768
		
	attribute
		name = "TILT"
		channel = 6
		fineChan = 8
		homeVal = 32768	
		
	attribute
		name = "RESET"
		channel = 9
		homeVal = 0
		
	attribute
		name = "LAMP"
		channel = 10
		homeVal = 0

///////////////////////////////////////////////////////////////

 	parameter
		name = "-PAN-"					
		displayerNum = 1 
		type = F
		attribList = 5
		stop = (M  0:65535),D,0,450,"Pan="

	parameter
		name = "-TILT-"					
		displayerNum = 2 
		type = F
		attribList = 6
		stop = (M  0:65535),D,0,221,"Ti@="

	Parameter
		name = "-CYAN-"
		displayerNum = 3
		type = C
		attribList = 1
		stop = (M  0:255),2,"Cyan="

	Parameter
		name = "-MAGNTA-"
		displayerNum = 4
		type = C
		attribList = 2
		stop = (M  0:255),2,"Mgnta="

	Parameter
		name = "-YELLOW-"
		displayerNum = 5
		type = C
		attribList = 3
		stop = (M  0:255),2,"Yellow="

	Parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = N
		attribList = 9,10
		stop = (   0: 127,   0: 25),N,"Run Mode"
		stop = ( 128: 255,R  0:255),N,"Reset"
		stop = (   0: 127,  26:100),N,"LampOff"
		stop = (   0: 127, 101:179),N,"Run Mode"
		stop = (   0: 127, 180:255),N,"LampOn"

end
