Ethos v1.5.7 and X18, X20 series User Manual
Task configuration
If a task is enabled, any associated Lua configuration form is shown to allow the task to
be configured for the active model. The task would have a read and a write function to
allow the user to save all its configuration parameters.
Lua sources
For each source:
Source enable
All available Lua sources are listed. Each source may be enabled for the active model.
Source configuration
If a source is enabled, any associated Lua configuration form is shown to allow the source
to be configured for the active model (such as Range in the example screenshot
above).The source would have a read and a write function to allow the user to save all its
configuration parameters.
Lua script functions
Applicable Lua functions include:
system.registerSource()
system.registerTask()
Please refer to the Ethos Lua Reference Guide for more details.