// maXim template file - High End Systems Intellabeam
// G.P. July 22,2003
// Updated by Steve Richards December 04, 2003 03:28:15 PM 

Fixture
	manufacturer = "HIGHEND"
	name = "Ibeam"
	version = 1.1
//  fullmanufacturer = "High End Systems"
//  fullname = "Intellabeam"
//  mode = 0
//  description = ""

	Attribute
		name = "PAN"
		channel = 1
		fineChan = 2
		homeVal = 32768

	Attribute
		name = "TILT"
		channel = 3
		fineChan = 4
		homeVal = 32768

	Attribute
		name = "COLOUR"
		channel = 5
		homeVal = 32

	Attribute
		name = "GOBO"
		channel = 6
		homeVal = 32

	Attribute
		name = "SHUTTER"
		channel = 7
		homeVal = 1

	Attribute
		name = "INTENSITY"
		channel = 8
		homeVal = 0

	Attribute
		name = "IRIS"
		channel = 9
		homeVal = 255

	Attribute
		name = "SPEED"
		channel = 10
		homeVal = 240

	Attribute
		name = "CONTROL"
		channel = 11
		homeVal = 0

///////////////////////////////////////////////////////////////

	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 1
		stop = (M    0:65535),D,0,170,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 3
		stop = (M    0:65535),D,0,110,"Ti@="

	Parameter
		name = "-COLOR-"
		displayerNum = 3
		type = C
		attribList = 5
		stop = (  32: 32),N,"NoColor"
		stop = (  33: 33),N,"Pink"
		stop = (  34: 34),N,"Turquois"
		stop = (  35: 35),N,"Dkpink"
		stop = (  36: 36),N,"Green"
		stop = (  37: 37),N,"Purple"
		stop = (  38: 38),N,"Yellow"
		stop = (  39: 39),N,"Blue"
		stop = (  40: 40),N,"Red"
		stop = (  41: 41),N,"Congo"
		stop = (  42: 42),N,"Orange"
		stop = (  43: 43),N,"Cyan"
		stop = (  48: 48),N,"Pink+"
		stop = (  49: 49),N,"Turq+"
		stop = (  50: 50),N,"Dkpink+"
		stop = (  51: 51),N,"Green+"
		stop = (  52: 52),N,"Purple+"
		stop = (  53: 53),N,"Yellow+"
		stop = (  54: 54),N,"Blue+"
		stop = (  55: 55),N,"Red+"
		stop = (  56: 56),N,"Congo+"
		stop = (  57: 57),N,"Orange+"
		stop = (  58: 58),N,"Cyan+"
		stop = (  59: 59),N,"White+"
		stop = (M 64: 71),2,"CWhl<:"
		stop = (M 96:103),2,"CWhl>:"

	Parameter
		name = "-GOBO-"
		displayerNum = 4
		type = B
		attribList = 6
		stop = (  32: 32),N,"No Gobo"
		stop = (  33: 33),N,"Dot"
		stop = (  34: 34),N,"Phones"
		stop = (  35: 35),N,"Shatter"
		stop = (  36: 36),N,"Line"
		stop = (  37: 37),N,"Playschl"
		stop = (  38: 38),N,"Star"
		stop = (  39: 39),N,"Reeds"
		stop = (  40: 40),N,"Blinds"
		stop = (  41: 41),N,"Dots"
		stop = (  42: 42),N,"Cone"
		stop = (  43: 43),N,"Playcone"
		stop = (M 64: 71),2,"GWhl<:"
		stop = (M 96:103),2,"GWhl>:"

	Parameter
		name = "-IRIS-"
		displayerNum = 5
		type = B
		attribList = 9
		stop = (M  0:255),2,"Iris="

	Parameter
		name = "-SHUTTER-"
		displayerNum = 6
		type = B
		attribList = 7
		stop = (   0:  0),N,"Shtr Clsd"
		stop = (   1:  1),N,"Shtr Open"
		stop = (M 64: 71),1,"Strobe:"

	Parameter
		name = "-SPEED-"
		displayerNum = 23
		type = B
		attribList = 10
		stop = (M  0:255),2,"Speed="

	Parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = N
		attribList = 11
		stop = (   0:  0),N,"Idle"
		stop = ( 129:129),N,"Home"
		stop = ( 130:130),N,"Douse"

end

