// maXim template file - FX Range Clubscan
// R.M.

Fixture
	manufacturer = "FXRANGE"
	name = "CScan250H"
	version = 1.0
//  fullmanufacturer = "FX Range"
//  fullname = "Clubscan 250H"
//  mode = 0
//  description = ""

	Attribute
		name = "COLOUR"
		channel = 1
		homeVal = 0

	Attribute
		name = "GOBO"
		channel = 2
		homeVal = 0

	Attribute
		name = "PAN"
		channel = 3
		homeVal = 128

	Attribute
		name = "TILT"
		channel = 4
		homeVal = 128
		
	Attribute
		name = "INTENSITY"
		channel = 5

///////////////////////////////////////////////////////////////

	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 3
		stop = (M  0:255),B,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 4
		stop = (M  0:255),B,"Ti@="

	Parameter
		name = "-COLOUR-"
		displayerNum = 3
		type = C
		attribList = 1
		stop = (M  0:255),2,"Colour="

	Parameter
		name = "-GOBO-"
		displayerNum = 4
		type = B
		attribList = 2
		stop = (M  0:255),2,"Gobo="

end

