Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addressing different ArtNet Universes #72

Open
jwacalex opened this issue Nov 21, 2024 · 0 comments
Open

Addressing different ArtNet Universes #72

jwacalex opened this issue Nov 21, 2024 · 0 comments

Comments

@jwacalex
Copy link

The documentation itself assumes a decial adress for artnet unverses:

  • artnet universe 0, subnet 0 is mapped to decimal 0
  • artnet universe 1, subnet 0 is mapped to decimal 16
  • artnet universe 3, subnet 1 is mapped to decimal 33

when using the direct mode, the integration works without any problem.

in controller mode, the integration is unable to address the nodes, because the address are constructed as 0:0:16 and 0:0:33 resulting in not finding the right node. the artnet node is correctly detected as 0:3:1 in the datastructure.

to change the address from 0:0:33 to 0:3:1 I've to provide a decimal value greater than 1024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant