|
RDM General Implementation Discussion General Discussion and questions relating to implementing RDM in a product. |
|
Thread Tools | Search this Thread | Display Modes |
March 25th, 2014 | #1 |
Junior Member
Join Date: Aug 2013
Posts: 4
|
SubDevice Required PIDs
What PID if any, is required to be supported by an SubDevice. The spec says that Supported Parameters is only required if the root has supported parameters. I would interpret the spec to mean "Required" for the root and all sub-devices. How can the controller determine which SubDevices are valid since they do not have to be consecutively numbered between 1 and Sub-device_Count? To me the would Required means each device not just the root.
|
March 25th, 2014 | #2 |
Task Group Member
Join Date: Aug 2008
Posts: 378
|
This thread covers the required parameters for a Sub-Device.
http://www.rdmprotocol.org/forums/showthread.php?t=1034 To find the subdevices that exist, really all you can do is send a GET DEVICE_INFO (or other similar PID) to every sub-device starting with 1 and work your way up until you find all of the sub-devices that the responder reports. If the responder returns a NACK with NR_SUB_DEVICE_OUT_OF_RANGE, you can conclude that subdevice does not exist and move on to try the next one. There's been some discussion of adding a PID that will retrieve a packed list of sub-devices in the future, but it doesn't exist yet. Last edited by ericthegeek; March 25th, 2014 at 08:33 PM. Reason: (fixing a typo) |
Bookmarks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Subdevice labelling question | berntd | RDM General Implementation Discussion | 13 | August 15th, 2013 11:13 PM |
Sub Device required PIDs | wayne@artisticlicence.com | RDM Interpretation Questions | 12 | May 2nd, 2012 04:00 AM |
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 |