Adeel Asghar
Adeel Asghar
> - @adeas31 can add one checkbox to Translation Flags "Enable FMU Import" Done in #9532
The `reinit` error doesn't show up with the flag `--allowNonStandardModelica=reinitInAlgorithms` but now the simulation fails with error, `module = BouncingBall, log level = ERROR: [logStatusError][FMU status:Error] fmi2SetTime: Illegal model exchange...
> 2. Adding --allowNonStandardModelica=reinitInAlgorithms among Translation Flags in OMEdit works good. But even though we click on "Save experiment annotation inside model", this flag is not saved, maybe because there...
Perhaps @ceraolo can do a real quick test by simply replacing the line, `flowTime := fmi2Functions.fmi2SetTime(fmi2me, time, flowInitialized);` with `flowTime := if not initial() then fmi2Functions.fmi2SetTime(fmi2me, time, flowInitialized) else time;`...
Can you share the generated code?
@casella this is up for testing now. In the diagram view, right click the element and choose `Show Element` or double click on the element while holding the ctrl key...
Thanks for the quick feedback. > * connection lines are not displayed when one goes to show component To be honest, I didn't test the connection lines and expected this...
@casella and @dietmarw-se one thing I forgot to mention is that, when you go in show element the changes done are not reflected directly inside the editing mode e.g., conditional...
@dietmarw PR #13087 fixes the connections and graphical annotations issues. I still haven't looked into the modification error but will do it soon. @casella thanks for the feedback. I will...
> @adeas31 I was just going to test this in the latest nightly. However it looks like the nightly channel got the 1.24.1 placed into it instead of the latest...