//////////////////////////////         VL5mode1 (8-bit)
//Reset hold for 3 seconds
//Created by Steve Richards August 29, 2003 10:40:31 AM
// Updated by Steve Richards August 29, 2003 04:36:11 PM  


fixture
	manufacturer = "VARILITE"
	name = "VL5.1"
	version = 0.59
//  fullmanufacturer = "Vari-Lite"
//  fullname = "VL5"
//  mode = 1
//  description = ""
	
	Attribute
		name = "INTENSITY"
		channel = 0
		 
   Attribute
      name = "PAN"
      channel = 2
      homeVal = 128
      
   Attribute
      name = "TILT"
      channel = 3
      homeVal = 128
		
   Attribute
		name = "BLUE"
		channel = 4
		homeVal = 255
		
	Attribute
		name = "AMBER"
		channel = 5
		homeVal = 255
		
	Attribute
		name = "MAGENTA"
		channel = 6
		homeVal = 255
		
	Attribute
		name = "DIFFUSION"
		channel = 7
		homeVal = 255
		
	Attribute
		name = "RESET"
		channel = 8
		homeVal = 0
		
////////////////////////////////////////////////////////////////////
		
	parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 2
		stop = (M  0:255),D,0,360,"Pan="
		
	parameter
		name = "-TILT-"
		displayerNum =2 
		type = F
		attribList = 3
		stop = (M  0:255),D,0,270,"Ti@="

	parameter
		name = "-CYAN-"
		displayerNum = 3
		type = C
		attribList = 4
		stop = (M   0:255),2,"Cyan="

	parameter
		name = "-MAGNTA-"
		displayerNum = 4
		type = C
		attribList = 6
		stop = (M   0:255),2,"Mgnta="		
		
	parameter
		name = "-YELLOW-"
		displayerNum = 5
		type = C	
		attribList = 5
		stop = (M   0:255),2,"Yellow="		

	parameter
		name = "-FROST-"
		displayerNum = 6
		type = B
		attribList = 7
		stop = (M   0:255),2,"Frost="		

/-----------------------------------------------
		
   Parameter
      name = "-CONTROL-"   
      displayerNum = 24
      type = N
      attribList = 8
      stop = (   0:  0),N,"Run Mode"
      stop = (  84: 84),N,"Reset"

end

