Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
D demo_lua
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • pub
  • demo_lua
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Oct 10, 2018 by Guido Voigt's avatar Guido Voigt
Show whitespace changes
Inline Side-by-side
Showing with 4 additions and 4 deletions
+4 -4
  • home.md home.md +4 -4
  • No files found.
home.md
View page @ 3b83c937
......@@ -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")
......@@ -35,6 +33,8 @@
- 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
* you need a FALCOM AVL EVAL Kit with at least FW 3.1.0 RC20 - FW 3.2 recommended
# Sample Code
......
Clone repository
  • Home