﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2746	FMI glitch in a tiny example	massimo ceraolo	Adeel Asghar	"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.
"	defect	closed	normal	1.9.2	FMI	trunk	invalid		
