-
Notifications
You must be signed in to change notification settings - Fork 5
Converting Legacy Models (sct)
Since KIELER SCCharts version 0.13 textual SCCharts are no longer
written in sct files but in sctx. These file extensions allow
separation between the two syntaxes, as well as conversion of the legacy
models. KIELER still has rudimentary support for this legacy syntax.
When opening an sct file the editor and diagram view still work but
shows warnings. None of the KIELER features, such as Compilation or
Simulation support sct files.
However, in the context menu (right click) of an sct file there is an
Convert to SCTx option to convert the file into the new sctx syntax.
In some cases the produced files still need manual adjustment to match
the new syntax.
Known issues:
- References to other SCCharts files are no longer added implicitly. Imports of other SCCharts must be added manually.
- Line comments (//) are lost during the conversion. Semantic comments (/**) will remain.
In general, we advice to convert all sct into sctx. To ease this process the Convert to SCTx action can also be invoked on folders, resulting in a conversion of all contained (recursively) sct files.
KIELER is an open source software project by the RTSYS Group at Kiel University, licensed under the Eclipse Public License or Eclipse Public License 2.0 | KIELER Mailing List
- Basic Syntax
- Annotations and Pragmas
- Dataflow
- Hostcode
- Timed Automata
- Object Orientation
- LEGO Mindstorms
- Developer Eclipse Setup with Oomph
- Semantics Release Process
- Build KIELER without Eclipse
- Automated Tests and Benchmarks
- Simulation Visualization (KViz)
- Legacy .sct Models
- Simulation Visualization (KViz)
- KiCo Tutorial