Hello Sir
I have make the 9pcs artnet board, each baord have 100 dmx universe.
When i set it as 200, and 201, and 203, led is work follow the stting, but when i set ip as 204, the universe from 204 is 300-399, but led have nothing. but this led is worked well in the other software . can you help me where is wrong seting of
Artnet-test-single-tile.toe (7.7 KB)
it?
Hi @tionsa,
when specifying universes, subnets and nets via the routingtable you currently have to manually specify a legal address:
- there are 16 universes (0-15)
inputRow%16
- 16 subnets
int(inputRow/16)%16
- 128 nets
int(inputRow/256)
I changed your file to properly calculate the addresses for this.
cheers
Markus
Artnet-test-single-tile.1.toe (7.8 KB)
thanks for your time and give me this inforamtions.
Best wishes.