Forum: RDM General Implementation Discussion
2 Weeks Ago
|
|
Replies: 28
Views: 93,602
|
Forum: RDM Interpretation Questions
June 8th, 2026
|
|
Replies: 4
Views: 35,631
Section 7.5 in -2010 probably should have said...
Section 7.5 in -2010 probably should have said BROADCAST_ALL_DEVICES_ID rather than ALL_DEVICES_ID. That was the intent anyway.
I don't think there is a consensus best practice for how to handle...
|
Forum: RDM Interpretation Questions
January 23rd, 2026
|
|
Replies: 7
Views: 51,160
|
Forum: RDM Interpretation Questions
January 23rd, 2026
|
|
Replies: 7
Views: 51,160
You can use the "Prefix" field of...
You can use the "Prefix" field of SENSOR_DEFINITION.
For example, if you need to display 6.3 volts, then you can use PREFIX_DECI in SENSOR_DEFINITION and return the integer 63 in SENSOR_VALUE.
...
|
Forum: RDM General Implementation Discussion
October 9th, 2025
|
|
Replies: 10
Views: 14,347
That's right. The proxy needs to keep track of...
That's right. The proxy needs to keep track of what responders are present on the far side of the high-latency link, and then send that information to the Controller.
The proxy must respond to...
|
Forum: RDM General Implementation Discussion
September 29th, 2025
|
|
Replies: 10
Views: 14,347
To support standard RDM responders at the far...
To support standard RDM responders at the far end, you basically have to treat the PLC bridge(s) like a managed proxy. The controller-facing bridge responds to discovery on behalf of the the far-end...
|
Forum: RDM General Implementation Discussion
September 29th, 2025
|
|
Replies: 10
Views: 14,347
|
Forum: RDM Interpretation Questions
April 1st, 2025
|
|
Replies: 3
Views: 93,696
|
Forum: RDM General Implementation Discussion
January 7th, 2025
|
|
Replies: 3
Views: 48,129
Is this a multi-port "patching" splitter that...
Is this a multi-port "patching" splitter that allows each downstream port to have a different block of Null Startcode slots sent to it? For example, port 1 could be configured to take 100 slots of...
|
Forum: RDM General Implementation Discussion
December 23rd, 2024
|
|
Replies: 3
Views: 48,129
This is what personalities are for.
...
This is what personalities are for.
Get/Set DMX_PERSONALITY and Get DMX_PERSONALITY_DESCRIPTION
The Root device can have up to 255 personalities.
Each Sub-device can have up to 255...
|
Forum: RDM General Implementation Discussion
December 11th, 2024
|
|
Replies: 4
Views: 46,052
Get QUEUED_MESSAGES should only be sent to the...
Get QUEUED_MESSAGES should only be sent to the root device, so only the root devices should include the PID in its list of SUPPORTED_PARAMETERS.
If the responder responds to the request with a...
|
Forum: RDMnet (E1.33) General Discussion
October 25th, 2024
|
|
Replies: 2
Views: 14,436
|
Forum: RDM Interpretation Questions
August 2nd, 2024
|
|
Replies: 4
Views: 35,631
The general advice I give when dealing with...
The general advice I give when dealing with corner cases like this is:
"Don't crash"
It doesn't really matter what the responder does. There's no "correct" response. But it's important that...
|
Forum: RDM Interpretation Questions
July 30th, 2024
|
|
Replies: 2
Views: 22,235
|
Forum: RDM Interpretation Questions
June 25th, 2024
|
|
Replies: 2
Views: 42,573
A responder needs to be very strict about...
A responder needs to be very strict about enforcing the length fields. If the lengths don't match, the packet is almost certainly corrupt, and you should treat it like a checksum error and ignore the...
|
Forum: E1.31/sACN General Discussion
March 17th, 2023
|
|
Replies: 1
Views: 101,660
|
Forum: RDMnet (E1.33) General Discussion
March 15th, 2023
|
|
Replies: 4
Views: 41,567
|
Forum: RDM General Implementation Discussion
June 25th, 2022
|
|
Replies: 2
Views: 46,104
Most of the Wireless RDM systems do act as a...
Most of the Wireless RDM systems do act as a Proxy. RDM Responders have to respond within about 2ms, but most wireless systems take longer then that to get the data across the wireless link, so it...
|
Forum: RDM General Implementation Discussion
January 13th, 2022
|
|
Replies: 8
Views: 52,787
|
Forum: RDM General Implementation Discussion
January 13th, 2022
|
|
Replies: 8
Views: 52,787
|
Forum: RDM General Implementation Discussion
January 13th, 2022
|
|
Replies: 8
Views: 52,787
|
Forum: RDM Interpretation Questions
January 21st, 2021
|
|
Replies: 8
Views: 75,893
There's not one "correct" equation. Dimmer...
There's not one "correct" equation. Dimmer curves (the DMX to output level mapping) is the subject of endless debate. este_'s equation might work for some users. But, if the user wants levels to...
|
Forum: RDM Interpretation Questions
January 21st, 2021
|
|
Replies: 8
Views: 75,893
|
Forum: RDM General Implementation Discussion
November 18th, 2020
|
|
Replies: 5
Views: 57,800
Have you looked at the RS485 line with an...
Have you looked at the RS485 line with an oscilloscope to see what's actually being sent?
The two RDM Sniffers I know of are the Enttec and the DMXter4.
In general using auto-direction control...
|
Forum: RDM Timing Discussion
September 13th, 2020
|
|
Replies: 6
Views: 114,177
A simple splitter sits with all ports in...
A simple splitter sits with all ports in tri-state until it sees a falling edge on one port. It then starts driving the data from that port to the other ports until the source port goes idle for...
|
Forum: RDM Timing Discussion
August 28th, 2020
|
|
Replies: 6
Views: 114,177
|
Forum: RDM Timing Discussion
August 27th, 2020
|
|
Replies: 6
Views: 114,177
I've posted in the past about Splitters and...
I've posted in the past about Splitters and Inline devices. Search for forums for my previous posts and you should be able to find them.
Having built a fully protocol-aware transparent inline...
|
Forum: RDM Interpretation Questions
April 15th, 2020
|
|
Replies: 2
Views: 56,540
PARAMETER_DESCRIPTION is very limited. It lets...
PARAMETER_DESCRIPTION is very limited. It lets you describe simple PIDs with a single value that is symmetric between GET and SET. Anything more complicated can't be fully described.
sergeychk>...
|
Forum: RDM General Implementation Discussion
January 17th, 2020
|
|
Replies: 2
Views: 50,299
There's no single correct way to do it.
In ...
There's no single correct way to do it.
In general, Null Startcode is intended for Control, and RDM is intended for management, but those can cross-over for something like color temperature.
...
|
Forum: RDMnet (E1.33) General Discussion
January 8th, 2020
|
|
Replies: 1
Views: 35,100
Yes, this is new payload structure for RDM.
...
Yes, this is new payload structure for RDM.
Up until this point all of the responses that could generate an ACK_OVERFLOW consisted of a single repeating data structure without any header.
...
|
Forum: RDM General Implementation Discussion
December 13th, 2019
|
|
Replies: 11
Views: 79,713
|
Forum: RDM General Implementation Discussion
December 4th, 2019
|
|
Replies: 17
Views: 85,480
The maximum allowed delay for a transparent...
The maximum allowed delay for a transparent inline device is 88us, so you can't wait for the CC 01. By the time you receive the CC 01 there's already been too much delay. You typically have to...
|
Forum: RDM General Implementation Discussion
September 9th, 2019
|
|
Replies: 9
Views: 87,687
|
Forum: RDM General Implementation Discussion
August 30th, 2019
|
|
Replies: 17
Views: 85,480
Both architectures are valid. You can decide...
Both architectures are valid. You can decide which you prefer.
Yes, this can work. The microcontroller has to watch all of the ports and determine which is active, then receive bytes and...
|
Forum: RDM General Implementation Discussion
August 29th, 2019
|
|
Replies: 17
Views: 85,480
|
Forum: RDM Interpretation Questions
July 30th, 2019
|
|
Replies: 6
Views: 67,555
|
Forum: RDM Interpretation Questions
July 30th, 2019
|
|
Replies: 6
Views: 67,555
|
Forum: RDM General Implementation Discussion
March 5th, 2019
|
|
Replies: 9
Views: 87,687
|
Forum: RDM General Implementation Discussion
March 4th, 2019
|
|
Replies: 9
Views: 87,687
|
Forum: RDM General Implementation Discussion
December 19th, 2018
|
|
Replies: 19
Views: 95,842
|
Forum: RDM Interpretation Questions
December 17th, 2018
|
|
Replies: 16
Views: 89,209
|
Forum: RDM Interpretation Questions
December 16th, 2018
|
|
Replies: 16
Views: 89,209
Peter,
There can be endless battles...
Peter,
There can be endless battles about which NACK Reason Code to use in a myriad of situations. There's no "right" answer to many of those cases. This is especially true when looking at...
|
Forum: RDM General Implementation Discussion
December 12th, 2018
|
|
Replies: 19
Views: 95,842
|
Forum: RDM Interpretation Questions
December 10th, 2018
|
|
Replies: 16
Views: 89,209
|
Forum: RDM Interpretation Questions
December 3rd, 2018
|
|
Replies: 16
Views: 89,209
|
Forum: RDM Interpretation Questions
December 3rd, 2018
|
|
Replies: 16
Views: 89,209
|
Forum: RDM Interpretation Questions
December 3rd, 2018
|
|
Replies: 16
Views: 89,209
|
Forum: RDM Interpretation Questions
November 16th, 2018
|
|
Replies: 8
Views: 63,777
|
Forum: DMX512 Discussion
November 8th, 2018
|
|
Replies: 1
Views: 40,535
It's not a requirement in the standard, but in...
It's not a requirement in the standard, but in general it's best to also discard the previous slots.
The most common cause of framing errors is contact bounce while plugging/unplugging a cable....
|
Forum: RDM Interpretation Questions
November 2nd, 2018
|
|
Replies: 19
Views: 113,535
|
Forum: RDM Interpretation Questions
November 2nd, 2018
|
|
Replies: 19
Views: 113,535
|
Forum: RDM General Implementation Discussion
October 25th, 2018
|
|
Replies: 2
Views: 53,879
|
Forum: RDM General Implementation Discussion
October 24th, 2018
|
|
Replies: 4
Views: 60,913
We have a lot of experience with the protocols...
We have a lot of experience with the protocols here, but not much experience with any particular microcontroller. I suspect the answer will depend on the behavior of the specific PWM block in your...
|
Forum: RDM General Implementation Discussion
September 5th, 2018
|
|
Replies: 28
Views: 119,483
|
Forum: RDM General Implementation Discussion
September 4th, 2018
|
|
Replies: 28
Views: 119,483
|
Forum: RDM Interpretation Questions
June 11th, 2018
|
|
Replies: 4
Views: 63,985
|
Forum: RDM Interpretation Questions
May 15th, 2018
|
|
Replies: 4
Views: 61,377
|
Forum: RDM Interpretation Questions
May 14th, 2018
|
|
Replies: 4
Views: 61,377
In my opinion, if you've validated the request...
In my opinion, if you've validated the request and have started making the change it's OK to ACK it rather than ACK_TIMER.
If the set is is going to take a long time (multiple seconds) then you...
|
Forum: RDM General Implementation Discussion
May 13th, 2018
|
|
Replies: 2
Views: 51,879
|
Forum: RDM Physical Layer/Hardware Discussion
April 30th, 2018
|
|
Replies: 2
Views: 118,815
|
Forum: RDM Interpretation Questions
March 15th, 2018
|
|
Replies: 19
Views: 113,535
This is a common problem.
When a responder...
This is a common problem.
When a responder receives a unicast request it can take up to 2ms to respond. So, if the responder software takes a while to parse the request and respond, the...
|
Forum: RDM Interpretation Questions
March 14th, 2018
|
|
Replies: 19
Views: 113,535
Are you sure the SET didn't happen before the 7...
Are you sure the SET didn't happen before the 7 messages you're showing in the screenshot? The OLA tests can generate detailed logs. I don't remember the command line option, but it should give you...
|
Forum: DMX512 Discussion
January 23rd, 2018
|
|
Replies: 10
Views: 45,419
|
Forum: RDM Interpretation Questions
December 14th, 2017
|
|
Replies: 19
Views: 113,535
|
Forum: DMX512 Discussion
November 22nd, 2017
|
|
Replies: 4
Views: 41,970
If you want to troubleshoot it, you'll need to...
If you want to troubleshoot it, you'll need to look closely at the signal timing (min/max for break length, MAB length, byte spacing, etc.).
There are a lot of poorly implemented DMX devices out...
|
Forum: DMX512 Discussion
November 21st, 2017
|
|
Replies: 4
Views: 41,970
The refresh rate ("Hz") tells you basically...
The refresh rate ("Hz") tells you basically nothing. What matters is the timing of the individual elements within the DMX packet. We can't really answer your question without having a lot more...
|
Forum: RDM Physical Layer/Hardware Discussion
July 23rd, 2017
|
|
Replies: 1
Views: 36,923
The controller found your responder via DUB. ...
The controller found your responder via DUB. When it tried to mute the responder, it didn't get a valid response. There was activity on the line during the response period (either noise or data),...
|
Forum: RDM General Implementation Discussion
June 29th, 2017
|
|
Replies: 2
Views: 53,162
|
Forum: RDM General Implementation Discussion
June 19th, 2017
|
|
Replies: 4
Views: 55,162
|
Forum: RDM General Implementation Discussion
May 9th, 2017
|
|
Replies: 17
Views: 85,480
|
Forum: RDM General Implementation Discussion
May 8th, 2017
|
|
Replies: 17
Views: 85,480
|
Forum: RDM General Implementation Discussion
May 8th, 2017
|
|
Replies: 3
Views: 66,169
|
Forum: RDM General Implementation Discussion
May 5th, 2017
|
|
Replies: 3
Views: 66,169
|
Forum: RDM Marketplace Discussion
March 18th, 2017
|
|
Replies: 2
Views: 49,894
|
Forum: RDM Physical Layer/Hardware Discussion
February 16th, 2017
|
|
Replies: 1
Views: 45,501
I generally like to isolate everything...
I generally like to isolate everything (controllers and responders). The preferred topology in E1.11 is to have ground referenced controllers and isolated responders, but since you don't know what...
|