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
(removed what became tha page "LLA developer info")
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
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.
 
* developer info: the structure of function calls and data flow.
Line 8: Line 5:
  
 
* 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.
 

Latest revision as of 10:58, 1 March 2010

  • 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.