///////////////////////////////////////////    Coemar CF1200 Spot 
//
//  Written: A.Pistritto

fixture

	version = 1.05
	manufacturer = "COEMAR"
	name = "Cf1200Spt"
//  fullmanufacturer = "Coemar"
//  fullname = "CF1200 Spot"
//  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 = 5

	attribute
		name = "SHUTTER"
		channel = 6
		homeVal = 255

	attribute
		name = "BEAM"
		channel = 7
		homeVal = 0

	attribute
		name = "FILTER"
		channel = 8
		homeVal = 0

	attribute
		name = "COLOUR WHEEL"
		channel = 9
		homeVal = 0

	attribute
		name = "CYAN"
		channel = 10
		homeVal = 0

	attribute
		name = "MAGENTA"
		channel = 11
		homeVal = 0

	attribute
		name = "YELLOW"
		channel = 12
		homeVal = 0

	attribute
		name = "CONTROL"
		channel = 13
		homeVal = 255

//////////////////////////////////////////////////////////////////////////////

	parameter
		name = "-PAN-"					
		displayerNum = 1 
		type = F
		attribList = 1
		stop = (M  0:65535),D,0,360,"Pan="

	parameter
		name = "-TILT-"					
		displayerNum = 2 
		type = F
		attribList = 3
		stop = (M  0:65535),D,0,270,"Ti@="

	parameter
		name = "-COLOUR-"					
		displayerNum = 3 
		type = C
		attribList = 9
		stop = (   0: 24),N,"White"
		stop = (  25: 49),N,"Colour 1"
		stop = (  50: 73),N,"Colour 2"
		stop = (  74: 99),N,"Colour 3"
		stop = ( 100:123),N,"Colour 4"
		stop = ( 124:151),N,"Colour 5"
		stop = (M152:255),2,"CWhl>:"
		stop = (M  0:151),2,"Colour:"

	parameter
		name = "-CYAN-"					
		displayerNum = 4 
		type = C
		attribList = 10
		stop = (M  0:255),2,"Cyan="

	parameter
		name = "-MAGNTA-"					
		displayerNum = 5 
		type = C
		attribList = 11
		stop = (M  0:255),2,"Mgnta="

	parameter
		name = "-YELLOW-"					
		displayerNum = 6 
		type = C
		attribList = 12
		stop = (M  0:255),2,"Yellow="

//---------------------------------------------------

	parameter
		name = "-ZOOM-"					
		displayerNum = 7
		type = B
		attribList = 7
		stop = (M  0:255),2,"Zoom="

	parameter
		name = "-SHUTTER-"					
		displayerNum = 8
		type = B
		attribList = 6
		stop = (   0:  9),N,"Sht Clsd"
		stop = ( 248:255),N,"Sht Open"
		stop = (M 10:127),2,"Strobe:"
		stop = (M128:247),2,"Rndm:"
	
	parameter
		name = "-FILTER-"					
		displayerNum = 9 
		type = B
		attribList = 8
		stop = (   0: 15),N,"No Filter"
		stop = (M 16:217),2,"BMShp:"
		stop = (M218:255),1,"Frost:"

//---------------------------------------------------

	parameter
		name = "-CNTRL-"					
		displayerNum = 24 
		type = N
		attribList = 13
		stop = (   0: 19),N,"Lamp Off"
		stop = ( 241:255),N,"Lamp On"
		stop = (  20:100),N,"PT Rst"
		stop = ( 101:170),N,"Motor Rst"
//		stop = ( 171:240),N,"Soft Foc"


end

