// maXim template file -     Clay Paky   Alpha 575 Wash 
// RM June 2004
// All Options On

Fixture
	manufacturer = "CLAY PAKY"
	name = "AlphaWsh"
	version = 0.90
//  fullmanufacturer = "Clay Paky"
//  fullname = "Alpha 575 Wash"
//  mode = 0
//  description = "All options On"

	Attribute
		name = "CYAN"
		channel = 1
		homeVal = 0

	Attribute
		name = "MAGENTA"
		channel = 2
		homeVal = 0

	Attribute
		name = "YELLOW"
		channel = 3
		homeVal = 0

	Attribute
		name = "CTO"
		channel = 4
		homeVal = 0

	Attribute
		name = "COLOUR"
		channel = 5
		homeVal = 0

	Attribute
		name = "SHUTTER"
		channel = 6
		homeVal = 255

	Attribute
		name = "INTENSITY"
		channel = 7
		homeVal = 0

	Attribute
		name = "LTFROST"
		channel = 8
		homeVal = 0

	Attribute
		name = "HVFROST"
		channel = 9
		homeVal = 0

	Attribute
		name = "ZOOM"
		channel = 10
		homeVal = 127
		
	attribute
		name = "PAN"
		channel = 11
		fineChan = 15
		homeVal = 32768
		
	attribute
		name = "TILT"
		channel = 12
		fineChan = 16
		homeVal = 32768
		
	attribute
		name = "RESET"
		channel = 13
		homeVal = 0
		
	attribute
		name = "LAMP"
		channel = 14
		homeVal = 0
			
///////////////////////////////////////////////////////////////

	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 11
		stop = (M  0:65535),D,0,450,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 12
		stop = (M  0:65535),D,0,252,"Ti@="

	Parameter
		name = "-CYAN-"
		displayerNum = 3
		type = C
		attribList = 1
		stop = (M  0:255),2,"Cyan="

	Parameter
		name = "-MAGNTA-"
		displayerNum = 4
		type = C
		attribList = 2
		stop = (M  0:255),2,"Mgnta="

	Parameter
		name = "-YELLOW-"
		displayerNum = 5
		type = C
		attribList = 3
		stop = (M  0:255),2,"Yellow="

	Parameter
		name = "-CTO-"
		displayerNum = 6
		type = C
		attribList = 4
		stop = (M  0:255),2,"Cto="

//------------------------------------

	Parameter
		name = "-COLOUR-"
		displayerNum = 7
		type = C
		attribList = 5
		stop = (   0: 24),N,"White"
		stop = (  25: 49),N,"Sat Red"		
		stop = (  50: 74),N,"Congo"
		stop = (  75: 99),N,"Colour3"
		stop = ( 100:127),N,"Colour4"
		stop = (M128:255),2,"CWhl>:"

	parameter
		name = "-LTFROST-"
		displayerNum = 8
		type = B
		attribList = 8
		stop = (M  0:255),2,"LtFrst="		
		
	parameter
		name = "-HVFROST-"
		displayerNum = 9
		type = B
		attribList = 9
		stop = (M  0:255),2,"HvFrst="

	parameter
		name = "-ZOOM-"
		displayerNum = 10
		type = B
		attribList = 10
		stop = (M  0:255),2,"Zm="		
				
	parameter
		name = "-SHUTTER-"
		displayerNum = 11
		type = B
		attribList = 6
		stop = (   0:  3),N,"Shtr Clsd"		
		stop = (R104:107),N,"Shtr Open"
		stop = (R208:212),N,"Shtr Open"
		stop = ( 252:255),N,"Shtr Open"
		stop = (M  4:103),2,"Strobe:"
		stop = (M108:207),2,"Pulse:"
		stop = ( 213:225),N,"RndmSlw"
		stop = ( 226:238),N,"RndMed"
		stop = ( 239:251),N,"RndFst"

//--------------------------------------
		
	parameter
		name = "-RESET-"
		displayerNum = 23
		type = N
		attribList = 13
		stop = (   0:127),N,"Run Mode"
		stop = ( 128:255),N,"Reset"		

	Parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = N
		attribList = 14
		stop = (   0:100),N,"Lamp Off"
		stop = ( 180:255),N,"Lamp On"

end

