Merge multiple DMX OUT

I have 20 Tubes LED , and I want to use ESP32 for each of this LED TUBE, Can I have 20 DMX OUT with separate Network Address ?
Can I merge all 20 DMX OUT ?

Hey Roozvelt, yeah you’ll have to create one dmxOut CHOP per universe and assign each pixel tube to each universe.

Would highly suggest using a standalone router and if possible a network switch with wired ethernet ports to the ESP32 for stability

Hi @Roozvelt,

you can drive the DMX Out CHOP in Packet Per Channel mode in which case a single. multi-sample channel would represent a universe. Combined with the docked routing table this would be the way to send many universes over a single CHOP. The routing table also allows for specifying a netaddress column in which you can enter the IP per universe.

More information:

Hope this helps
cheers
Markus

Thank You So much @snaut,
How can I build « exact » 20 unit with shuffle ??
and what can i do for network address in dmx out (attached) when i do exact what ever you said?

Hi @Roozvelt,

can you share the file that creates your channels? Not quite sure how values are being converted into your dmx values. The channels going to the DMX Out CHOP do not have to be 512 samples long, they can be as long as your max DMX channel in use is.

The network address in the DMX Out CHOP is overwritten by the column in the routing table.

cheers
Markus

Hi again
I can to separate DMX Out, but it not work in mapping LED

Hi @Roozvelt,

I see the DMX Out has a warning - what does the warning say?
Also maybe show all settings of your DMX Out CHOP.
And are the channels set up correctly? Do you have 40 channels with 300 samples each?

cheers
Markus