66
Following functions are available additionally to the regular LUA syntax:
Basic functions:
•
setup: function is called before the first loop call after running an App.
•
stop: executed when the App fails or App has been terminated (after the last loop call).
•
loop: function that is executed in a specified cycle when the App is running.
Model access functions:
<object_path> | <object_id>
•
set( , , )
•
get( , )
•
call( , , )
•
call( , )
•
parent( )
•
first_child( )
•
next_sibling( )
•
object( ) # get the ObjectID from a path
•
object_type( )
•
path( ) # get the path from an ObjectID
•
parameters( ) (optional)
•
functions( ) (optional)
Note:
An Application also provides an AutoStart parameter. If set to 1 (true), the application will be
started after production load.