-
Please add information, with which FMI validation tools (from https://fmi-standard.org/validation/) these FMUs have been checked, and which in which other simulation these FMUs have been imported and …
-
FMPy does not seem to support input arrays. I have an FMU with a 2-element Float64 input vector. The call to fmi3SetFloat64 is being made with a correct value reference for the input vector but 'nVal…
-
Hello,
I have problems using measurement in the l term of the objective function.
`mx_function.cpp:409: lterm::init: Initialization failed since variables [V] are free. These symbols occur in the…
-
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 …
-
Hi @viproma I see that this project has not seen activity for a while. I have a few questions...
1. Can the project be used in it's current state?
2. Did you ever publish a debian package?
3. Do yo…
-
After the excellent job by @mahge and @AnHeuermann on the CMAKE compilation, we should constantly test FMU export, both in Linux and in Windows. Maybe not on the entire testsuite, but on a selected se…
-
Currently `fmi`'s architecture (as well as `rwfs`'s) is very object-oriented (OO). Implementation is done using R's `R6` object system. While this does bring all the benefits of OO in the code archite…
-
### Description
Why in the following model:
```modelica
model DiscreteIssue
discrete input Real In(start=1);
discrete output Real Out(start=0);
equation
when In>1 then
Out=1;
…
-
### Description
I'm using OpenModelica to create FMUs of my model. The exported model I import to python via fmpy. I want to read in the units and the displayUnits of the model, but for all variabl…
-
(from a discussion with Pierre)
We should better explain, under which conditions and for which use cases to use SE (e.g. realtime conditions on a HiL system with mutliple vECUs on a a platform, whe…