Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Eclipse 4diacWiki/Development/Dynamic Type Loader

Revision as of 13:02, 2 June 2019 by J.holzweber.gmx.at (Talk | contribs) (Created page with "== Milestones == ;Evaluating the existing Tool (In Progress) :Testing the functionality of the Lua Code Generator with custom built Function Blocks (FBs) :* Using all languag...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Milestones

Evaluating the existing Tool (In Progress)
Testing the functionality of the Lua Code Generator with custom built Function Blocks (FBs)
  • Using all language specific constructs from Structured Text - ST:
    • IF/ SWITCH CASE
    • FOR/ WHILE/ DO WHILE
    • Function Calls
    • Variable Declaration
  • Creating different Execution Control Charts (ECC):
    • All combinations of algorithms and events
    • Corner Cases
  • Testing if events from adapters can be used, when deploying in Lua. Furthermore defining the adapters themselfs in Lua
  • Testing the new simple FB: a FB with one algorithm, one input event and one output event.
In general, the FBs will no be applicable in the real world. The are on purpose kept very synthetically to encapsulate certain functionality and test it.
Starting to fix the the identified bugs and implement additional functionality (To Be Done)
Will Be updated as we progress

Back to the top