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.
We've launched our new site at www.openlighting.org. This wiki will remain and be updated with more technical information.
OLA Tips & Tricks
From wiki.openlighting.org
(Redirected from LLA Tips & Tricks)
Plugin Config Files
Each plugin can create a config file (usually stored in ~/.ola ) to store settings. Config files are in the form:
# lines starting with a # are comments key = value
You can find the available options by querying the plugin using lla_plugin_info:
$ ola_plugin_info ID Device Name -------------------------------------- 0 ArtNet Plugin 1 Dummy Plugin 2 EspNet Plugin 3 OpenDmx Plugin 4 Pathport Plugin 5 ShowNet Plugin 6 SandNet Plugin 7 UsbPro Plugin 8 StageProfi Plugin 9 Dmx4Linux Plugin -------------------------------------- $ ola_plugin_info -p 8 Stage Profi Plugin ---------------------------- This plugin creates devices with one output port. --- Config file : ola-stageprofi.conf --- device = /dev/ttyUSB0 device = 192.168.1.250 The device to use either as a path for the USB version or an IP address for the LAN version. Multiple devices are supported.
In addition to the parameters defined by the plugin, there is one parameter available for all plugins enabled:
# skip loading the plugin enabled = false