This project provides various extension sys functions and properties for LuaRT.
** Its' under construction **
The module provides the following extension functions and properties:
Name | Description | Module |
---|---|---|
xy | xy | sysextension.lua |
More detailed descriptions and usage examples can be found in the docs folder.
- Create a folder called "ecluart" in your application.
- Copy the "sysextension.lua" file into this folder.
[application]
|
|----ecluart
| |
| |----sysextension.lua
| |----...
|
|----app.wlua
The extension module can be loaded using the function require():
local sysextension = require("ecluart.sysextension")
Copyright (c) 2023 by esferatec. It is open source, released under the MIT License. See full copyright notice in the LICENSE.md file.