// maXim template file - Chauvet Intimidator Scan LED
// Jon Lenard - 2/21/11


Fixture
	manufacturer = "CHAUVET"
	name = "IntScLED"
	version = 1.0
//  fullmanufacturer = "Chauvet"
//  fullname = "Intimidator Scan LED"
//  mode = 0
//  description = ""

	Attribute
		name = "SHUTTER"
		channel = 1
		homeVal = 0

	Attribute
		name = "GOBO"
		channel = 2
		homeVal = 11

	Attribute
		name = "COLOR"
		channel = 3
		homeVal = 0

	Attribute
		name = "PAN"
		channel = 4
		homeVal = 128
		
	Attribute
		name = "TILT"
		channel = 5
		homeVal = 128

///////////////////////////////////////////////////////////////
	
	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 3
		stop = (M  0:255),D,0,180,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 4
		stop = (M  0:255),D,0,90,"Ti@="

	Parameter
		name = "-COLOR-"
		displayerNum = 3
		type = C
		attribList = 3
		stop = (   0: 10),N,"White"
		stop = (  11: 21),N,"Red"
		stop = (  22: 32),N,"Cyan"
		stop = (  33: 43),N,"Yellow"
		stop = (  44: 54),N,"Green"
		stop = (  55: 65),N,"Magenta"
		stop = (  66: 76),N,"LtBlue"
		stop = (  77: 87),N,"DkYell"
		stop = (  88: 98),N,"LtGreen"
		stop = (  99:109),N,"Ornage"
		stop = ( 110:120),N,"RWB"
		stop = ( 121:127),N,"Quad"
		stop = (M128:255),2,"CWhl>:"

	Parameter
		name = "-GOBO-"
		displayerNum = 4
		type = C
		attribList = 2
		stop = (   0:  7),N,"Blackout"
		stop = (   8: 15),N,"No Gobo"
		stop = (  16: 23),N,"Gobo1"
		stop = (  24: 31),N,"Gobo2"
		stop = (  32: 39),N,"Gobo3"
		stop = (  40: 47),N,"Gobo4"
		stop = (  48: 55),N,"Gobo5"
		stop = (  56: 63),N,"Gobo6"
		stop = (  64: 71),N,"Gobo7"
		stop = (  72: 79),N,"Gobo8"
		stop = (  80: 87),N,"Gobo9"
		stop = (  88: 95),N,"Gobo10"
		stop = (  96:103),N,"Gobo11"
		stop = ( 104:111),N,"Gobo12"
		stop = ( 112:119),N,"Gobo13"
		stop = ( 120:127),N,"Gobo14"
		stop = (M128:255),2,"GWhl>:"
		
	Parameter
		name = "-SHUTTER-"
		displayerNum = 5
		type = B
		attribList = 1
		stop = (   0: 15),N,"Stop"
		stop = (M 16: 91),2,"Gstb:"
		stop = (M 92:135),2,"Cstb:"
		stop = (M136:195),2,"GCstb:"
		stop = (M196:255),2,"Gshk:"

end

