////////////////////////////
// TAS Mini Ultrascan 200MSD
// RM Nov 2006

Fixture
	manufacturer = "TAS"
	name = "MUltraS"
	version = 0.90
//  fullmanufacturer = "TAS"
//  fullname = "Mini Ultrascan 200MSD"
//  mode = 0
//  description = ""

	Attribute
		name = "PAN"
		channel = 1
		homeVal = 127

	Attribute
		name = "TILT"
		channel = 2
		homeVal = 127

	Attribute
		name = "GOBO"
		channel = 3
		homeVal = 0

	Attribute
		name = "COLOUR"
		channel = 4
		homeVal = 0

	Attribute
		name = "SHUTTER"
		channel = 5
		homeVal = 0

	Attribute
		name = "INTENSITY"
		channel = 6

///////////////////////////////////////////////////////////////

	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 1
		stop = (M  0:255),2,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 2
		stop = (M  0:255),2,"Ti@="

	Parameter
		name = "-COLOUR-"
		displayerNum = 3
		type = C
		attribList = 4
		stop = (   0: 23),N,"White"
		stop = (  24: 48),N,"Colour 1"
		stop = (  49: 71),N,"Colour 2"
		stop = (  72: 94),N,"Colour 3"
		stop = (  95:120),N,"Colour 4"
		stop = ( 121:143),N,"Colour 5"
		stop = ( 144:168),N,"Colour 6"
		stop = ( 169:191),N,"Colour 7"
		stop = ( 192:217),N,"Colour 8"
		stop = ( 218:240),N,"Colour 9"
		stop = (M242:255),1,"CWhl>:"

	Parameter
		name = "-GOBO-"
		displayerNum = 4
		type = B
		attribList = 3
		stop = (   0: 23),N,"No Gobo"
		stop = (  24: 48),N,"Gobo 1"
		stop = (  49: 71),N,"Gobo 2"
		stop = (  72: 94),N,"Gobo 3"
		stop = (  95:120),N,"Gobo 4"
		stop = ( 121:143),N,"Gobo 5"
		stop = ( 144:168),N,"Gobo 6"
		stop = ( 169:191),N,"Gobo 7"
		stop = ( 192:217),N,"Gobo 8"
		stop = ( 218:240),N,"Gobo 9"
		stop = (M242:255),1,"GWhl>:"

	Parameter
		name = "-SHUTTER-"
		displayerNum = 5
		type = B
		attribList = 5
		stop = (  64:128),N,"Shtr Clsd"
		stop = (   0: 63),N,"Shtr Open"
		stop = (M129:255),2,"Strobe:"

end

