// maXim template file
// This template requires software version 0.97 or higher to work.

Fixture
	manufacturer = "STUDIODUE"
	name = "Giant16"
	version = 1.00
//  fullmanufacturer = "Studio Due"
//  fullname = "Giant9C"
//  mode = 0
//  description = ""

	Attribute
		name = "SPEED"
		channel = 1
		homeVal = 255

	Attribute
		name = "COLOUR"
		channel = 2
		homeVal = 0

	Attribute
		name = "GOBO"
		channel = 3
		homeVal = 0

	Attribute
		name = "INTENSITY"
		channel = 4
		homeVal = 0
		minVal = 0
		maxVal = 127
		
	Attribute
		name = "PAN"
		channel = 5
		fineChan= 6
		homeVal = 32768

	Attribute
		name = "TILT"
		channel = 7
		fineChan= 8
		homeVal = 32768

	Attribute
		name = "CONTROL"
		channel = 9
		homeVal = 0				

///////////////////////////////////////////////////////////////

	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 5
		stop = (M    0:65535),W,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 7
		stop = (M    0:65535),W,"Ti@="

	Parameter
		name = "-COLOUR-"
		displayerNum = 3
		type = C
		attribList = 2
		stop = (   0: 12),N,"White"
		stop = (  13: 25),N,"Colour 1"
		stop = (  26: 38),N,"Colour 2"
		stop = (  39: 51),N,"Colour 3"
		stop = (  52: 63),N,"Colour 4"
		stop = (M 64:191),2,"CWheel:"
		stop = (M192:255),1,"CWhl>:"

	Parameter
		name = "-GOBO-"
		displayerNum = 4
		type = B
		attribList = 3
		stop = (   0: 12),N,"No Gobo"
		stop = (  13: 25),N,"Gobo 1"
		stop = (  26: 38),N,"Gobo 2"
		stop = (  39: 51),N,"Gobo 3"
		stop = (  52: 63),N,"Gobo 4"
		stop = (M 64:191),2,"GWheel:"
		stop = (M192:255),1,"GWhl>:"
                
	Parameter
		name = "-STROBE-"
		displayerNum = 5
		type = B
		attribList = 4
		stop = (   0:127),N,"Dim Mode"
		stop = (M128:191),1,"Strobe:"
		stop = ( 192:255),N,"Shutter"

	Parameter
		name = "-SPEED-"
		displayerNum = 6
		type = B
		attribList = 1
		stop = (M  0:255),2,"Speed="

//---------------------------------------		

	parameter
		name = "-CONTROL-"
		displayerNum =  24
		type = N
		attribList = 9
		stop = (   0:127),N,"Run Mode"
		stop = ( 251:255),N,"Lamp Off"
		stop = (R192:250),N,"Run Mode"
		stop = ( 128:191),N,"Reset"

end

