//////////////////////////////         vl6mode1 (8-bit)
//    
// Created by Steve Richards August 29, 2003 10:47:28 AM
// Updated by Steve Richards August 30, 2003 10:35:18 AM 

Fixture 

   manufacturer = "VariLite"
   name = "Vl6.1"
   version = 0.59
//  fullmanufacturer = "Vari-Lite"
//  fullname = "VL6"
//  mode = 1
//  description = ""

   Attribute
      name = "INTENSITY"
      channel = 1
      
   Attribute
      name = "PAN"
      channel = 2
      homeVal = 128
      
   Attribute
      name = "TILT"
      channel = 3
      homeVal = 128
      
   Attribute
      name = "GOBO"
      channel = 4
      homeVal = 0
      
   Attribute
      name = "COLOUR"
      channel = 5
      homeVal = 0
      
   Attribute
      name = "IRIS"
      channel = 6
      homeVal = 255
      
   Attribute
      name = "FOCUS"
      channel = 7
      homeVal = 128
      
   Attribute
      name = "CONTROL"
      channel = 8
      homeVal = 0

////////////////////////////////////////////////////////////////////

	parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 2
		stop = (M0:255),D,0,360,"Pan="

		
	parameter
		name = "-TILT-"
		displayerNum =2 
		type = F
		attribList =3
		stop = (M0:255),D,0,270,"Ti@="


   Parameter
      name = "-GOBO-"   
      displayerNum = 4
      type = B
      attribList = 4
      stop = ( 0:0),N,"open"
      stop = ( 11:30),N,"pebbles"
      stop = ( 31:50),N,"breakup"
      stop = ( 51:71),N,"cone"
      stop = ( 72:91),N,"starfld"
      stop = ( 92:112),N,"leaves"
      stop = ( 113:132),N,"bars"
      stop = ( 133:152),N,"hbars"
      stop = ( 153:173),N,"blocks"
      stop = ( 174:193),N,"wave"
      stop = ( 194:214),N,"triangle"
      stop = ( 215:234),N,"dots"
      stop = (M246:255),2,">>"

   Parameter
      name = "-COLOUR-"   
      displayerNum = 3
      type = C
      attribList = 5
      stop = ( 0:0),N,"white"
      stop = ( 11:30),N,"red"
      stop = ( 31:50),N,"blue"
      stop = ( 51:71),N,"yellow"
      stop = ( 72:91),N,"turquois"
      stop = ( 92:112),N,"pink"
      stop = ( 113:132),N,"green"
      stop = ( 133:152),N,"magenta"
      stop = ( 153:173),N,"lavender"
      stop = ( 174:193),N,"amber"
      stop = ( 194:214),N,"orange"
      stop = ( 215:234),N,"congo"
      stop = (M246:255),2,">>"

   Parameter
      name = "-IRIS-"   
      displayerNum = 7
      type = B
      attribList = 6
      stop = (M  0:255),2,"Iris="

   Parameter
      name = "-FOCUS-"   
      displayerNum = 8
      type = B
      attribList = 7
      stop = (M0:255),2,"Focus="

   Parameter
      name = "-CONTROL-"   
      displayerNum = 24
      type = N
      attribList = 8
      stop = ( 0:0),N,"idle"
      stop = ( 84:84),N,"reset"
end




