Cannot get updated outputs in initialization mode #273
AayushSabharwal
started this conversation in
General
Replies: 1 comment
-
(I converted this to discussion) Hi Aayush,
Performance remarks:
Regards! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use the low-level FMI functions (as opposed to simulateCS) to integrate FMUs with ModelingToolkit.jl. One problem is that we need to be able to set inputs/states of the FMU and get updated output values during initialization, since the CoSimulation FMU is connected to a larger model in Julia.
I'm trying something equivalent to the following call sequence:
However, no matter the values of inputs, parameters or states, the outputs have the same value.
Beta Was this translation helpful? Give feedback.
All reactions