///////////////////////////////////////////    Coemar Panorama Power 
// 
//  Written: R.Mickan
//	24th Nov 2004

fixture

	version = 0.90
	manufacturer = "COEMAR"
	name = "Pana Pwr"
//  fullmanufacturer = "Coemar"
//  fullname = "Panorama Power"
//  mode = 0
//  description = ""

	attribute
		name = "INTENSITY"
		channel = 1

	attribute
		name = "CYAN"
		channel = 2
		homeVal = 0

	attribute
		name = "MAGENTA"
		channel = 3
		homeVal = 0

	attribute
		name = "YELLOW"
		channel = 4
		homeVal = 0

	attribute
		name = "LAMP R"
		channel = 5
		homeVal = 255

	attribute
		name = "LAMP L"
		channel = 6
		homeVal = 255


//////////////////////////////////////////////////////////////////////////////

	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 = "-LAMP R-"					
		displayerNum = 23
		type = N
		attribList = 4
		stop = (   0:  100),N,"LmpR Off"
		stop = ( 241:  255),N,"LmpR On"

	parameter
		name = "-LAMP L-"					
		displayerNum = 24 
		type = N
		attribList = 5
		stop = (   0: 10),N,"LmpL Off"
		stop = (R 11:114),N,"Park"
		stop = ( 141:255),N,"LmpL On"
		stop = ( 115:140),N,"Reset"

end

