///////////////////////////////////////////    Coemar SuperCyc 
// 
//  Written: A.Pistritto

fixture

//	version = 1.01
	manufacturer = "COEMAR"
	name = "SuperCyc"
//  fullmanufacturer = "Coemar"
//  fullname = "SuperCyc"
//  mode = 0
//  description = ""

	attribute
		name = "PAN"
		channel = 1
		fineChan = 2
		homeVal = 32768

	attribute
		name = "TILT"
		channel = 3
		fineChan = 4
		homeVal = 32768

	attribute
		name = "INTENSITY"
		channel = 6

	attribute
		name = "CYAN"
		channel = 7
		homeVal = 0

	attribute
		name = "MAGENTA"
		channel = 8
		homeVal = 0

	attribute
		name = "YELLOW"
		channel = 9
		homeVal = 0

	attribute
		name = "LAMP R"
		channel = 10
		homeVal = 255

	attribute
		name = "LAMP L"
		channel = 11
		homeVal = 255


//////////////////////////////////////////////////////////////////////////////
	parameter
		name = "-PAN-"					
		displayerNum = 1 
		type = F
		attribList = 1
		stop = (M  0:65535),W,"Pan="

	parameter
		name = "-TILT-"					
		displayerNum = 2 
		type = F
		attribList = 3
		stop = (M  0:65535),W,"Ti@="

	parameter
		name = "-CYAN-"					
		displayerNum = 3 
		type = C
		attribList = 7
		stop = (M  0:255),2,"Cyan="

	parameter
		name = "-MAGNTA-"					
		displayerNum = 4 
		type = C
		attribList = 8
		stop = (M  0:255),2,"Mgnta="

	parameter
		name = "-YELLOW-"					
		displayerNum = 5 
		type = C
		attribList = 9
		stop = (M  0:255),2,"Yello="

//---------------------------------------------
	parameter
		name = "-LAMP R-"					
		displayerNum = 23
		type = B
		attribList = 10
		stop = (   0:  100),N,"LampR Off"
		stop = ( 241:  255),N,"LampR On"

	parameter
		name = "-LAMP L-"					
		displayerNum = 24 
		type = B
		attribList = 11
		stop = (    0:  10),N,"LampL Off"
		stop = (   11:  29),N,"Park"
		stop = (   30: 100),N,"LampHRst"
		stop = (  101: 170),N,"MotorRst"
		stop = (  171: 249),N,"2 LampsOn"
		stop = (  250: 255),N,"LampL Off"

end

