// 	Beglec The Winner II
// Jon Lenard
// Applied Electronics
// 800-883-0008
// 1/5/09


Fixture 
   version = 1
   manufacturer = "BEGLEC"
   name = "WINNER2"
//  fullmanufacturer = "Beglec"
//  fullname = "The Winner II"
//  mode = "0"
//  description = ""
   
	attribute
	name = "SHUTTER"
    channel = 1
    homeVal = 255
      
   attribute
	name = "GOBO"
	channel = 2
	homeVal = 12

   attribute
	name = "COLOR"
	channel = 3
	homeVal = 0	
	
   attribute
    name = "PAN"
    channel = 4
    homeVal = 128
    
   attribute
      name = "TILT"
      channel = 5
      homeVal = 128
		
/////////////////////////////////////////////////

   Parameter
      name = "-PAN-"   
      displayerNum = 1
      type = F
      attribList = 4
      stop = (M  0:255),2,"Pan="

   Parameter
      name = "-TILT-"   
      displayerNum = 2
      type = F
      attribList = 5
      stop = (M  0:255),2,"Ti@="

   Parameter
      name = "-COLOR-"
      displayerNum = 3
      type = c
      attribList = 3
      stop = (   0: 10),N,"White"
      stop = (  11: 21),N,"Green"
	  stop = (  22: 32),N,"Orange"
      stop = (  33: 43),N,"Lt BLue"
	  stop = (  44: 54),N,"Amber"
      stop = (  55: 65),N,"Red"
      stop = (  66: 76),N,"Purple"
      stop = (  77: 87),N,"Pink"
      stop = (  88: 98),N,"Lt Green"
      stop = (  99:109),N,"Blue"
      stop = ( 110:120),N,"Yellow"
      stop = ( 121:128),N,"Magenta"
      stop = (M129:255),2,"CWhl>:"
      
   Parameter                            
      name = "-GOBO-"                   	  
      displayerNum = 4                  	  
      type = B                           	  
      attribList = 2                   	  
      stop = (   0:  7),N,"Blackout"
      stop = (   8: 15),N,"No Gobo"
      stop = (  16: 23),N,"Gobo 1"
      stop = (  24: 31),N,"Gobo 2"
      stop = (  32: 39),N,"Gobo 3"
      stop = (  40: 47),N,"Gobo 4"
      stop = (  48: 55),N,"Gobo 5"
      stop = (  56: 63),N,"Gobo 6"
      stop = (  64: 71),N,"Gobo 7"
      stop = (  72: 79),N,"Gobo 8"
      stop = (  80: 87),N,"Gobo 9"
      stop = (  88: 95),N,"Gobo 10"
      stop = (  96:103),N,"Gobo 11"
      stop = ( 104:111),N,"Gobo 12"
      stop = ( 112:119),N,"Gobo 13"
      stop = ( 120:128),N,"Gobo 14"
      stop = (M129:255),2,"GWhl<:"  
   
  Parameter
      name = "-SHUTTER-"   
      displayerNum = 5
      type = B
      attribList = 1
      stop = (   0:  9),N,"Shtr Clsd"
      stop = (M 10: 91),2,"G+C:"
	  stop = (M 92:173),2,"G:"
      stop = (M174:255),2,"C:"
      
end