... | ... | @@ -2,10 +2,8 @@ |
|
|
|
|
|
## Intro
|
|
|
* Lua Version 5.2.4 from Fw 3.1.0 (https://www.lua.org/manual/5.2/)
|
|
|
* Experimental from 3.0.1 RC1
|
|
|
* From 3.2.0 available
|
|
|
* 3.1.0 only one script running in on own Thread in Safe Mode
|
|
|
* From 3.2.0 file access available
|
|
|
* From 3.2.0 FINAL file access available
|
|
|
* multiple parallel Scripts run in one Thread in Safe Mode
|
|
|
* Full LUA support
|
|
|
* Execute any PFAL cmd -> avl.pfal("command")
|
... | ... | @@ -34,7 +32,9 @@ |
|
|
- go to HELP -> Eclipse Marketplace type "TM Terminal"
|
|
|
- install "TM Terminal 4.0"
|
|
|
- checkout this repository File/new/Project from Version Controll/git
|
|
|
* there is NO need to have a local LUA Interpreter (https://www.lua.org) but you can use this for other projects as well
|
|
|
* there is NO need to have a local LUA Interpreter (https://www.lua.org) but you can use this for other projects as well
|
|
|
* you need a FALCOM AVL EVAL Kit with at least FW 3.1.0 RC20 - FW 3.2 recommended
|
|
|
|
|
|
|
|
|
|
|
|
# Sample Code
|
... | ... | |