// 	Max Lighting Lynx 700
// 
//  Jon Lenard
//
//  1/17/12
//  ** User manual provided attribute list only, no stop data per ch **


Fixture
	manufacturer = "MAX"
	name = "LYNX700"
	version = 1
//  fullmanufacturer = "Max Lighting"
//  fullname = "Lynx 700"
//  mode = 
//  description = "no stop data available"

	attribute
		name = "IRIS"
		channel = 1
		homeVal = 0
		
	attribute
		name = "COLOR1"
		channel = 2
		homeVal = 0
		
	attribute
		name = "COLOR2"
		channel = 3
		homeVal = 0
		
	attribute
		name = "INTENSITY"
		channel = 4
		
	attribute
		name = "PAN"
		channel = 5
		fineChan = 13
		homeVal = 32768
		
	attribute
		name = "TILT"
		channel = 6
		fineChan = 14
		homeVal = 32768		
		
	attribute
		name = "ZOOM"
		channel = 7
		homeVal = 0
		
	attribute
		name = "FOCUS"
		channel = 8
		homeVal = 128		
		
	attribute
		name = "PRISM"
		channel = 9
		homeVal = 0
		
	attribute
		name = "PRISM<>"
		channel = 10
		homeVal = 0		
		
	attribute
		name = "GOBO"
		channel = 11
		homeVal = 0
		
	attribute
		name = "GOBO<>"
		channel = 12
		homeVal = 0			
	
			
///////////////////////////////////////////////////////////////

	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 5
		stop = (M  0:65535),2,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 6
		stop = (M  0:65535),2,"Ti@="


//------------------------------------

	Parameter
		name = "-COLOR1-"
		displayerNum = 3
		type = C
		attribList = 2
		stop = (M  0:255),2,"Color="

	Parameter
		name = "-COLOR2-"
		displayerNum = 4
		type = C
		attribList = 3
		stop = (M  0:255),2,"Color="		
	
	parameter
		name = "-GOBO-"
		displayerNum = 5
		type = B
		attribList = 11
		stop = (M  0:255),2,"Gobo=" 
		
	parameter
		name = "-GOBO<>-"
		displayerNum =  6
		type = B
		attribList = 12
		stop = (M  0:255),2,"Gobo<="
		
	parameter
		name = "-PRISM-"
		displayerNum = 7
		type = B
		attribList = 9
		stop = (M  0:255),2,"Prism="
				
	parameter
		name = "-PRISM<>-"
		displayerNum = 8
		type = B
		attribList = 10
		stop = (M  0:255),2,"Prism<="  
		
	parameter
		name = "-IRIS-"
		displayerNum = 9
		type = B
		attribList = 1
		stop = (M  0:255),2,"Iris="			
    
	parameter
		name = "-ZOOM-"
		displayerNum = 10
		type = B
		attribList = 7
		stop = (M  0:255),2,"Zoom="		
					
	parameter
		name = "-FOCUS-"
		displayerNum = 11 
		type = B
		attribList = 8
		stop = (M  0:255),2,"Focus="

end
