Personal tools
The Open Lighting Project has moved!

We've launched our new site at www.openlighting.org. This wiki will remain and be updated with more technical information.

Difference between revisions of "Using the RDM Test UI"

From wiki.openlighting.org

Jump to: navigation, search
m (Reporting Bugs: Update link to Github)
 
Line 74: Line 74:
 
== Reporting Bugs ==
 
== Reporting Bugs ==
  
If an error occurs while running the tests or collecting RDM responder information a dialog box will be displayed. Clicking on the 'Report Bug' button will open a new window and allow you to submit a bug report. The bug tracking system is hosted on Google Code, so you'll need to sign in with a Google account.
+
If an error occurs while running the tests or collecting RDM responder information a dialog box will be displayed. Clicking on the 'Report Bug' button will open a new window and allow you to submit a bug report. The bug tracking system is hosted on Github, so you'll need to sign in with a Github account.
  
All other bugs can be reported at http://code.google.com/p/open-lighting/issues/entry
+
All other bugs can be reported at https://github.com/OpenLightingProject/ola/issues
  
 
[[Image:RDM-tests-error-dialog.png|center|thumb]]
 
[[Image:RDM-tests-error-dialog.png|center|thumb]]

Latest revision as of 10:46, 28 February 2014

This guide explains how to run the RDM Responder Tests using the Web UI, and also how to use the RDM Responder Publisher to list your products on the http://rdm.openlighting.org site. The screen shots in this guide may be slightly different to what you see as the software is constantly evolving.

Warning: The tests send SET messages to the broadcast UIDs. This means that they will change the start address, device label etc. of all devices connected to the controller. Think twice about running this on your production lighting rig.


RDM Responder Tests

Procedure

Open a browser and navigate to the device which is running the test server. This will either be your local machine (http://localhost:9099) or the Raspberry Pi (http://<ip>:9099, replace <ip> with the IP address of the Pi). You should be presented with a screen like the one below.

Rdm-responder-tests-start.png

Select the universe to test from the drop down menu, followed by the RDM responder to test. If required you can run a RDM discovery on the universe by clicking the button with the magnifying glass.

RDM Options

Delay after broadcast SET
After sending a broadcast SET, controller can immediately follow with another RDM command since no response is expected. This causes problems for some devices when they need to update persistent memory as part of handling the SET command. This option adds a delay between a broadcast SET and the next RDM command. Usual values are 20 - 100ms.

DMX Options

This option enables interleaving RDM frames with DMX frames. You can set the frame rate and the number of slots (channels) to send.

Tests to Perform

This allows you to select the tests to run. You can either add tests individually or select Add all. After running the one round of tests the list of failed tests will appear in the second box.

Results Page

After clicking the Run Tests you'll be presented with the test results page. Read the Guide to interpreting the test output for an explanation of the logs.

Rdm-responder-test-results.png

The Results by Category, Warnings and Advisories sections can be expanded to display further information.

Saving the Logs

The logs can be saved for offline analysis by selecting the Download Results button on the results page. You can apply category and result filters to the test logs before saving them.

Rdm-responder-tests-download.png

RDM Responder Publisher

The RDM Responder Publisher can be used to collect information about a device (using RDM) and then publish that information to the http://rdm.openlighting.org site. This allows manufacturers to quickly list their responders on the site.

The following information is collected:

  • Device Model ID
  • Manufacturer ID
  • Product Category
  • Personalities (label, index & DMX slot count)
  • Sensors
  • Software Version Label
  • Supported Parameters (IDs only)

Procedure

Under the 'RDM Responder Publisher' tab, select the universe to use and click Collect Responder Information.

Rdm-publisher.png

The data collected will be shown in the Output frame. If you experience problems trying to collect the data, retry the tests with the Skip Queued Messages option selected.

Rdm-publisher-collected.png

If you are happy with the data, click on the Publish button and the data will be uploaded to the rdm.openlighting.org servers. At this point you can add links to the product's website and an image for the product. You can also add an email address if you would like to be notified when the information is posted on the site.

Rdm-publisher-add-links.png

One of the site moderators will check the information for accuracy. This usually takes a few days after which the products will be visible on the site.

Reporting Bugs

If an error occurs while running the tests or collecting RDM responder information a dialog box will be displayed. Clicking on the 'Report Bug' button will open a new window and allow you to submit a bug report. The bug tracking system is hosted on Github, so you'll need to sign in with a Github account.

All other bugs can be reported at https://github.com/OpenLightingProject/ola/issues

RDM-tests-error-dialog.png