////////////////////////////
// TAS Mini Ultrascan II  575MSR (Standard DMX mode)
// RM Nov 2006

Fixture
	manufacturer = "TAS"
	name = "MUltraS2"
	version = 0.90
//  fullmanufacturer = "TAS"
//  fullname = "Mini Ultrascan II 575MSR"
//  mode = e
//  description = ""

	Attribute
		name = "PAN"
		channel = 1
		homeVal = 127

	Attribute
		name = "TILT"
		channel = 2
		homeVal = 127

	Attribute
		name = "INTENSITY"
		channel = 4
		homeVal = 0
		minVal = 0
		maxVal = 127

	Attribute
		name = "GOBO"
		channel = 5
		homeVal = 0
		
	attribute
		name = "GOBO<>"
		channel = 6
		homeVal = 0
		
	attribute
		name = "COLOUR"
		channel = 7
		homeVal = 0

	Attribute
		name = "CONTROL"
		channel = 8
		homeVal = 0

///////////////////////////////////////////////////////////////

	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 = 7
		stop = (   0: 15),N,"White"
		stop = (  16: 35),N,"Colour 1"
		stop = (  36: 55),N,"Colour 2"
		stop = (  56: 71),N,"Colour 3"
		stop = (  72: 91),N,"Colour 4"
		stop = (  92:107),N,"Colour 5"
		stop = ( 108:127),N,"Colour 6"
		stop = ( 128:143),N,"Colour 7"
		stop = ( 144:163),N,"Colour 8"
		stop = (M164:255),1,"CWhl>:"

	Parameter
		name = "-GOBO-"
		displayerNum = 4
		type = B
		attribList = 5
		stop = (   0: 19),N,"No Gobo"
		stop = (  20: 39),N,"Gobo 1"
		stop = (  40: 59),N,"Gobo 2"
		stop = (  60: 79),N,"Gobo 3"
		stop = (  80: 99),N,"Gobo 4"
		stop = ( 100:119),N,"Gobo 5"
		stop = ( 120:139),N,"Gobo 6"
		stop = ( 140:159),N,"Gobo 7"
		stop = (M160:255),1,"GWhl>:"

	parameter
		name = "-GOBO<>-"
		displayerNum = 5
		type = B
		attribList = 6
		stop = (M  0:255),2,"Gobo>:"

	Parameter
		name = "-SHUTTER-"
		displayerNum = 6
		type = B
		attribList = 4
		stop = (   0:  0),N,"use Fader"
		stop = (M128:255),2,"Strobe:"

//---------------------------------------------

	parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = N
		attribList = 8 
		stop = (   0: 63),N,"Run Mode"
		stop = (R141:190),N,"Run Mode"
		stop = (  64:140),N,"Reset"
		stop = ( 192:255),N,"BiColour"

end

