//
// Pearl river Pr-1250 Design 250 Fixture Definition
//
// Written July 2006 - Michael A. Calder (MAC)
//

Fixture
	manufacturer = "PEARL RVR"
	name = "Dsign250"
	version = 0.91
//  fullmanufacturer = "Pearl River"
//  fullname = "Design 250"
//  mode = 0
//  description = ""

	Attribute
		name = "INTENSITY"
		channel = 1

	Attribute
		name = "COLOUR"
		channel = 2
		homeVal = 0

	Attribute
		name = "CYAN"
		channel = 3
		homeVal = 0

	Attribute
		name = "YELLOW"
		channel = 4
		homeVal = 0

	Attribute
		name = "MAGENTA"
		channel = 5
		homeVal = 0

	Attribute
		name = "CSPEED"
		channel = 6
		homeVal = 255

	Attribute
		name = "CONTROL"
		channel = 7
		homeVal = 255

/////////////////////////////////////////////////////////

	Parameter
		name = "-COLOUR-"
		displayerNum = 1
		type = C
		attribList = 2
		stop = (   0:  0),N,"CMY Mode"
		stop = (   1: 16),N,"White"
		stop = (  17: 35),N,"Colour 1"
		stop = (  36: 54),N,"Colour 2"
		stop = (  55: 73),N,"Colour 3"
		stop = (  74: 92),N,"Colour 4"
		stop = (  93:110),N,"Colour 5"
		stop = ( 111:128),N,"Colour 6"
		stop = (M129:255),2,"Rainbw:"              

	Parameter
		name = "-CYAN-"
		displayerNum = 2
		type = C
		attribList = 1,3
		stop = (R  0:  0,M  0:255),2,"Cyan="
		stop = (R  1:255,R  0:255),N,"SeeDisp1"
 
	Parameter
		name = "-MAGNTA-"
		displayerNum = 3
		type = C
		attribList = 1,4
		stop = (R  0:  0,M  0:255),2,"Mgnta="
		stop = (R  1:255,R  0:255),N,"SeeDisp1"

	Parameter
		name = "-YELLOW-"
		displayerNum = 4
		type = C
		attribList = 1,5
		stop = (R  0:  0,M  0:255),2,"Yellow="
		stop = (R  1:255,R  0:255),N,"SeeDisp1"

	Parameter
		name = "-CSPEED-"
		displayerNum = 5
		type = C
		attribList = 6
		stop = (   0: 63),N,"Slow"
		stop = (  64:127),N,"Medium"
		stop = ( 128:191),N,"Med-Fast"
		stop = ( 192:255),N,"Fast"

//-----------------------------------------------		
		
	Parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = N                        
		attribList = 7
		stop = ( 113:114),N,"Lamp Off"		
		stop = ( 246:255),N,"Lamp On"		
		stop = (  49: 80),N,"Reset"			
		stop = (R115:245),N,"NoFunc"
		stop = (R 81:112),N,"NoFunc"
		stop = (R  0: 48),N,"NoFunc"

end

