// maXim template file - KLS iBOT 250
// R.M.

Fixture
	manufacturer = "KLS"
	name = "iBot250"
	version = 0.90
//  fullmanufacturer = "KLS"
//  fullname = "iBOT 250"
//  mode = 0
//  description = ""

	Attribute
		name = "INTENSITY"
		channel = 1

	Attribute
		name = "GOBO"
		channel = 2
		homeVal = 0

	Attribute
		name = "GOBO<>"
		channel = 3
		homeVal = 98

	Attribute
		name = "COLOUR"
		channel = 4
		homeVal = 0

	Attribute
		name = "MSPEED"
		channel = 5
		homeVal = 255
		
	Attribute
		name = "PAN"
		channel = 6
		homeVal = 128
		
	Attribute
		name = "TILT"
		channel = 7
		homeVal = 128						
				
///////////////////////////////////////////////////////////////

	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 6
		stop = (M  0:255),D,0,360,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 7
		stop = (M  0:255),D,0,270,"Ti@="

	Parameter
		name = "-COLOUR-"
		displayerNum = 3
		type = C
		attribList = 4
		stop = (M  0:127),2,"Colour:"
		stop = (M128:255),2,"CWhl>:"		

	Parameter
		name = "-GOBO-"
		displayerNum = 4
		type = B
		attribList = 2
		stop = (M  0:127),2,"Gobo:"
		stop = (M128:255),2,"GWhl>:"
		
	Parameter
		name = "-GOBO<>-"
		displayerNum = 5
		type = B
		attribList = 3 
		stop = (M 98:  0),2,"Gobo>:"
		stop = (M 99:195),2,"Gobo<:"
		stop = (M196:255),1,"Rock:"

	parameter
		name = "-MSPEED-"
		displayerNum = 24
		type = f
		attribList = 5
		stop = (M  0:255),2,"Speed="		

end

