Opened 8 years ago
Closed 6 years ago
#4466 closed defect (fixed)
Co-Sim FMIs "maxOutputDerivativeOrder" set to wrong value
| Reported by: | Bernhard Thiele | Owned by: | Lennart Ochel |
|---|---|---|---|
| Priority: | high | Milestone: | 1.16.0 |
| Component: | FMI | Version: | |
| Keywords: | Cc: |
Description
On the workshop today, I got the feedback that we generate co-simulation FMIs in which the value of field maxOutputDerivativeOrder is set to 1, but retrieving the first derivative of the outputs lead to an error (I suppose when calling the function fmi2GetRealOutputDerivatives).
I didn't reproduce the problem since I don't have any code that would use that feature. I got an OM generated FMU that should should this problem. Find this FMU and related Modelica models attached.
Attachments (3)
Change History (4)
by , 8 years ago
| Attachment: | unicycle1.fmu added |
|---|
by , 8 years ago
| Attachment: | unicycle.mo added |
|---|
by , 8 years ago
comment:1 by , 6 years ago
| Milestone: | Future → 1.16.0 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

I fixed the
maxOutputDerivativeOrderattribute a while back. It is now set to0, because OpenModelica doesn't support output derivatives yet.