// maXim template file - FAL 2000 Moving Mirror.
// R.M.

Fixture
	manufacturer = "FAL"
	name = "Fal2000"
	version = 0.91
//  fullmanufacturer = "FAL"
//  fullname = "2000 Moving Mirror"
//  mode = 0
//  description = ""
	
	Attribute
		name = "COLOUR"
		channel = 1
		homeVal = 0

	Attribute
		name = "GOBO"
		channel = 2
		homeVal = 0

	Attribute
		name = "GOBO <>"
		channel = 3
		homeVal = 0

	Attribute
		name = "INTENSITY"
		channel = 4

	Attribute
		name = "PAN"
		channel = 5
		homeVal = 128

	Attribute
		name = "TILT"
		channel = 6
		homeVal = 128

	Attribute
		name = "PRISM"
		channel = 7
		homeVal = 0

	Attribute
		name = "SPARE"
		channel = 8
		homeVal = 0

///////////////////////////////////////////////////////////////

	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 5
		stop = (M  0:255),D,0,180,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 6
		stop = (M  0:255),D,0,85,"Ti@="

	Parameter
		name = "-COLOUR-"
		displayerNum = 3
		type = C
		attribList = 1
		stop = (   0: 20),N,"White"
		stop = (  21: 36),N,"Blue"
		stop = (  37: 52),N,"Lt Blue"
		stop = (  53: 68),N,"Purple"
		stop = (  69: 84),N,"Pink"
		stop = (  85:100),N,"Green"
		stop = ( 101:116),N,"Lt Green"
		stop = ( 117:132),N,"Yellow"
		stop = ( 133:148),N,"Orange"
		stop = ( 149:164),N,"Red"
		stop = (M165:255),1,"CWhl>:"
		
	Parameter
		name = "-GOBO-"
		displayerNum = 4
		type = B
		attribList = 2
		stop = (   0: 25),N,"No Gobo"
		stop = (  26: 50),N,"Gobo 1"
		stop = (  51: 75),N,"Gobo 2"
		stop = (  76:100),N,"Gobo 3"
		stop = ( 101:125),N,"Gobo 4"
		stop = ( 126:150),N,"Gobo 5"
		stop = ( 151:175),N,"Gobo 6"
		stop = ( 176:200),N,"Gobo 7"
		stop = (M201:225),1,"GWhl<:"
		stop = ( 226:230),N,"GWhlStp"
		stop = (M231:255),1,"GWhl>:"

	Parameter
		name = "-GOBO<>-"
		displayerNum = 5
		type = B
		attribList = 3
		stop = (M 11:130),2,"Gobo>:"
		stop = (   0: 10),N,"NoRotate"
		stop = (M140:255),2,"Gobo<:"
		
			Parameter
		name = "-PRISM-"
		displayerNum = 6
		type = B
		attribList = 7
		stop = (   0: 86),N,"NoPrism"
		stop = (  87:172),N,"Prism"
		stop = (M173:255),1,"Prsm<>:"
		
//------------------------------------

	Parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = N
		attribList = 1
		stop = (   0:  3),N,"Run Mode"
		stop = (   4:  6),N,"Reset"
		stop = (R  7:255),N,"No Func"

end

