Francesco Casella
Francesco Casella
First of all, this feature is currently broken, so until it is fixed it should be removed from the documentation, see #9443. I re-read again the discussion in [#5621](https://trac.openmodelica.org/OpenModelica/ticket/5621) and...
Ouch. I hope we weren't also using non-standard FMI API calls in the wrapper, besides non-standard Modelica calls, that were previously not caught as illegal by the FMI code we...
BTW, the current example of FMI import in the documentation is quite misleading: - it imports a stand-alone system, which is best simulated using OMSimulator - the FMU has a...
> Does it work using the old frontend? Apparently not, alas. I tried a simple example myself, exporting a Modelica.Blocks PI controller and then reimporting it in a simple feedback...
I think I figured out what is still going wrong here, though I'm not much into FMI details myself. Our Modelica FMU wrapper starts with these initial equations: ```modelica flowStartTime...
Probably also related to the structural changes needed to solve #2081
This was actually a duplicate of #4408, which was fixed in 1.23.0
#9542 should have fixed the remaining issue. @ceraolo/@max-privato it would be great if you could test that FMI import now works for you!
@ceraolo I improved the error message as you suggested in #9602.
We still have issues with fmi2SetTime, see #9918.