//////////////////////////////         VLMmode1 (16-bit)
//Reset hold for 3 seconds
//Created by Steve Richards August 30, 2003 12:23:26 PM 
// Updated by Steve Richards September 02, 2003 11:17:47 AM 

fixture
	manufacturer = "VARILITE"
	name = "VLM.1"
	version = 0.59
//  fullmanufacturer = "Vari-Lite"
//  fullname = "VLM"
//  mode = 1
//  description = ""
	
   Attribute
      name = "PAN"
      channel = 2
      fineChan = 1
      homeVal = 32768
      
   Attribute
      name = "TILT"
      channel = 4
      fineChan = 3
      homeVal = 32768
 	
   Attribute
		name = "ROTATION SPEED >"
		channel = 5
		homeVal = 0
		
	Attribute
		name = "ROTATION SPEED <"
		channel = 6
		homeVal = 0
		
	Attribute
		name = "UNUSED"
		channel = 7
		homeVal = 0
				
	Attribute
		name = "RESET"
		channel = 8
		homeVal = 0
		
////////////////////////////////////////////////////////////////////
		
	parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 2
		stop = (M0:65535),D,0,360,"Pan="

		
	parameter
		name = "-TILT-"
		displayerNum =2 
		type = F
		attribList = 4
		stop = (M0:65535),D,0,270,"Ti@="

		
	parameter
		name = "-ROTSP>-"
		displayerNum = 3
		type = C
		attribList = 5
		stop = (M   0:255),2,"RotSp>="
		
		
	parameter
		name = "-ROTSP<-"
		displayerNum = 4
		type = C	
		attribList = 6
		stop = (M   0:255),2,"RotSp<="		

   Parameter
      name = "-CONTROL-"   
      displayerNum = 24
      type = N
      attribList = 8
      stop = ( 0:0),N,"idle"
      stop = ( 84:84),N,"reset" //Hold for 3 seconds


end
 

