Add more manufacturer PIDs
- Robe - https://github.com/OpenLightingProject/rdm-app/pull/100#issuecomment-328076605
- [ ] ROBE_PT_FEED
- [ ] ROBE_PT_MODE
- [ ] ROBE_MIC_SENS
- [ ] ROBE_THEATRE_MODE
- [ ] ROBE_C_CAL_MODE
- [ ] ROBE_C_MIX_MODE
- [ ] ROBE_UV_MIXING
- [ ] ROBE_WHITE_POINT_8K
- [ ] ROBE_OUTPUT_MODE
- [ ] ROBE_OUTPUT_UNIFORMITY
- [ ] ROBE_OUTPUT_CONSISTENCY
- [ ] ROBE_CRI_SELECTION
- [ ] ROBE_TH_EF_SIM
- [ ] ROBE_DL_COMPATIBLE_MODE
- [ ] ROBE_DISPLAY_INTENSITY
- [x] ROBE_TOUCHSCREEN_LOCK
- [ ] ROBE_TEMPERATURE_UNIT
- [ ] ROBE_FAN_MODE
- [ ] ROBE_CMY_CONTROL
- [ ] ROBE_DIMMER_CURVE
- [ ] ROBE_BLACKOUT_DMC
- [ ] ROBE_BLACKOUT_PTM
- [ ] ROBE_BLACKOUT_GWM
- [ ] ROBE_BLACKOUT_COLM
- [ ] ROBE_BLACKOUT_TIM
- [ ] ROBE_EXTEND_SC_FUNC
- [ ] ROBE_STAND_ALONE
- Soundlight - http://www.soundlight.de/techtips/dmx512/slh_rdm_commands.htm
- [ ] All
- MDG - http://www.mdgfog.com/c/mdg/file_db/document.file_en/M3e-User-Guide-Rev-Ac.pdf and http://www.mdgfog.com/c/mdg/file_db/document.file_en/theONE-User-Guide-Rev-Ae.pdf
- [ ] {'default_value': 0, 'prefix': 0, 'min_value': 0, 'description': 'GENERATOR STATE', 'data_type': 2, 'max_value': 0, 'command_class': 1, 'pid': 32770, 'unit': 0}
- [ ] {'default_value': 0, 'prefix': 0, 'min_value': 0, 'description': 'SAVER (0=30S/1=2MN/2=OFF)', 'data_type': 3, 'max_value': 2, 'command_class': 3, 'pid': 32772, 'unit': 0}
- [ ] {'default_value': 0, 'prefix': 0, 'min_value': 0, 'description': 'AUTO/LOCAL/DMX (0..2)', 'data_type': 3, 'max_value': 3, 'command_class': 3, 'pid': 32773, 'unit': 0}
- SGM - https://github.com/bartvanstiphout/ola/commit/349f3fd894517e8b7abc735c2924b346dfb0abac#diff-6a3d17b00514ff8e00435a361b373398R6303
- [ ] All
- [ ] {'default_value': 1, 'prefix': 0, 'min_value': 0, 'description': 'Enable Gamma Correction', 'data_type': 1, 'max_value': 1, 'command_class': 3, 'pid': 34339, 'unit': 0}
- [ ] {'default_value': 0, 'prefix': 0, 'min_value': 0, 'description': 'Invert Pixel Order', 'data_type': 1, 'max_value': 1, 'command_class': 3, 'pid': 34345, 'unit': 0}
- [ ] {'default_value': 0, 'prefix': 0, 'min_value': 0, 'description': 'Dim Mode 0=Standard 1=Max Power', 'data_type': 3, 'max_value': 1, 'command_class': 3, 'pid': 34344, 'unit': 0}
- [ ] {'default_value': 0, 'prefix': 0, 'min_value': 0, 'description': 'Serial Nr.', 'data_type': 2, 'max_value': 0, 'command_class': 1, 'pid': 32864, 'unit': 0}
- Creative Lighting And Sound Systems e.g. http://www.creativelighting.com.au/images/documents/SLAMMO%20V4-P%206ch%20User%20Manual.pdf
- [ ] Device Curve
- Artistic Licence
- DALI PIDs
- ARRI - https://www.arri.com/?eID=registration&file_uid=19468
- All
Some progress in https://github.com/OpenLightingProject/rdm-app/pull/203 .
There is an RDM manual by ARRI here: https://www.arri.com/?eID=registration&file_uid=19468 (linked from this product page).
Does this help to implement some ARRI-specific PIDs (and maybe also add all mentioned models to the database)?
Thanks @FloEdelmann , nice find.
Yes, that should help to fill in some ARRI gaps e.g. on http://rdm.openlighting.org/model/display?manufacturer=8377&model=514 . This will tie into https://github.com/OpenLightingProject/ola/issues/1496 which should do some of the legwork for us.
We can populate the PID data from that, but we don't bother populating models, only when we do a model collection run. You could use it to pre-set OFL though I guess so when we do and it, it will all link up.