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

Support RDM (E1.33) #1

Open
k-yle opened this issue Oct 4, 2019 · 7 comments
Open

Support RDM (E1.33) #1

k-yle opened this issue Oct 4, 2019 · 7 comments
Labels
enhancement New feature or request

Comments

@k-yle
Copy link
Owner

k-yle commented Oct 4, 2019

Support RDMNet using the new E1.33 protocol

See also: https://github.com/ETCLabs/RDMnet

@k-yle k-yle added the enhancement New feature or request label Oct 4, 2019
@k-yle
Copy link
Owner Author

k-yle commented Jul 14, 2021

this is waiting on any major console vendor to implement the new standard so that we can actually try it out.

@stephanschulz
Copy link

thanks for make this code public.
has RDM been implemented yet?

@k-yle
Copy link
Owner Author

k-yle commented Feb 26, 2023

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...

@stephanschulz
Copy link

Hi. Thanks for your reply.
I have an Enttec Storm8 artnet device https://www.enttec.com/product/uncategorized/storm-8-8-universe-ethernet-to-dmx-gateway/
and send DMX to these dimmers https://www.sunricher.com/din-rail-mounted-dmx512-decoder-sr-2103din.html#product_tabs_resources

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 :)

@k-yle
Copy link
Owner Author

k-yle commented Feb 26, 2023

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

@stephanschulz
Copy link

I am still learning about RDM.
I did not realize RDMNet is different from regular RDM over artnet.
In my case I am just interested in sending regular RDM messages to the dmx devices attached to the Entice storm8. It does not need to be RDMnet if that complicates things. Sorry for having maybe added to the wrong issue.

@k-yle
Copy link
Owner Author

k-yle commented Feb 26, 2023

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

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

No branches or pull requests

2 participants