// maXim template file - High End Catalyst DL1
// R.M.  Entech 2004, April 3rd.

Fixture
	manufacturer = "HIGHEND"
	name = " DL-1"
	version = 0.90
//  fullmanufacturer = "High End Systems"
//  fullname = "DL1"
//  mode = 0
//  description = ""

	Attribute
		name = "PAN"
		channel = 1
		fineChan = 2
		homeVal = 32768

	Attribute
		name = "TILT"
		channel = 3
		fineChan = 4
		homeVal = 32768

	Attribute
		name = "INTENSITY"
		channel = 5
		homeVal = 255

	Attribute
		name = "FOCUS"
		channel = 6
		homeVal = 128

	Attribute
		name = "ZOOM"
		channel = 7
		homeVal = 128

	Attribute
		name = "MSPEED"
		channel = 8
		homeVal = 0

	Attribute
		name = "MACRO"
		channel = 9
		homeVal = 0

	Attribute
		name = "CONTROL"
		channel = 10
		homeVal = 0

	Attribute
		name = "INPUT"
		channel = 11
		homeVal = 0

///////////////////////////////////////////////////////////////

	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 1
		stop = (M    0:65535),D,0,400,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 3
		stop = (M    0:65535),D,0,270,"Ti@="

//	Parameter
//		name = "-IRIS-"
//		displayerNum = 3
//		type = B
//		attribList = 5
//		stop = (M  0:255),2,"Iris="	
		
	Parameter
		name = "-FOCUS-"
		displayerNum = 3
		type = B
		attribList = 6
		stop = (M  0:255),2,"Focus="		

	Parameter
		name = "-ZOOM-"
		displayerNum = 4
		type = B
		attribList = 7
		stop = (M  0:255),2,"Zoom="		
		
	Parameter
		name = "-INPUT-"
		displayerNum = 5
		type = B
		attribList = 11
		stop = (   0: 31),N,"Safe"		
		stop = (  32: 47),N,"Rgb-Vga"
		stop = (  48: 63),N,"S-Video"			
		stop = (  64: 79),N,"Internal"
		stop = (R 80:255),N,"Reserved"

	parameter
		name = "-MACRO-"
		displayerNum = 6
		type = B
		attribList = 9 
		stop = (R  0:255),N,"Reserved"		
		
//------------------------------------

	parameter
		name = "-MSPEED-"
		displayerNum = 23
		type = F
		attribList = 8 
		stop = (   0:  3),N,"Tracking"
		stop = (M  4:255),2,"MSpeed="

	parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = N
		attribList = 10 
		stop = (   0: 31),N,"Safe"		
		stop = (  90: 98),N,"Lamp Off"
		stop = (  80: 88),N,"Lamp On"
		stop = (  60: 68),N,"Reset"
		stop = ( 120:130),N,"ShutDown"		

end

