//////////////////////////////         robo804 
//  VS-T 

Fixture 
// version = 0.83 
   manufacturer = "Martin"
   name = "roboscan804"
//  fullmanufacturer = "Martin"
//  fullname = "RoboScan 804"
//  mode = 0
//  description = ""

   Attribute
      name = "INTENSITY"
      homeVal = 1
      channel = 1
   Attribute
      name = "COLOUR"
      homeVal = 0
      channel = 2
   Attribute
      name = "GOBO"
      homeVal = 0
      channel = 3
   Attribute
      name = "PAN"
      homeVal = 127
      channel = 4
   Attribute
      name = "TILT"
      homeVal = 127
      channel = 5

//**   Parameter
//**      name = "-INTENSITY-"         // *ERR1  param name too long
//**      displayerNum = 5
//**      type = i
//**      attribList = 1
//**      stop = ( 0:0),N,"off"
//**      stop = ( 6:6),N,"on"
//**      stop = ( 253:253),N,"reset"

   Parameter
      name = "-COLOUR-"   
      displayerNum = 3
      type = c
      attribList = 2
      stop = ( 0:0),N,"white"
      stop = ( 51:51),N,"red"
      stop = ( 101:101),N,"blue"
      stop = ( 151:151),N,"green"
      stop = ( 201:201),N,"yellow"

   Parameter
      name = "-GOBO-"   
      displayerNum = 4
      type = b
      attribList = 3
      stop = ( 0:0),N,"open"
      stop = ( 64:64),N,"tunnels"
      stop = ( 128:128),N,"star"
      stop = ( 192:192),N,"circle"

   Parameter
      name = "-PAN-"   
      displayerNum = 1
      type = f
      attribList = 4
      stop = ( 0:0),N,"left"
      stop = (M31:223),B,"Pan="
      stop = ( 224:224),N,"right"

   Parameter
      name = "-TILT-"   
      displayerNum = 2
      type = f
      attribList = 5
      stop = ( 0:0),N,"up"
      stop = (M13:241),B,"Ti@="
      stop = ( 242:242),N,"down"
end

