I have a self built dmx fixture that I want to be controlled by a Wolfmix W1. This fixture is a LED strip with 13 RGB LEDs and each RGB LED is represented with 3 DMX channels (1x R, 1x G, 1x B). So in total that is a fixture with 39 channels.
When I use the Wolfmix W1 I would like to treat the whole RGB strip as a fixture with the following channel mapping:
Code: Select all
channel 1: R (first LED)
channel 2: G (first LED)
channel 3: B (first LED)
channel 4: R (second LED)
channel 5: G (second LED)
channel 6: B (second LED)
.
.
.
channel 37: R (13th LED)
channel 38: G (13th LED)
channel 39: B (13th LED)
However, setting up a fixture like that in the Wolfmix W1 results only in the first LED to be controllable. All remaining LEDs go into some random color that do not represent what is set in the Wolfmix W1.
With some experiments I found that when I treat each LED as its own fixture with 3 channels, I was able to correctly controll all LEDs.
Is this intended behaviour? Or is there a way to setup my LED strip as a single fixture with 13 RGB sets = 39 channels?
Thanks for any help on this.