// maXim template file
// SGM Palco 3/5
// By Richie Mickan Sept 2005

Fixture
	manufacturer = "SGM"
	name = "Palco"
	version = 0.90
//  fullmanufacturer = "SGM"
//  fullname = "Palco"
//  mode = 0
//  description = ""

	Attribute
		name = "SHUTTER"
		channel = 1
		homeVal = 255

	Attribute
		name = "INTENSITY"
		channel = 2

	Attribute
		name = "RED"
		channel = 3
		homeVal = 0

	Attribute
		name = "GREEN"
		channel = 4
		homeVal = 0

	Attribute
		name = "BLUE"
		channel = 5
		homeVal = 0

	Attribute
		name = "CTC"
		channel = 6
		homeVal = 138

	Attribute
		name = "MACRO"
		channel = 7
		homeVal = 0

	Attribute
		name = "MODCOLOR"
		channel = 8
		homeVal = 220

///////////////////////////////////////////////////////////////

	parameter
		name = "-RED-"
		displayerNum = 1
		type = C
		attribList = 3 
		stop = (M  0:255),2,"Red="		

	parameter
		name = "-GREEN-"
		displayerNum = 2 
		type = C
		attribList = 4 
		stop = (M  0:255),2,"Green="
		
	parameter
		name = "-BLUE-"
		displayerNum = 3 
		type = C
		attribList = 5 
		stop = (M  0:255),2,"Blue="
		
	parameter
		name = "-CTC-"
		displayerNum = 4 
		type = C
		attribList = 6 
		stop = (   0: 19),N,"No Ctc"
		stop = (M255: 20),D,-200,200,"Ctc="

	parameter
		name = "-MACRO-"
		displayerNum = 5 
		type = C
		attribList = 7 
		stop = (   0:  7),N,"No Macro"
		stop = (   8: 15),N,"RnbwS.5"
		stop = (  16: 23),N,"RnbwM.5"
		stop = (  24: 31),N,"RndwF.5"
		stop = (  32: 39),N,"RnbwS.0"
		stop = (  40: 47),N,"RnbwM.0"
		stop = (  48: 55),N,"RnbwF.0"
		stop = (  56: 63),N,"RnbwVS.0"
		stop = (  64: 70),N,"RandomS"
		stop = (  71: 71),N,"StoreCol"
		stop = (  72: 79),N,"RandomM"
		stop = (  80: 87),N,"RandomF"
		stop = (R 88: 95),N,"Reserved"
		stop = (R 96:103),N,"Reserved"
		stop = (R104:111),N,"Reserved"
		stop = (R112:119),N,"Reserved"
		stop = (R120:136),N,"Reserved"
		stop = (R137:255),N,"No Func"

	parameter
		name = "-STROBE-"
		displayerNum = 6
		type = B
		attribList = 1 
		stop = (   0:  7),N,"Shtr Closd"
		stop = (R  8: 15),N,"Shtr Open"
		stop = ( 224:255),N,"Shtr Open"
		stop = (M 16:151),2,"Strobe:"
		stop = (M152:175),1,"PulsO:"
		stop = (M176:199),1,"PulsC:"
		stop = (M200:223),1,"StRndm:"

//-----------------------------------------

	Parameter
		name = "-MODCOL-"
		displayerNum = 7
		type = C
		attribList = 7,8
		stop = (R  0:255,R  0: 63),N,"WhtBalOff"
		stop = (R  0:255, 190:250),N,"WhtBalOff"
		stop = (R  0:255,  64:189),N,"WhtBalOn"
		stop = (R 71: 71, 251:255),N,"Store"

end

