//////////////////////////////         stgscan 
//  VS-T 
//Edited RM Feb04

Fixture 
 version = 1.02
   manufacturer = "CLAY PAKY"
   name = "StageScan"
//  fullmanufacturer = "Clay Paky"
//  fullname = "Stage Scan"
//  mode = 0
//  description = ""

   Attribute
      name = "IRIS"
      homeVal = 255
      channel = 1
      
   Attribute
      name = "COLOUR"
      homeVal = 0
      channel = 2
      
   Attribute
      name = "FX-PRISM"
      homeVal = 0
      channel = 3
      
   Attribute
      name = "INTENSITY"
      channel = 4
      minVal = 0
      maxVal =128
      homeVal = 0
            
   Attribute
      name = "PAN"
      homeVal = 128
      channel = 5
      
   Attribute
      name = "TILT"
      homeVal = 128
      channel = 6
      
   Attribute
      name = "ZOOM"
      homeVal = 128
      channel = 7
      
   Attribute
      name = "FOCUS"
      homeVal = 128
      channel = 8
      
   Attribute
      name = "PRISM"
      homeVal = 0
      channel = 9
      
   Attribute
      name = "PRISM<>"
      homeVal = 0
      channel = 10
      
   Attribute
      name = "GOBO1"
      homeVal = 0
      channel = 11
      
   Attribute
      name = "GOBO2"
      homeVal = 0
      channel = 12
      
   Attribute
      name = "GOBO2<>"
      homeVal = 0
      channel = 13
      
   Attribute
      name = "CYAN"
      homeVal = 255
      channel = 14
      
   Attribute
      name = "MAGENTA"
      homeVal = 255
      channel = 15
      
   Attribute
      name = "YELLOW"
      homeVal = 255
      channel = 16
      
   Attribute
      name = "CONTROL"
      homeVal = 255
      channel = 17

///////////////////////////////////////////////

   Parameter
      name = "-PAN-"   
      displayerNum = 1
      type = F
      attribList = 5
      stop = (M0:255),D,0,180,"Pan="	//Check Degrees per spec

   Parameter
      name = "-TILT-"   
      displayerNum = 2
      type = F
      attribList = 6
      stop = (M0:255),D,0,110,"Ti@="	//Check Degrees per spec

   Parameter
      name = "-COLOUR-"   
      displayerNum = 3
      type = C
      attribList = 2
      stop = (   0:  0),N,"White"
      stop = (   8: 24),N,"Warm"
      stop = (  25: 41),N,"Cold"
      stop = (  42: 58),N,"Blue"
      stop = (  59: 74),N,"Yellow"
      stop = (  75: 89),N,"Red"
      stop = (R 90:107),N,"White"
      stop = ( 108:127),N,"Purple"
      stop = (M128:255),2,"CWhl>:"

   Parameter
      name = "-CYAN-"   
      displayerNum = 4
      type = C
      attribList = 14
      stop = (M255:  0),2,"Cyan="

   Parameter
      name = "-MAGNTA-"   
      displayerNum = 5
      type = C
      attribList = 15
      stop = (M255:  0),2,"Mgnta="

   Parameter
      name = "-YELLOW-"   
      displayerNum = 6
      type = C
      attribList = 16
      stop = (M255:  0),2,"Yellow="      
      
//------------------------------------------      
      
   Parameter
      name = "-GOBO1-"   
      displayerNum = 7
      type = B
      attribList = 11
      stop = (   0:  0),N,"NoGobo 1"
      stop = (  64: 64),N,"BreakUp"
      stop = ( 128:128),N,"Dots"
      stop = ( 192:192),N,"Triangle"
      stop = ( 255:255),N,"Cone"

  Parameter
      name = "-GOBO2-"   
      displayerNum = 8
      type = B
      attribList = 12
      stop = (   0:  0),N,"NoGobo 2"
      stop = (  64: 64),N,"Spirog"
      stop = ( 128:128),N,"RedStar"
      stop = ( 192:192),N,"Triangle2"
      stop = ( 255:255),N,"Spiral"

   Parameter
      name = "-GOBO2<>-"   
      displayerNum = 9
      type = B
      attribList = 13
      stop = (M  0:127),2,"Gb2Idx:"
      stop = (M128:255),2,"Gbo2<>:"
      
   Parameter
      name = "-IRIS-"   
      displayerNum = 10
      type = B
      attribList = 1
      stop = (M  0:255),2,"Iris="

   Parameter
      name = "-ZOOM-"   
      displayerNum = 11
      type = B
      attribList = 7
      stop = (M  0:255),2,"Zoom=" 

   Parameter
      name = "-FOCUS-"   
      displayerNum = 12
      type = B
      attribList = 8
      stop = (M  0:255),2,"Focus="

//------------------------------------------      
 
  Parameter
      name = "-PRISM-"   
      displayerNum = 13
      type = B
      attribList = 9
      stop = (   0:  0),N,"NoPrism"
      stop = (  64: 64),N,"Prism 1"
      stop = ( 128:128),N,"Prism 2"
      stop = ( 192:192),N,"Prism 3"
      stop = ( 255:255),N,"Prism 4"

   Parameter
      name = "-PRISM<>-"   
      displayerNum = 14
      type = B
      attribList = 10
      stop = (M  0:127),2,"Idx:"
      stop = (M128:255),2,"Prsm<>:"
     
   Parameter
      name = "-FXPRISM-"
      displayerNum = 15
      type = B
      attribList = 3
      stop = (   0:  0),N,"No Fx"
      stop = (  64: 64),N,"Mist"
      stop = ( 128:128),N,"Light"
      stop = ( 192:192),N,"Heavy"
      stop = ( 255:255),N,"Prism"

   Parameter
     name = "-STROBE-"
     displayerNum = 16
     type = B
     attribList = 4
     stop = (   0:  0),N,"use Fader"
     stop = (R129:139),N,"Shtr Open"
     stop = (R255:255),N,"Shtr Open"     
     stop = (M140:242),2,"Strobe:"


//------------------------------------------------

   Parameter
      name = "-CONTROL-"   
      displayerNum = 24
      type = N
      attribList = 17
      stop = (   0:  0),N,"Lamp Off"
      stop = ( 128:128),N,"Run Mode"
      stop = ( 255:255),N,"Lamp On"
      
end

