-
Notifications
You must be signed in to change notification settings - Fork 13
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
Support RDM (E1.33) #1
Comments
this is waiting on any major console vendor to implement the new standard so that we can actually try it out. |
thanks for make this code public. |
Hi, it's been nearly 4 years and there's still very limited support for RDMNet across products and consoles, which makes this tricky to test... I've written a basic implementation of the LLRP & RPT protocols, but it's far from spec compliant and needs to be tested with some real equipment... |
Hi. Thanks for your reply. Until now I always set their addresses by hand, but someone showed me how they were able to use a grandMA console https://www.malighting.com/grandma3/ to address all daisy chained dimmers in a sequential order. I assume that was done via RDM. I am hoping to find a way to add this functionally of setting parameters like address, PWM frequency etc via RDM. So, if you need someone to test code I am happy to give it a try :) |
As far as I'm aware, grandMA supports "RDM over Art-Net", but not RDMNet. I'll ask around if this is still the case |
I am still learning about RDM. |
yeah, RDMNet can be thought of as 'RDM over sACN' (this isn't quite true but it's a useful analogy) I'm not aware of any javascript implementation of RDM over Art-Net, but the folks over at hobbyquaker/artnet#25 might be able to point you in the right direction. This goal of this paticular library is just to support sACN & RDMNet. I don't plan on adding Art-Net support unless both hobbyquaker/artnet and margau/dmxnet become unmaintained, which would be a shame for the JS community |
Support RDMNet using the new E1.33 protocol
See also: https://github.com/ETCLabs/RDMnet
The text was updated successfully, but these errors were encountered: