// maXim template file -     Clay Paky     Stage Color 575 
// G.P. July 23, 2003
// Option 3,4,8 ON

Fixture
	manufacturer = "CLAY PAKY"
	name = "StgCol575"
//	version = 0.90
//  fullmanufacturer = "Clay Paky"
//  fullname = "Stage Color 575"
//  mode = 0
//  description = "Option 3,4,8 ON"

	Attribute
		name = "CYAN"
		channel = 1
		homeVal = 0

	Attribute
		name = "MAGENTA"
		channel = 2
		homeVal = 0

	Attribute
		name = "YELLOW"
		channel = 3
		homeVal = 0

	Attribute
		name = "SHUTTER"
		channel = 4
		homeVal = 255

	Attribute
		name = "PAN"
		channel = 5
		fineChan = 13
		homeVal = 128

	Attribute
		name = "TILT"
		channel = 6
		fineChan = 14
		homeVal = 128

	Attribute
		name = "COLFX"
		channel = 7
		homeVal = 0

	Attribute
		name = "OVALIZER"
		channel = 8
		homeVal = 0

	Attribute
		name = "FROST"
		channel = 9
		homeVal = 0

	Attribute
		name = "COLTEMP"
		channel = 10
		homeVal = 0

	Attribute
		name = "INTENSITY"
		channel = 11

	Attribute
		name = "CONTROL"
		channel = 12
		homeVal = 255

///////////////////////////////////////////////////////////////

	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 5
		stop = (M  0:65535),W,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 6
		stop = (M  0:65535),W,"Ti@="

	Parameter
		name = "-CYAN-"
		displayerNum = 3
		type = C
		attribList = 1
		stop = (M  0:255),2,"Cyan="

	Parameter
		name = "-MAGENTA-"
		displayerNum = 4
		type = C
		attribList = 2
		stop = (M  0:255),2,"Mgnta="

	Parameter
		name = "-YELLOW-"
		displayerNum = 5
		type = C
		attribList = 3
		stop = (M  0:255),2,"Yellow="

	Parameter
		name = "-COLFX-"
		displayerNum = 6
		type = C
		attribList = 7
		stop = (   0: 41),N,"No Fx"
		stop = (  43: 85),N,"Blu-hole"
		stop = (  86:128),N,"Yel-hole"
		stop = ( 129:171),N,"Grn-hole"
		stop = ( 172:214),N,"Mag-hole"
		stop = ( 215:255),N,"UV Filter"

//------------------------------------

	Parameter
		name = "-COLTEMP-"
		displayerNum = 7
		type = C
		attribList = 10
		stop = (M  0:255),2,"Ctemp:"

	Parameter
		name = "-OVALIZE-"
		displayerNum = 8
		type = B
		attribList = 8
		stop = (M  0:255),2,"Oval="

	Parameter
		name = "-SHUTR-"
		displayerNum = 9
		type = B
		attribList = 4
		stop = (   0: 25),N,"Shtr Clsd"
		stop = ( 231:255),N,"Shtr Open"
		stop = (M 26:230),2,"Strobe:"

	Parameter
		name = "-FROST-"
		displayerNum = 10
		type = B
		attribList = 9
		stop = (   0:  0),N,"No Frost"
		stop = (  84: 84),N,"LtFrost"
		stop = ( 168:168),N,"MedFrost"
		stop = ( 255:255),N,"HvyFrost"

//------------------------------------
//------------------------------------

	Parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = B
		attribList = 12
		stop = (   0:127),N,"Lamp Off"
		stop = ( 128:255),N,"Lamp On"


end

