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 "Talk:Open Lighting Architecture"

From wiki.openlighting.org

Jump to: navigation, search
m (moved Talk:LLA to Talk:OLA: Project name changed to OLA)
Line 8: Line 8:
  
 
* llad only detects USB Pro devices when the daemon is started. If the USB device is unplugged, it must be plugged in befor llad is started again.
 
* llad only detects USB Pro devices when the daemon is started. If the USB device is unplugged, it must be plugged in befor llad is started again.
 
Example:
 
=== lla_usbpro ===
 
 
This can "Query and control the parameters of the [[DMX USB Pro|Enttec USB Pro]] device".
 
 
Options:
 
* -d, --dev <dev_id> The device id to configure. (required?)
 
 
* -p, --params Get and show the parameters.
 
* -s, --serial Get and show the serial number.
 
 
* -b, --brk <brk> Set the break time. ''what is the unit?''
 
* -m, --mab <mab> Set the make after-break-time. ''what is the unit?''
 
* -r, --rate <rate> Set the transmission rate. Unit is ''DMX Packets per second'', from 1 to 40, "0" means "fastest possible".
 
* -s, --serial Get the serial number.
 

Revision as of 14:29, 8 August 2009

There are software tools specific for the interface "Enttec DMX USB Pro", also in [LLA]. Where should they be described? On a separate page, with links from LLA and Using LLA?

  • How to use them (take info from nomis52.net and elaborate them (Se the example with lla_usbpro below).
  • developer info: the structure of function calls and data flow.
  Does lla_usbpro write arbitrary settings to the device if it cannot read valid data back?
  i.e. does LLA store the garbled numbers and write them back to the "USB Pro"? Is there a boundary check on the values?
  • llad only detects USB Pro devices when the daemon is started. If the USB device is unplugged, it must be plugged in befor llad is started again.