![]() |
|
|||||||
| RDM General Implementation Discussion General Discussion and questions relating to implementing RDM in a product. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
|
#1 |
|
Member
Join Date: Oct 2017
Location: Turkiye
Posts: 38
|
I am struggling similar situation, I need to define suitable requirement for behaviour for my responder (LED fixture).
Implementing timeout using PERSONLITY seems possible, so that "WITH TIMEOUT" and "WITHOUT TIMEOUT" will be selectable via PERSONALITY. In fact my question is something else, but I think related to this dıscussion so I decide write here. I defined requirements as below: 1) with only RDM signal and IDENTIFY_DEVICE = 1, then LEDs will show R-G-B etc. 2) with only DMX signal and IDENTFY_DEVICE = 0, then LEDs will be turned on according to DMX data 3) with both DMX and RDM alternately mixed signal (such as 40 fps = 39 DMX + 1 RDM ) and IDENTIFY_DEVICE = 0 then LEDs will be turned on according to DMX, no change at RDM signal 4) with both DMX and RDM alternately mixed signal and IDENTIFY_DEVICE = 1 then ... my question rise up here! Maybe IDENTIFY show would be canceled after receiving DMX signal ... Maybe DMX signal would be ignored while IDENTIFY_DEVICE is set ... I am not sure since I have no real field experience about RDM. I appreciate sharing experiences. Last edited by majid; December 12th, 2018 at 06:53 AM. |
|
|
|
|
|
#2 | |
|
Task Group Member
Join Date: Aug 2008
Posts: 390
|
Quote:
Most real-world controllers will always send DMX, with RDM interleaved as needed. This means you need to use the second option you listed. The DMX signal should be ignored when IDENTIFY_DEVICE is enabled. |
|
|
|
|
|
|
#3 | ||
|
Junior Member
Join Date: Oct 2018
Location: London
Posts: 11
|
Quote:
Quote:
|
||
|
|
|
|
|
#4 | ||
|
Member
Join Date: Oct 2017
Location: Turkiye
Posts: 38
|
Quote:
Quote:
I imagine during an RDM setup session, controller sets only one of responders IDENTIFY_DEVICE=1 and clears other responders. after desired timeout , the one with IDENTIFY_DEVICE=1 remains in identify mode and all other fixtures with IDENTIFY_DEVICE=0 start glowing demo/default mode and bother user sight. to avoid this situation, maybe the responder somehow ought to detect the RDM setup is runnig and never start demo/default mode even with IDENTIFY_DEVICE=0 for example after receiving DISC_MUTE command, the responder would cancel demo mode until next restart. etc. |
||
|
|
|
|
|
#5 | |
|
Task Group Member
Join Date: Aug 2008
Posts: 390
|
Quote:
If you want to do something like this, you might want to consider monitoring for *any* RDM traffic. |
|
|
|
|
![]() |
| Bookmarks |
|
|