//////////////////////////////         newton 
//  VS-T 

Fixture 
// version = 0.83 
   manufacturer = "SGM"
   name = "Newton"
//  fullmanufacturer = "SGM"
//  fullname = "Newton"
//  mode = 0
//  description = ""

   Attribute
      name = "IRIS"
      homeVal = 255
      channel = 1
   Attribute
      name = "COLOUR"
      homeVal = 0
      channel = 2
   Attribute
      name = "INTENSITY"
      homeVal = 0
      channel = 3
   Attribute
      name = "STROBE"
      homeVal = 0
      channel = 4
   Attribute
      name = "COLOUR<>"
      homeVal = 0
      channel = 5

   Parameter
      name = "-IRIS-"   
      displayerNum = 5
      type = b
      attribList = 1
      stop = (M0:255),B,"Iris="

   Parameter
      name = "-COLOUR-"   
      displayerNum = 3
      type = c
      attribList = 2
      stop = ( 0:0),N,"white"
      stop = ( 54:54),N,"yellow"
      stop = ( 90:90),N,"lavender"
      stop = ( 126:126),N,"orange"
      stop = ( 162:162),N,"pink"
      stop = ( 197:197),N,"red"
      stop = ( 255:255),N,"frost"

//**   Parameter
//**      name = "-INTENSITY-"         // *ERR1  param name too long
//**      displayerNum = 6
//**      type = i
//**      attribList = 3
//**      stop = (M0:255),B,"%"

   Parameter
      name = "-STROBE-"   
      displayerNum = 7
      type = b
      attribList = 4
      stop = ( 0:0),N,"open"
      stop = (M16:239),2,"str"

   Parameter
      name = "-COLOUR<>-"         // *ERR1  param name too long
      displayerNum = 8
      type = c
      attribList = 5
      stop = ( 0:0),N,"normal"
      stop = ( 64:64),N,"split"
      stop = (M190:255),2,">>"
end

