// Chauvet SMover
//

Fixture
	manufacturer = "CHAUVET"
	name = "SMover"
	version = 1.0
//  fullmanufacturer = "Chauvet"
//  fullname = "Stage Mover"
//  mode = 0
//  description = ""	

	Attribute
		name = "PAN"
		channel = 1
	    fineChan = 2
	    homeVal = 32767
	       	
	Attribute
		name = "TILT"
		channel = 3
	    fineChan = 4
		homeVal = 32767

	Attribute
		name = "SPEED"
		channel = 5

	Attribute
		name = "LAMP"
		channel = 6
		homeVal = 16

	Attribute
		name = "INTENSITY"
		channel = 7
		minVal = 255
		maxVal = 0 

	Attribute
		name = "CONTROL"
		channel = 8
	    homeVal = 0

//////////////////////////////////////////////////////////////

	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 1
		stop = (M  0:65535),D,0,540,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 3
		stop = (M  0:65535),D,0,270,"TI@="

	Parameter
		name = "-MSPEED-"
		displayerNum = 3
		type = F
		attribList = 5
		stop = (M  0:255),2,"Speed="	
		
	Parameter
		name = "-SHUTTER-"
		displayerNum = 4
		type = B
		attribList = 6
		stop = (   0:  7),N,"Shtr Clsd"
		stop = (   8: 23),N,"Shtr Open"
		stop = (M 24:238),2,"Strobe:"
		stop = ( 239:255),N,"Shtr Open"
         
	Parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = N
		attribList = 6
		stop = (   0:250),N,"NOFUNC"
	  	stop = ( 251:255),N,"Reset" 
	  	          
End Fixture