/////////////////////////////////////////
// Pearl River Moon (PR-111ER)
// RM Mar 2006

fixture
	manufacturer = "PEARL RVR"
	name = "Moon"
	version = 0.90
//  fullmanufacturer = "Pearl River"
//  fullname = "Moon"
//  mode = 0
//  description = "Pearl River Moon (PR-111ER)"

	attribute
		name = "COLOUR"
		channel = 1
		homeVal = 0
		
	attribute
		name = "GOBO"
		channel = 2
		homeVal = 0
		
	attribute
		name = "INTENSITY"
		channel = 3
		minVal = 0
		maxVal = 29
		homeVal = 0

	attribute
		name = "GOB<>"
		channel = 4
		homeVal = 130
		
	attribute
		name = "PAN"
		channel = 5
		homeVal = 127
		
	attribute
		name = "TILT"
		channel = 6
		homeVal = 127
			
/////////////////////////////////////////////////////////////////////////

	parameter
		name = "-PAN-"					
		displayerNum = 1 
		type = F
		attribList = 5
		stop = (M  0:255),D,0,175,"Pan="

	parameter
		name = "-TILT-"					
		displayerNum = 2 
		type = F
		attribList = 6
		stop = (M  0:255),D,0,80,"Ti@="

	parameter
		name = "-COLOUR-"					
		displayerNum = 3 
		type = C
		attribList = 1
		stop = (   0: 17),N,"White"
		stop = (  18: 35),N,"Red"
		stop = (  36: 53),N,"Yellow"
		stop = (  54: 71),N,"Orange"
		stop = (  72: 89),N,"Blue"
		stop = (  90:107),N,"Green"
		stop = ( 108:125),N,"Cyan"
		stop = ( 126:143),N," UV"
		stop = ( 144:161),N,"Pink"
		stop = ( 162:177),N,"Lt Green"
		stop = (M178:255),2,"CWhl>:"

	parameter
		name = "-GOBO-"					
		displayerNum = 4 
		type = B
		attribList = 2
		stop = (   0: 31),N,"No Gobo"
		stop = (  32: 63),N,"Triangle"
		stop = (  64: 95),N,"Circles"
		stop = (  96:127),N,"Windmill"
		stop = ( 128:159),N,"Stars"
		stop = ( 160:191),N,"Swallows"
		stop = ( 192:223),N,"Swirl"
		stop = ( 224:255),N,"Radiation"

	parameter
		name = "-GOBO<>-"					
		displayerNum = 5 
		type = B
		attribList = 4
		stop = (M  5:120),2,"Gobo<:"
		stop = (R  0:  4),N,"GoboStop"	
		stop = ( 121:139),N,"GoboStop"			
		stop = (M140:255),1,"Gobo>:"

	parameter
		name = "-SHUTTER-"
		displayerNum = 6
		type = B
		attribList = 3
		stop = (   0:  0),N,"useFader"
		stop = (M 30:250),2,"Strobe:"	
		stop = (R251:255),N,"Shtr Open"
		
end

