Color Kinetics LED patching

I am very new to the Hog 2 PC software, or any Hog software for that matter, and need a little help with patching a Color Kinetics color blaze 72 fixture. I was going to try using a patch from another company but the fixtures are very different that I don't want to make my life more difficult. I there an easy way to do this. I read the LED release notes and there is not a definite easy way that I can see to make this work for Color Kinetics. Please help! I am trying to use this for a show demo this weekend.

Thanks.
Parents
  • OK, here ya go...

    Do all of the following to your showfile with H2PC not running.

    Copy and paste this code into your .lib file using Notepad. Don't forget to increment your count by 1 as well.

    //-------------------------------------------------------
    //Marty's RGB Profile for HOG II
    fixture = RGB_Cell
    manufacturer = 0
    product = 30
    name = RGB_Cell
    output = dmx
    parameter = iRed
    default = 0
    highlight = 255
    crossfade = 0
    kind = +
    type = htp8bit
    range = 0, 255, %
    parameter = iGreen
    default = 0
    highlight = 255
    crossfade = 0
    kind = +
    type = htp8bit
    range = 0, 255, %
    parameter = iBlue
    default = 0
    highlight = 255
    crossfade = 0
    kind = +
    type = htp8bit
    range = 0, 255, %


    Then save your .lib and you should find the fixture under generics.

    I'm attaching profile code as text file as well.

    Hope this works out for you.:)

    [ATTACH]175[/ATTACH]
Reply
  • OK, here ya go...

    Do all of the following to your showfile with H2PC not running.

    Copy and paste this code into your .lib file using Notepad. Don't forget to increment your count by 1 as well.

    //-------------------------------------------------------
    //Marty's RGB Profile for HOG II
    fixture = RGB_Cell
    manufacturer = 0
    product = 30
    name = RGB_Cell
    output = dmx
    parameter = iRed
    default = 0
    highlight = 255
    crossfade = 0
    kind = +
    type = htp8bit
    range = 0, 255, %
    parameter = iGreen
    default = 0
    highlight = 255
    crossfade = 0
    kind = +
    type = htp8bit
    range = 0, 255, %
    parameter = iBlue
    default = 0
    highlight = 255
    crossfade = 0
    kind = +
    type = htp8bit
    range = 0, 255, %


    Then save your .lib and you should find the fixture under generics.

    I'm attaching profile code as text file as well.

    Hope this works out for you.:)

    [ATTACH]175[/ATTACH]
Children
No Data
Related