Skip to content
Snippets Groups Projects
Commit 87d90926 authored by Kenneth Lausdahl's avatar Kenneth Lausdahl
Browse files

Update index.md

parent db4047d7
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@ The *Overture Tool* is an open-source integrated development environment (IDE) f
The support for FMI in Overture is based on the Crescendo Tool and an automated export is avaliable when annotating the specification with FMI specific information.
The entry point used by the FMU wrapper is: `new World().run()` so make sure it is present on export.
* Note that FMUs running **VDM require variable step size**. If a fixed step size is selected then it may introduce errors. Thus if fixed stepsize is selected make sure that the interval is close to that of the control loop. (Internally VDM runs with nano seconds resolution where each expression is assigned a time cost)*
Overture (VDM) specification can be annotated with interface annotations allowing the modeller to specify which *values* should be *parameters*, and which *instance variables* should be *inputs* or *outputs*.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment