//////////////////////////////////     Acrobat 575 PE
//  Created by R.Mickan  Dec2003

fixture
	manufacturer = "GRIVEN"
	name = "Acrobat"
	version = 0.96
//  fullmanufacturer = "Griven"
//  fullname = "Acrobat PE 575"
//  mode = 0
//  description = ""
	
	attribute
		name = "GOBOROT"
		channel = 1
		homeVal = 190
		
	attribute
		name = "COLOUR"
		channel = 2
		homeVal = 0
		
	attribute
		name = "GOBO"
		channel = 3
		homeVal = 0
		
	attribute
		name = "SHUTTER"
		channel = 4
		homeVal = 0
		
	attribute
		name = "PAN"
		channel = 5
		finechan = 11
		homeVal = 127
				
	attribute
		name = "TILT"
		channel = 6
		finechan = 12
		homeVal = 127
		
	attribute
		name = "INTENSITY"
		channel = 7
		
	attribute
		name = "FRST\PRSM"
		channel = 8
		homeVal = 0

	attribute
		name = "FOCUS"
		channel = 9
		homeVal = 128
		
	attribute
		name = "LAMP"
		channel = 10
		homeVal = 0
		
	attribute
		name = "AUTOMODE"
		channel = 13
		homeVal = 0

	attribute
		name = "DISPLAY"
		channel = 14
		homeVal = 0
						
////////////////////////////////////////////////////////

	parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 5
		stop = (M  0:65535),D,0,360,"Pan="			// Find Degrees
		
	parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 6
		stop = (M  0:65535),D,0,270,"Ti@="			// Find Degrees

	parameter
		name = "-COLOUR-"
		displayerNum = 3
		type = C
		attribList = 2
		stop = (   0: 23),N,"White"
		stop = (  24: 40),N,"Colour 1"		
		stop = (  41: 57),N,"Colour 2"
		stop = (  58: 74),N,"Colour 3"
		stop = (  75: 91),N,"Colour 4"
		stop = (  92:108),N,"Colour 5"
		stop = ( 109:125),N,"Colour 6"
		stop = ( 126:142),N,"Colour 7"
		stop = ( 143:159),N,"Colour 8"
		stop = ( 160:175),N,"Colour 9"
		stop = (M176:255),1,"CWhl>:"
		stop = (M  0:175),2,"ColWhl:"

	parameter
		name = "-GOBO-"
		displayerNum = 4
		type = B
		attribList = 3
		stop = (   0: 36),N,"Gobo 1"
		stop = (  37: 72),N,"Gobo 2"
		stop = (  73:109),N,"Gobo 3"
		stop = ( 110:145),N,"Gobo 4"
		stop = ( 146:182),N,"Gobo 5"
		stop = ( 183:219),N,"Gobo 6"
		stop = ( 220:255),N,"Gobo 7"
		
	parameter
		name = "-GOBO<>-"
		displayerNum = 5
		type = B
		attribList = 1
		stop = (M  0:127),D,0,360,"Idx:"
		stop = (M128:182),1,"Gobo>:"
		stop = ( 183:199),N,"GbStop"
		stop = (M200:255),1,"Gobo<:"
		
	parameter
		name = "-FOCUS-"
		displayerNum = 6
		type = B
		attribList = 9
		stop = (M  0:255),2,"Focus="

//---------------------------------------------
		
	parameter
		name = "-FR-PRSM-"
		displayerNum = 7
		type = B
		attribList = 8
		stop = (   0: 31),N,"No FX"
		stop = (  32: 63),N,"Frost"
		stop = (  64:127),N,"Prism"
		stop = (R224:255),N,"Prism"		
		stop = ( 128:159),N,"Prism>1"
		stop = ( 160:191),N,"Prism>2"
		stop = ( 192:223),N,"Prism>3"

	parameter
		name = "-SHUTTER-"
		displayerNum = 8
		type = B
		attribList = 4
		stop = (   0: 15),N,"Shtr Clsd"
		stop = (  16: 31),N,"Strobe1"
		stop = (  32: 47),N,"Strobe2"
		stop = (  48: 63),N,"Strobe3"
		stop = (  64: 79),N,"Strobe4"
		stop = (  80: 95),N,"Strobe5"
		stop = (  96:111),N,"Strobe6"
		stop = ( 112:127),N,"Strobe7"
		stop = ( 128:143),N,"Strobe8"
		stop = ( 144:159),N,"Strobe9"
		stop = ( 160:175),N,"Strobe10"
		stop = ( 176:191),N,"Strobe11"
		stop = ( 192:207),N,"Strobe12"
		stop = ( 208:223),N,"Strobe13"
		stop = ( 224:239),N,"Strobe14"
		stop = ( 225:255),N,"Strobe15"		
				
//----------------------------------------
		
	parameter
		name = "-DISPLAY-"
		displayerNum = 22
		type = B
		attribList = 14
		stop = (   0:128),N,"DMX Mode"
		stop = ( 129:255),N,"Disp Off"

		
	parameter
		name = "-AUTO-"
		displayerNum = 23
		type = B
		attribList = 13
		stop = (   0:192),N,"DMX Mode"
		stop = ( 193:255),N,"Auto Seq"

		
	parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = N
		attribList = 10
		stop = ( 192:255),N,"Lamp Off"		
		stop = (   0:127),N,"Lamp On"
		stop = ( 128:191),N,"Stand By"	
	
end

