//
// Unknown 7kW Xenon Searchlight Fixture Definition
//
// Written Jan 2007 RM
//

Fixture
	manufacturer = "UNKNOWN"
	name = "7kSearch"
	version = 0.92
//  fullmanufacturer = "Unknown"
//  fullname = "7kW Xeon Searchligh"
//  mode = 0
//  description = ""

	Attribute
		name = "LAMP"
		channel = 1
		homeVal = 255
		
	Attribute
		name = "INTENSITY"
		channel = 2
		minVal = 0
		maxVal = 127
		homeVal = 0

	Attribute
		name = "WASHER"
		channel = 3
		homeVal = 0

	Attribute
		name = "BLUE"
		channel = 4
		homeVal = 0
		
	Attribute
		name = "RED"
		channel = 5
		homeVal = 0

	Attribute
		name = "YELLOW"
		channel = 6
		homeVal = 0
		
	attribute
		name = "CSPEED"
		channel = 7
		homeVal = 0
		
	attribute
		name = "FOCUS"
		channel = 8
		homeVal = 127
		
	attribute
		name = "PAN"
		channel = 9
		fineChan = 10
		homeVal = 32768
		
	attribute
		name = "TILT"
		channel = 11
		fineChan = 12
		homeVal = 32768
		
	attribute
		name = "XYFINE"
		channel = 13
		homeVal = 127
		
	attribute
		name = "CONTROL"
		channel = 14
		homeVal = 0
		
//////////////////////////////////////////

	parameter
		name = "-PAN-"
		displayerNum = 1 
		type = F
		attribList = 9
		stop = (M  0:65535),D,0,360,"Pan=" 
		
	parameter
		name = "-TILT-"
		displayerNum = 2 
		type = F
		attribList = 11 
		stop = (M  0:65535),D,0,230,"Tilt=" 

	parameter
		name = "-XYFINE-"
		displayerNum = 3
		type = F
		attribList = 13 
		stop = (M  0:255),2,"XyFine="

	Parameter
		name = "-RED-"
		displayerNum = 4
		type = C
		attribList = 5
		stop = (M  0:255),2,"Red="

	Parameter
		name = "-YELLOW-"
		displayerNum = 5
		type = C
		attribList = 6
		stop = (M  0:255),2,"Yellow="

	Parameter
		name = "-BLUE-"
		displayerNum = 6
		type = C
		attribList = 4
		stop = (M  0:255),2,"Blue="

//---------------------------------------------

	parameter
		name = "-WASHER-"
		displayerNum = 7
		type = B
		attribList = 3
		stop = (M  0:255),2,"Washr="

	parameter
		name = "-FOCUS-"
		displayerNum = 8 
		type = B
		attribList = 8 
		stop = (M  0:255),2,"Focus="
	
	Parameter
		name = "-STROBE-"
		displayerNum = 9
		type = B
		attribList = 2
		stop = (   0:  0),N,"use Fader"
		stop = (M128:255),2,"Strobe:"

//----------------------------------------------

	parameter
		name = "-CSPEED-"
		displayerNum = 23
		type = C
		attribList = 7
		stop = (M  0:255),2,"CSpeed="
		
	parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = N
		attribList = 1,14
		stop = (   0:  0,   0:  0),N,"Run Mode"
		stop = (R  0:255,R  0:255),N,"Run Mode"
		stop = (   0:127,R  0:255),N,"Lamp Off"
		stop = ( 128:255,R  0:255),N,"Lamp On"
		stop = (R  0:255, 255:255),N,"Reset"
		
end

