๐Ÿ— Extract RDM Information from project

Sometimes you might need the information of the attached RDM devices in your patch in a file that you can work with this information offline.
Unfortunately you cannot export this information with a Sympholight function.
But the attached project will do this for you. And it shows how to walk through the RDM objects by Script.

Just follow the steps:
  1. Start SYMPHOLIGT V5.2 or later.
  2. Open the project RdmAnalyzer_V5.2.hfp.
  3. In the Setup Tab open the Device Manager.
  4. Select and add all available controller.
  5. Switch to the RDM view.
  6. Select all available devices and enable RDM.
  7. Wait until the discovery is done.
  8. Open the ActionPad and press the Log RDM Data button.
  9. This might take a while, depending on the size of the project.
  10. The ActionPad will show you the file location, where the RDM log has been saved.
Now you can open the file and work with it. It is a normal txt file.

The scripts contained in the project are also attached separately:
  • RdmAnalyzer will walk through the RDM tree and log all available data.
    If you want to process the data in a different format, you can change this, so that you will get .csv or .xml files.
  • RdmDataLogger will just write a list of strings into a file.

The project and scripts are provided as is as a proof of concept without any warranty. Use it on your own risk.
Attached Files
RdmAnalyzer.cs
404kb
RdmAnalyzer_V5.2.hfp
404kb
RdmDataLogger.cs
404kb