/////////////////////////////////////////
// Pearl River Pilot Wash  - 16 bit (Setup Option #6-On)
// RM - May 2005 

fixture
	manufacturer = "PEARL RVR"
	name = "Plt575w"
	version = 0.90
//  fullmanufacturer = "Pearl River"
//  fullname = "Pilot Wash 575"
//  mode = e
//  description = "Pearl River Pilot Wash  - 16 bit (Setup Option #6-On)"

	attribute
		name = "STROBE"
		channel = 1
		homeVal = 255
		
	attribute
		name = "INTENSITY"
		channel = 2
		
	attribute
		name = "ZOOM"
		channel = 3
		homeVal = 127
				
	attribute
		name = "COLOUR"
		channel = 4
		homeVal = 0
	
	attribute
		name = "PAN"
		channel = 5
		fineChan = 12
		homeVal = 32768
		
	attribute
		name = "TILT"
		channel = 6
		fineChan = 13
		homeVal = 32768		

	attribute
		name = "CYAN"
		channel = 7
		homeVal = 0		
		
	attribute
		name = "YELLOW"
		channel = 8
		homeVal = 0		
			
	attribute
		name = "MAGENTA"
		channel = 9
		homeVal = 0
		
	attribute
		name = "EFFECT"
		channel = 10
		homeVal = 0
		
	attribute
		name = "MSPEED"
		channel = 11
		homeVal = 0
		
	attribute
		name = "CONTROL"
		channel = 14
		homeVal = 0
		
//////////////////////////////////////////////////////

	parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 5
		stop = (M  0:65535),D,0,353,"Pan=" 		//Confirm range

	parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 6 
		stop = (M  0:65535),D,0,250,"Ti@=" 		//Confirm range
		
	parameter
		name = "-COLOUR-"
		displayerNum = 3
		type = C
		attribList = 4
		stop = (   0: 16),N,"White"
		stop = (  17: 32),N,"Red"
		stop = (  33: 48),N,"Green"
		stop = (  49: 64),N,"Yellow"
		stop = (  65: 80),N,"Blue"
		stop = (  81: 96),N,"Pink"
		stop = (  97:112),N,"Orange"
		stop = (R113:127),N,"White"
		stop = (M128:187),1,"CWhl>:"
		stop = ( 188:195),N,"CWhlStp"
		stop = (M196:255),1,"CWhl<:"
		
	parameter
		name = "-CYAN-"
		displayerNum = 4
		type = C
		attribList = 7
		stop = (M  0:255),2,"Cyan="
		
	parameter
		name = "-MAGNTA-"
		displayerNum = 5
		type = C
		attribList = 9
		stop = (M  0:255),2,"Mgnta="		
		
	parameter
		name = "-YELLOW-"
		displayerNum = 6
		type = C
		attribList = 8
		stop = (M  0:255),2,"Yellow="
		
//----------------------------------------------
		
	parameter
		name = "-EFFECT-"
		displayerNum = 7 
		type = B
		attribList = 10
		stop = (M  0:255),2,"Effect="
		
	parameter
		name = "-ZOOM-"
		displayerNum = 8
		type = B
		attribList = 3
		stop = (M255:  0),2,"Zoom="
		
	parameter
		name = "-STROBE-"
		displayerNum = 9
		type = B
		attribList = 1
		stop = (   0: 10),N,"Shtr Clsd"		
		stop = ( 245:255),N,"Shtr Open"
		stop = (R 11: 20),N,"Shtr Open"
		stop = (M 21:244),2,"Strobe:"		
		
//---------------------------------------------

	parameter
		name = "-MSPEED-"
		displayerNum = 23
		type = F
		attribList = 11
		stop = (M255:  0),2,"Speed="

	parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = N
		attribList = 14
		stop = (   0:112),N,"Run Mode"
		stop = ( 113:144),N,"Lamp Off"
		stop = ( 224:255),N,"Lamp On"
		stop = ( 145:223),N,"Reset"

end

