//////////////////////////////   
// iSolutions iFollow Followspot 1200w 
// Created by Gary @ Lighting Lab
// Standardised by Richie @ LSC 7/4/09

Fixture 
   manufacturer = "ACME"
   name = "if1200"
   Version = 1.1
//  fullmanufacturer = "Acme"
//  fullname = "iFollow 1200 FollowSpot"
//  mode = 0
//  description = ""

   Attribute
      name = "SHUTTER"
      channel = 1
      homeVal = 12

   Attribute
      name = "IRIS"
      channel = 2
      homeVal = 0

   Attribute
      name = "COLOUR"
      channel = 3
      homeVal = 0

   Attribute
      name = "COLRTEMP"
      channel = 4
      homeVal = 0

   Attribute
      name = "INTENSITY"
      channel = 5

   Attribute
      name = "FOCUS"
      channel = 6
      homeVal = 127

///////////////////////////////////////////////////////////////////////////
  
    Parameter
      name = "-COLOUR-"   
      displayerNum = 1
      type = C
      attribList = 3
      stop = (   0: 14),N,"White"
      stop = (  15: 28),N,"Red"
      stop = (  29: 42),N,"Yellow"       
      stop = (  43: 56),N,"Magenta"
      stop = (  57: 70),N,"Green"
      stop = (  71: 84),N,"Orange"
      stop = (  85: 97),N,"LtBLue"
      stop = (  98:112),N,"Purple"
      stop = ( 113:127),N,"Pink"
      stop = (M128:191),1,"Cwhl>:"
      stop = (M192:255),1,"CWhl<:"

   Parameter
      name = "-COLTEMP-"   
      displayerNum = 2
      type = C
      attribList = 4
      stop = (   0: 85),N,"6000k"
      stop = (  86:170),N,"5600k"
      stop = ( 171:255),N,"3200k"
      
   Parameter
      name = "-FOCUS-"
      displayerNum = 3
      type = B
      attribList = 6
      stop = (M  0:255),2,"Focus="

    Parameter
      name = "-IRIS-"
      displayerNum = 4
      type = B
      attribList = 2
      stop = (M  0:253),2,"Iris:"
      stop = ( 254:255),N,"IrisClsd"

    Parameter
      name = "-SHUTTER-"   
      displayerNum = 5
      type = B
      attribList = 1
      stop = (   0:  7),N,"ShtrClsd"
      stop = (   8: 15),N,"ShtrOpen"
      stop = (R248:255),N,"ShtrOpen"      
      stop = (M 16:247),2,"Strobe:"

end
