//  Pearl River (PR) Panda 2
//  Jon Lenard
//  6/30/09

fixture
	manufacturer = "PEARL RVR"
	name = "PANDA2"
	version = 1,0
//  fullmanufacturer = "Pearl River"
//  fullname = "Panda 2"
//  mode = 0
//  description = ""

	attribute
		name = "COLOR"
		channel = 1
		homeVal = 0

	attribute
		name = "PAN"
		channel = 2
		homeVal = 128
		
	attribute
		name = "TILT"
		channel = 3
		homeVal = 128
		
	attribute
		name = "INTENSITY"
		channel = 4

/////////////////////////////////////////////////////////////////////////

	parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 2
		stop = (M  0:255),D,0,175,"Pan="
		
	parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 3
		stop = (M  0:255),D,0,80,"Ti@="
		
	parameter
		name = "-COLOR-"					
		displayerNum = 3 
		type = C
		attribList = 1
		stop = (R  0:  4),N,"seeDisp 4"                                                  
		stop = (R  5: 10),N,"White"                                                     
		stop = (R 11: 71),N,"seeDisp 4"                          
		stop = (  72: 78),N,"White"                                            
		stop = (  79: 86),N,"LtBlu-G1"                             
		stop = (  87: 94),N,"Pink-G2"                            
		stop = (  95:102),N,"BlYl-G3"                         
		stop = ( 103:110),N,"LtGr-G4"                        
		stop = ( 111:118),N,"UV-G5"                        
		stop = ( 119:126),N,"Purp-G6"                                
		stop = ( 127:134),N,"LtRd-G7"                             
		stop = ( 135:142),N,"Grn-G8"                            
		stop = ( 143:150),N,"LtYl-G9"                   
		stop = ( 151:158),N,"Blue-G10"                      
		stop = ( 159:166),N,"RGYB-G11"
		stop = ( 167:174),N,"G+P-G12"                       
		stop = ( 175:182),N,"Yell-G13"                         
		stop = ( 183:190),N,"Red-G14"                               
		stop = (M191:255),2,"Cwhl<:"		
		
	parameter
		name = "-SHUTTER-"					
		displayerNum = 4 
		type = B
		attribList = 1
		stop = (   0:  4),N,"Shtr Clsd"
		stop = (   5: 10),N,"Shtr Open"
		stop = (M 11: 71),1,"Strobe:"
		stop = (R 72:255),N,"seeDisp 3"
		
end
