-
Follow-up of the discussion in PR modelica/fmi-standard#1980.
FMI-LS-REF [Section 3.3](https://modelica.github.io/fmi-ls-ref/main/#_experiment_setup). defines the `Experiment` element in the manife…
-
Hello
I have a question regarding the clocks in the high cut.
In the ls bus it says that the output clocks should be periodic or aperiodic.
"The output Clock type, periodic or aperiodic, is defi…
-
Hi The coupled clutches FMI 3 FMU has the following variables
`
`
I would say that having both variables J1.phi & J1.phi.der isn't legal structured declaration, according to fmi stan…
-
According to https://fmi-standard.org/tools/, Pandapower can export FMUs, but does not yet participate in the FMI Cross Check https://github.com/modelica/fmi-cross-check.
For many tools this has si…
-
The FMI standard optionally allows this information to be stored in an FMU
![immagine](https://private-user-images.githubusercontent.com/93596576/384725235-f21dd8ab-9d01-462c-8fbe-8329ddba9ca3.png?…
-
Hi,
I have used JModelica 2.14 for Windows for many years and earlier versions for Linux.
Recently I have noticed that the Windows FMU does not pass FMI-standard test.
The reason seems to be tha…
-
Some test equipments for HIL (like Typhoon HIL) provide fmi interfaces to allow coupling them with third party simulators. It would be interesting to use FMI++ for providing a similar functionality fo…
-
I used the function _simulate_ssp()_ to connect two Python-based FMU´s and did an SSD file to try the parametrization standard from FMI. It is quite nice by the way, however, there might be something …
-
Add caching to GitHub actions to our builds to speed up deployment.
Option we could adopt UV but I don't think our deployments are so complex that going outside of standard pip is an issue.
```
…
-
### Description
The FMI standard allows an FMU to call the logging function with a null pointer for the category, if it doesn't defined any categories.
When this happens, OMSimulator crashes, as…