You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would say that having both variables J1.phi & J1.phi.der isn't legal structured declaration, according to fmi standard as we state its the same as modelica and this is illegal modelica.
Anyhow this currently causes translation error when importing into Dymola with structured import.
Using flat import works fine.
I have updated future Dymola version to diagnose the error and give a recommendation to do a flat import.
Best Regards
Karl Wernersson
The text was updated successfully, but these errors were encountered:
Hi The coupled clutches FMI 3 FMU has the following variables
<Float64 name = "J1.phi" valueReference = "1" description = "J1.phi" initial = "exact" start = "0.00000000000000000e+00"/> <Float64 name = "J1.phi.der" valueReference = "2" description = "J1.phi.der" initial = "exact" start = "1.00000000000000000e+01"/>
I would say that having both variables J1.phi & J1.phi.der isn't legal structured declaration, according to fmi standard as we state its the same as modelica and this is illegal modelica.
Anyhow this currently causes translation error when importing into Dymola with structured import.
Using flat import works fine.
I have updated future Dymola version to diagnose the error and give a recommendation to do a flat import.
Best Regards
Karl Wernersson
The text was updated successfully, but these errors were encountered: