Visual Productions forum

Products => Builder & Personality file requests => Topic started by: Erics on August 10, 2010, 09:12:25 PM

Title: Stairville WS250H
Post by: Erics on August 10, 2010, 09:12:25 PM
Hi Maarten,
i made a profile for the Stairvile WS250H Scanner. It has a normal and a split color mode. You can add the split color mode to the Stairville SC250H as well. The DMX Table and the manual are the same.
Code: [Select]
fixture "WS250H"
{
mode "color split"
{
  position pan msb 0 0,255
  position tilt msb 1 0,255
  shutter
  {
  offset 2
  on 0,7
  }
  strobe
  {
  offset 2
  control 16,131
  pulse 132,247
  }
  gobo
  {
  offset 3
  slot 0,8 GB_OPEN static
  slot 9,17 NO_01 static
  slot 18,25 NO_02 static
  slot 26,34 NO_03 static
  slot 35,43 NO_04 static
  slot 44,51 NO_05 static
  slot 52,59 NO_06 static
  slot 60,68 NO_07 static
  slot 69,76 NO_08 static
  slot 77,85 NO_09 static
  slot 86,93 NO_10 static
  slot 94,102 NO_11 static
  slot 103,110 NO_12 static
  slot 111,119 NO_13 static
  slot 120,127 NO_14 static
  scroll 128,255
  }
  color
  {
  offset 4
  slot 0,7 CLR_WHITE
  slot 8,15 CLR_GREEN
  slot 16,22 CLR_GREEN CLR_MAGENTA
  slot 23,30 CLR_MAGENTA
  slot 31,37 CLR_BLUE_LIGHT
  slot 38,45 CLR_AMBER
  slot 46,52 CLR_RED
  slot 53,60 CLR_RED CLR_BLUE
  slot 61,67 CLR_BLUE
  slot 68,75 CLR_UV
  slot 76,82 CLR_GREEN_LIGHT
  slot 83,90 CLR_GREEN_LIGHT CLR_ORANGE
  slot 91,97 CLR_ORANGE
  slot 98,105 CLR_ORANGE CLR_YELLOW
  slot 106,112 CLR_YELLOW
  slot 113,120 CLR_YELLOW CLR_PINK
  slot 121,127 CLR_PINK
  scroll 128,255
  }
  preset 5 0
  dimmer
  {
    msb 6 0,255
  }
     }
mode "normal"
{
  position pan msb 0 0,255
  position tilt msb 1 0,255
  shutter
  {
  offset 2
  on 0,7
  }
  strobe
  {
  offset 2
  control 16,131
  pulse 132,247
  }
  gobo
  {
  offset 3
  slot 0,8 GB_OPEN static
  slot 9,17 NO_01 static
  slot 18,25 NO_02 static
  slot 26,34 NO_03 static
  slot 35,43 NO_04 static
  slot 44,51 NO_05 static
  slot 52,59 NO_06 static
  slot 60,68 NO_07 static
  slot 69,76 NO_08 static
  slot 77,85 NO_09 static
  slot 86,93 NO_10 static
  slot 94,102 NO_11 static
  slot 103,110 NO_12 static
  slot 111,119 NO_13 static
  slot 120,127 NO_14 static
  scroll 128,255
  }
  color
  {
  offset 4
  slot 0,10 CLR_WHITE
  slot 11,21 CLR_GREEN
  slot 22,31 CLR_MAGENTA
  slot 32,42 CLR_BLUE_LIGHT
  slot 43,53 CLR_AMBER
  slot 54,63 CLR_RED
  slot 64,74 CLR_BLUE
  slot 75,85 CLR_UV
  slot 86,95 CLR_GREEN_LIGHT
  slot 96,106 CLR_ORANGE
  slot 107,117 CLR_YELLOW
  slot 118,127 CLR_PINK
  scroll 128,255
  }
  preset 5 0
  dimmer
  {
    msb 6 0,255
  }
     }
}
Title: Re: Stairville WS250H
Post by: Maarten Engels on August 11, 2010, 09:40:40 AM
Great! Well Done.