Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid modelDescription for structured parameters - no viable workaround for us #474

Open
fnorlt opened this issue Apr 15, 2024 · 0 comments

Comments

@fnorlt
Copy link

fnorlt commented Apr 15, 2024

Good morning,

This bug relates to the problems already reported in the following issues:

#151
#74

The proposed workaround does not allow us to solve the problem because it simply removes the structured parameters from the list of parameters exposed in the fmu.

We have quite large simulink models, which require parameters arranged in the form of structures. It is difficult, if not impossible, for us to destructure all of the parameters that we wish to expose in the fmu in order to be able to modify them at the time of execution of the generated fmu.

Currently, we are required to use inline parameters mode in order to remove all structured parameters from the list of parameters exposed in the fmu (otherwise, the fmu cannot be loaded into our calculation tools).
We need to recompile the fmu when these structured parameters change values. This is not sustainable for us.

Please, can you fix this bug ?

thanks in advance

Best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant