// maXim template file - Robe DJ Roller 150
// G.P.

Fixture
	manufacturer = "FUTURELT"
	name = "D200"
	version = 0.90
//  fullmanufacturer = "Futurelight"
//  fullname = "D200"
//  mode = 0
//  description = ""

	Attribute
		name = "PAN"
		channel = 1
		homeVal = 128

	Attribute
		name = "TILT"
		channel = 2
		homeVal = 128

	Attribute
		name = "COLOUR"
		channel = 3
		homeVal = 0

	Attribute
		name = "INTENSITY"
		channel = 4
		minVal = 0
		maxVal = 53
		homeVal = 0

				
///////////////////////////////////////////////////////////////

	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 1
		stop = (M  0:255),2,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 2
		stop = (M  0:255),2,"Ti@="

	Parameter
		name = "-COLOUR-"
		displayerNum = 3
		type = C
		attribList = 3
		stop = (   0:  0),N,"White"
		stop = (  18: 18),N,"Green"
		stop = (  36: 36),N,"Red"
		stop = (  54: 54),N,"LiteBlue"
		stop = (  72: 72),N,"Magenta"
		stop = (  90: 90),N,"Yellow"
		stop = ( 108:108),N,"Blue"
		stop = ( 126:126),N,"Multi"
		stop = (M  0:127),2,"Col:"		
		stop = (M128:255),2,"CWhl>:"		

	Parameter
		name = "-SHUTTER-"
		displayerNum = 4
		type = B
		attribList = 4
		stop = (   0: 53),N,"Dimmer"
		stop = (M 54:127),1,"Strobe:"
		stop = ( 128:143),N,"Shtr Clsd"
		stop = ( 144:175),N,"Shtr Open"
		stop = (R176:255),N,"SeeDisp5"

	Parameter
		name = "-GOBO-"
		displayerNum = 5
		type = B
		attribList = 4
		stop = (   6: 53),N,"No Gobo"
		stop = (R 54:175),N,"SeeDisp5"
		stop = ( 176:191),N,"Gobo 1"
		stop = ( 192:207),N,"Gobo 2"
		stop = ( 208:223),N,"Gobo 3"
		stop = ( 224:239),N,"Gobo 4"
		stop = ( 240:255),N,"Gobo 5"

end

