HOG2 rgb + W fix?

Hi guys,

I'm looking for a generic RGB+W fixture for wholehog 2/Hog 1000/Hog 500...
Just can't find it in the Wholehog 2 Library Downloader...

Any idea?

Thanks for your help...
  • Hello, below is the RGBA library. Change the parameter name AMBER to WHITE and fixture and name from RGBA to RGBW and you will have what you need. It will work as is but the channel name has Amber instead of white.

    fixture = RGBA
    manufacturer = 0
    product = 15
    name = RGBA
    output = dmx

    parameter = Red
    default = 0
    highlight = 0
    crossfade = 0
    type = ltp8bit
    range = 0, 255, %

    parameter = Green
    default = 0
    highlight = 0
    crossfade = 0
    type = ltp8bit
    range = 0, 255, %

    parameter = Blue
    default = 0
    highlight = 0
    crossfade = 0
    type = ltp8bit
    range = 0, 255, %

    parameter = Amber
    kind = c
    default = 0
    highlight = 0
    crossfade = 0
    type = ltp8bit
    range = 0, 255, %
  • thanks!

    now i have to learn how to create a library with the denis hessberger's generator... mmh, i know what i'm going to do tonight... :D

    bye!
  • That is the library above, copy and paste it into your show and make the changes I mentioned.

    You can see the link below on how to copy a library into a show file.
    www.highend.com/pdfs/training/AddingLibFiles.pdf
  • The number 15 referred to as producer ....
    Indicates the generic manufacturer?

    Thanks, Regards

    Franco Maria
  • The MANUFACTURER = 0 tells us the Manufacturer number is 0.
    PRODUCT = 15 is the 15th library for that manufacturer.