Opened 10 years ago
Last modified 10 years ago
#2746 closed defect
FMU glitch in a tiny example — at Version 1
Reported by: | massimo ceraolo | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | normal | Milestone: | 1.9.2 |
Component: | FMI | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
I tried to test Dymola 2015 to OM r21397 FMI 1.0 communication using the following tiny program:
model tiny Modelica.Blocks.Sources.Constant const ; Modelica.Blocks.Continuous.Integrator integrator; equation connect(integrator.u, const.y); end tiny;
I created the FMU using dymola, imported it into OM, and run it (using OMEdit).
The results are good, but I got the following error message:
[ERROR][tiny] [][FMU status:Error] fmiDoStep: currentCommunicationPoint = 0.0000000000000000, expected 0.0020000000000000
[ERROR][tiny] [][FMU status:Error] fmiDoStep: currentCommunicationPoint = 1.0000000000000000, expected 1.0020000000000000
Since maybe with a so simple model everything should work perfectly, I wonder whether this is an issue someone wants to have a look at.
Regards.