|
RDM Interpretation Questions Discussion and questions relating to interpreting and understanding the E1.20 RDM Standard. |
|
Thread Tools | Search this Thread | Display Modes |
April 30th, 2012 | #1 |
Task Group Member
Join Date: Aug 2006
Posts: 28
|
Sub Device required PIDs
At the plug-fest Bob presented an interesting point: Do Sub Devices need to implement the minimum required PIDs list?
My common sense answer was yes, but review of the document suggests this is not a given. The root device must support the 'required pids'. Sub Devices must all support the same set of pids which can differ from the root. However 9.2.3 is open to interpretation. The problem is caused by the phrase 'which additional messages...'. The word additional implies 'in addition to the minimum required pid list' but could also be read to mean 'in addition to the SUPPORTED_PARAMETERS pid. So there are two possibilities: a) Sub devices shall at minimum implement the required pid list along with SUPPORTED_PARAMETERS. b) Sub devices shall at minimum implement the SUPPORTED_PARAMETERS pid. |
April 30th, 2012 | #2 |
Task Group Member
|
Yes it is not clear,
My opinion is since section 9.2.3 second paragraph states that SUPPORTED_PARAMETERS list can be different from that of the root device, a sub device only supports what it reports in response to a get SUPPORTED_PARAMETERS message. The required discovery PIDs would also not make much sense for a sub device. Paul |
April 30th, 2012 | #3 |
Administrator
|
It was never expected that the minimum supported PID's list applied to sub-devices. In fact if you look at the list of PID's in the minimum supported list most of them don't make any sense in the context of a dimmer rack implementing sub-devices which was the straw man model we most used.
It was intended that all the PID's implemented by Sub-Devices be reported using the SUPPORTED_PARAMETERS message. I agree that the text could be a bit clearer on this.
__________________
Scott M. Blair RDM Protocol Forums Admin |
April 30th, 2012 | #4 |
Task Group Member
Join Date: Aug 2006
Posts: 28
|
So the answer is that SUPPORTED_PARAMETERS is the only pid mandated for a sub-device.
|
April 30th, 2012 | #5 |
Administrator
|
That is my view and belief of what the intent was. There really isn't any other interpretation of what is written that makes sense to me.
__________________
Scott M. Blair RDM Protocol Forums Admin |
April 30th, 2012 | #6 |
Task Group Member
Join Date: Aug 2006
Posts: 28
|
Great - works for me.
|
April 30th, 2012 | #7 | |
Task Group Member
Join Date: Aug 2008
Posts: 378
|
I've posted my thoughts on Sub-Devices before in this thread:
http://rdmprotocol.org/forums/showpo...24&postcount=6 Here's what I wrote: Quote:
|
|
May 1st, 2012 | #8 |
Task Group Member
Join Date: Aug 2006
Posts: 28
|
Thanks Eric. I'd agree on DEVICE_INFO - not much point having a sub-device where you can't get start and foot!
|
May 1st, 2012 | #9 |
Task Group Member
Join Date: Aug 2008
Posts: 378
|
On other factor that's come up in newer discussions is that Sub-Devices should list all of their PIDs in SUPPORTED_PARAMETERS, even PIDs like DEVICE_INFO that are mandatory and not listed in SUPPORTED_PARAMETERS for root devices.
The gray area is whether sub-devices should include SUPPORTED_PARAMETERS in the list returned by GET SUPPORTED_PARAMETERS. My opinion is *no* since SUPPORTED_PARAMETERS is explicitly required by section 9.2.3. |
May 1st, 2012 | #10 |
Administrator
|
Correct. The list for SUPPORTED_PARAMETERS from the Root device is for the root device only and should NOT include the sub-device. Likewise sending SUPPORTED_PARAMETERS to the sub-device should give you the list for sub-devices only.
__________________
Scott M. Blair RDM Protocol Forums Admin |
May 1st, 2012 | #11 |
Task Group Member
Join Date: Aug 2008
Posts: 378
|
Scott, you and I are talking about something different.
On the root device, the standard says that the list of PIDs returned by GET SUPPORTED_PARAMETERS does not include the mandatory PIDs. For example, the list returned by the root device should not include SOFTWARE_VERSION_LABEL since SOFTWARE_VERSION_LABEL is required. This, a controller would normally not expect to see SOFTWARE_VERSION_LABEL in the list of supported parameters. But, the same rule does not apply to sub-devices. When you send a GET SUPPORTED_PARAMETERS to a sub-device, the list of PIDs should include SOFTWARE_VERSION_LABEL. Thus, when getting the PID list from a sub-device, a controller can expect to see PIDs included in the list that would never be returned by a properly implemented root device. |
May 1st, 2012 | #12 |
Administrator
|
Eric,
Agreed!
__________________
Scott M. Blair RDM Protocol Forums Admin |
May 2nd, 2012 | #13 |
Task Group Member
Join Date: Aug 2006
Posts: 28
|
Eric, I also agree although I have ensured our implementation is tolerant of responders including or excluding mandated pids, root or sub-device.
|
Bookmarks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Required handling of sequences of RDM broadcast cmds | eldoMS | RDM Timing Discussion | 9 | August 23rd, 2011 09:40 AM |
Is there a minimum required PID list for sub-devices? | p_richart | RDM Interpretation Questions | 4 | November 7th, 2008 01:04 PM |