﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3034	Import issues with inputs in fmi 2.0	Willi Braun	Adeel Asghar	"Following model course three different issue:
{{{
loadString(""
model A
  Real x;
  input Real u;
equation
  der(x) = x+u;
end A;
"");
getErrorString();

translateModelFMU(A, version=""2.0"");
getErrorString();
importFMU(""A.fmu"");
getErrorString();
loadFile(""A_me_FMU.mo"");
getErrorString();
simulate(A_me_FMU);
getErrorString();
}}}
The initial value is wrong:
{{{
""Error: module = Initial 'calculated' is not allowed for variability 'continuous' and causality 'input'. Setting initial to 'approx', log level = ERROR: FMI2XML
Error: module = Start attribute is required for this causality, variability and initial combination, log level = ERROR: FMI2XM
}}}
And also the number of variable is wrong:
{{{
""Error: Too few equations, under-determined system. The model has 11 equation(s) and 12 variable(s).
}}}"	defect	closed	high	1.9.4	FMI	trunk	fixed		
