/// Pearl River PR-2255 Fixture Definition
//	10 channel - 16bit Mode
// Written July 2006 - Michael A. Calder (MAC)
//

Fixture
	manufacturer = "PEARL RVR"
	name = "Pr-2255"
	version = 0.91
//  fullmanufacturer = "Pearl River"
//  fullname = "CPR 2255 10ch"
//  mode = e
//  description = ""
	
	Attribute
		name = "GOBO"
		channel = 1
		homeVal = 0

	Attribute
		name = "GOBO<>"
		channel = 2
		homeVal = 0

	Attribute
		name = "COLOUR"
		channel = 3
		homeVal = 0

	Attribute
		name = "INTENSITY"
		channel = 4
		minVal = 0	
		maxVal = 135

	Attribute
		name = "PAN"
		channel = 5
		fineChan = 9
		homeVal = 32768	

	Attribute
		name = "TILT"
		channel = 6
		fineChan = 10
		homeVal = 32768

	Attribute
		name = "FOCUS"
		channel = 7
		homeVal = 127		

	Attribute
		name = "PRISM"
		channel = 8
		homeVal = 0

/////////////////////////////////////////////

	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 5
		stop = (M    0:65535),D,0,370,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 6
		stop = (M    0:65535),D,0,256,"Ti@="

	Parameter
		name = "-COLOUR-"
		displayerNum = 3
		type = C
		attribList = 3
		stop = (   0: 27),N,"White"
		stop = (  28: 55),N,"Red"
		stop = (  56: 63),N,"Yellow"
		stop = (  64:111),N,"Green"
		stop = ( 112:139),N,"Magenta"
		stop = ( 149:167),N,"Violet"
		stop = ( 168:195),N,"LightBlue"
		stop = ( 196:223),N,"LghtGreen"
		stop = ( 224:251),N,"Dark Blue"
		stop = ( 252:255),N,"Orange"
		stop = (R140:148),N,"Unknown"   

	Parameter
		name = "-GOBO-"
		displayerNum = 4
		type = B
		attribList = 1
		stop = (   0: 33),N,"No Gobo"
		stop = (  34: 66),N,"Gobo1"
		stop = (  67: 99),N,"Gobo2"
		stop = ( 100:132),N,"Gobo3"
		stop = ( 133:165),N,"Gobo4"
		stop = ( 166:199),N,"Gobo5"
		stop = ( 233:255),N,"Gobo6"
		stop = (R200:232),N,"Unknown" 

	Parameter
		name = "-GOBO<>-"
		displayerNum = 5
		type = B
		attribList = 2
		stop = (   0:  8),N,"GoboStop"   
		stop = (M  9:163),D,0,360,"Idx:" 
		stop = (M164:205),2,"Gobo>:"
		stop = (M214:255),2,"Gobo<:"
		stop = (R206:213),N,"GoboStop"

	Parameter
		name = "-FOCUS-"
		displayerNum = 6
		type = B					
		attribList = 7
		stop = (M  0:255),2,"Focus="

//---------------------------------------------

	Parameter
		name = "-PRISM-"
		displayerNum = 7
		type = B
		attribList = 8
		stop = (   0: 31),N,"No Prism" 
		stop = (  32: 48),N,"Prism"
		stop = (M128:189),1,"Prism<:"
		stop = (M194:255),1,"Prism>:"
		stop = (R190:193),N,"No Prism"


	Parameter
		name = "-STROBE-"
		displayerNum = 8
		type = B
		attribList = 4
		stop = (   0:  0),N,"useFader"
		stop = (M136:247),2,"Strobe:"
		stop = (R248:255),N,"StrobeOff"

end

