﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5218	Initialization of FMUs	Lennart Ochel		"The following example can be used to reproduce an initialization issue with FMUs:
{{{#!mo
loadString(""
model A
  output Real y = x;
  parameter Real x_start = 1.0;
protected
  Real x(start=x_start, fixed=true);
equation
  der(x) = time;
end A;""); getErrorString();

buildModelFMU(A, version=""2.0"", fmuType=""me"", platforms={""static""}); getErrorString();
}}}

State `x` is always initialized with `1.0`, even if `x_start` is changed using the FMI interface.
"	defect	new	blocker	1.13.0	FMI	v1.13.0-dev-nightly			Adrian Pop
