// maXim template file - Martin Roboscan Pro 218
// DMX Protocol Version 2
// G.P. 25 July, 2003

Fixture
	manufacturer = "MARTIN"
	name = "Robo218"
//	version = 0.90
//  fullmanufacturer = "Martin"
//  fullname = "RoboScan Pro 218"
//  mode = 0
//  description = ""

	Attribute
		name = "SHUTTER"
		channel = 1
		homeVal = 60

	Attribute
		name = "INTENSITY"
		channel = 2

	Attribute
		name = "COLOUR"
		channel = 3
		homeVal = 0

	Attribute
		name = "GOBO"
		channel = 4
		homeVal = 0

	Attribute
		name = "PAN"
		channel = 5
		homeVal = 128

	Attribute
		name = "TILT"
		channel = 6
		homeVal = 128

	Attribute
		name = "MOVSPD"
		channel = 7
		homeVal = 0

///////////////////////////////////////////////////////////////

	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 5
		stop = (M  0:255),B,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 6
		stop = (M  0:255),B,"Ti@="

	Parameter
		name = "-COLOUR-"
		displayerNum = 3
		type = C
		attribList = 3
		stop = (   0: 34),N,"White"
		stop = (  45: 45),N,"Flame Red"
		stop = (  56: 56),N,"Lite Blue"
		stop = (  67: 67),N,"FernGrn"
		stop = (  78: 78),N,"Yellow"
		stop = (  89: 89),N,"PrimGrn"
		stop = ( 100:100),N,"Mauve"
		stop = ( 111:111),N,"Dk.Blue"
		stop = ( 122:122),N,"CyanBlue"
		stop = ( 133:133),N,"PrimRed"
		stop = ( 144:144),N,"LiteOrnge"
		stop = ( 155:155),N,"LiteGreen"
		stop = ( 166:166),N,"Amber"
		stop = ( 177:177),N,"Pink"
		stop = ( 188:188),N,"Dk.Lvndr"
		stop = ( 199:199),N,"Dk.Org"
		stop = ( 210:210),N,"MultCol1"
		stop = ( 221:255),N,"MultCol2"
		stop = (M  0:255),2,"Colour:"


	Parameter
		name = "-GOBO-"
		displayerNum = 4
		type = B
		attribList = 4
		stop = (   0: 34),N,"No Gobo"
		stop = (  45: 45),N,"Half"
		stop = (  56: 56),N,"Dot"
		stop = (  67: 67),N,"Pin"
		stop = (  78: 78),N,"Vertbar"
		stop = (  89: 89),N,"Horizbar"
		stop = ( 100:100),N,"Cross"
		stop = ( 111:111),N,"Arrow"
		stop = ( 122:122),N,"Triangles"
		stop = ( 133:133),N,"Star"
		stop = ( 144:144),N,"Holes"
		stop = ( 155:155),N,"Bells"
		stop = ( 166:166),N,"Cone"
		stop = ( 177:177),N,"Cones"
		stop = ( 188:188),N,"Phone"
		stop = ( 199:199),N,"Thin bars"
		stop = ( 210:210),N,"Window"
		stop = ( 221:255),N,"Turbine"
		stop = (M  0:255),2,"Gobo:"

	Parameter
		name = "-SHUTTER-"
		displayerNum = 5
		type = B
		attribList = 1
		stop = (   0:  5),N,"Shtr Clsd"
		stop = (   6:120),N,"Shtr Open"
		stop = (M121:252),2,"Strobe:"

//------------------------------------

	Parameter
		name = "-MOVSPD-"
		displayerNum = 23
		type = B
		attribList = 7
		stop = (M  0:255),2,"MovSpd:"

	Parameter
		name = "-CNTRL-"
		displayerNum = 24
		type = B
		attribList = 1
		stop = ( 253:255),N,"Reset"

//------------------------------------

end

