///////////////////////////////////////////    Coemar iSpot 150
// 
//  Written: A.Pistritto


fixture
//	version = 2.1
	manufacturer = "COEMAR"
	name = "iSpot 150"
//  fullmanufacturer = "Coemar"
//  fullname = "iSpot 150"
//  mode = 0
//  description = ""

	attribute
		name = "PAN"
		channel = 1
		fineChan = 2
		homeVal = 32768

	attribute
		name = "TILT"
		channel = 3
		fineChan = 4
		homeVal = 32768

	attribute
		name = "MVSPEED"
		channel = 5
		homeVal = 0

	attribute
		name = "SHUTTER"
		channel = 6
		homeVal = 255

	attribute
		name = "FOCUS"
		channel = 7
		homeVal = 128

	attribute
		name = "GOBO"
		channel = 8
		homeVal = 0

	attribute
		name = "GOBO INDEX"
		channel = 9
		homeVal = 0

	attribute
		name = "GOBO ROT"
		channel = 10
		homeVal = 0

	attribute
		name = "COLOUR"
		channel = 11
		homeVal = 0

	attribute
		name = "SHAKE"
		channel = 12
		homeVal = 0

	attribute
		name = "LAMPMOTOR"
		channel = 13
		homeVal = 255

///////////////////////////////////////////////////////////

	parameter
		name = "  -PAN-"					
		displayerNum = 1 
		type = F
		attribList = 1
		stop = (M  0:65535),W,"Pan="

	parameter
		name = "  -TILT-"					
		displayerNum = 2 
		type = F
		attribList = 3
		stop = (M  0:65535),W,"Ti@="

	parameter
		name = "-COLOUR-"					
		displayerNum = 3 
		type = C
		attribList = 11
		stop = (   0:  5),N,"White"
		stop = (   6: 13),N,"Colour 1"
		stop = (  14: 20),N,"Colour 2"
		stop = (  21: 27),N,"Colour 3"
		stop = (  28: 34),N,"Colour 4"
		stop = (  35: 41),N,"Colour 5"
		stop = (  42: 48),N,"Colour 6"
		stop = (  49: 59),N,"Colour 7"
		
		stop = (M128:191),2,"Col>:"
		stop = (M192:255),2,"Col<:"
		stop = (M 60:127),2,"Colour:"
		
	parameter
		name = "-GOBO-"					
		displayerNum = 4
		type = B
		attribList = 8
		stop = (   0: 10),N,"No Gobo"

		stop = (  11: 30),N,"Gobo 1"
		stop = (  31: 50),N,"Gobo 2"
		stop = (  51: 70),N,"Gobo 3"
		stop = (  71: 90),N,"Gobo 4"
		stop = (  91:110),N,"Gobo 5"
		stop = ( 111:127),N,"Gobo 6"
		
		stop = (M193:255),2,"GWhl>:"
		stop = (M128:192),2,"Gobo:"

	parameter
		name = "-GB IDX-"					
		displayerNum = 5
		type = B
		attribList = 9
		stop = (M  0:255),2,"GIndx="

	parameter
		name = "-GB ROT-"					
		displayerNum = 6
		type = B
		attribList = 10
		stop = (   0: 10),N,"No Rotate"
		stop = (M 11:133),2,"Gobo>:"
		stop = (M134:255),2,"Gobo<:"
		
//------------------------------------------------------

	parameter
		name = "-GOBOSHK-"
		displayerNum = 7
		type = B
		attribList = 12
		stop = (   0:  9),N,"No Shake"
		stop = (M 10:249),2,"GShk:"
		stop = ( 250:255),N,"MoveBlk"

	parameter
		name = "-FOCUS-"
		displayerNum = 8
		type = B
		attribList = 7
		stop = (M  0:255),2,"Focus="

	parameter
		name = "-SHUTTER-"					
		displayerNum = 9
		type = B
		attribList = 6
		stop = (   0:  9),N,"Sht Clsd"
		stop = ( 249:255),N,"Sht Open"
		stop = (M 10:127),2,"Strobe:"
		stop = (M131:248),2,"Rand:"
		


//------------------------------------------------------

//------------------------------------------------------

	parameter
		name = "-MOVSPD-"					
		displayerNum = 23 
		type = F
		attribList = 5
		stop = (   0: 10),N,"Fast"
		stop = (  11: 25),N,"Ultrafast"
		stop = (M 26:127),2,"Vector:"
		stop = (M128:247),2,"Track:"
		stop = ( 248:255),N,"SlowTrack"

	parameter
		name = "-CNTRL-"					
		displayerNum = 24
		type = B
		attribList = 13
		stop = (   0: 19),N,"Lamp Off"
		stop = ( 241:255),N,"Lamp On"
		stop = ( 101:170),N,"Fx Reset"
		stop = ( 171:200),N,"Mot Reset"
		stop = ( 201:240),N,"SilentFan"


end




