-
Notifications
You must be signed in to change notification settings - Fork 40
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
Setting states - Mcp/0036 #3164
base: master
Are you sure you want to change the base?
Conversation
Add discussion about reinit and correct spelling error.
Add new proposal for setting states.
Update with semantics discussion - based on #2613 (comment)
Test-cases.
Updated with test-case and more complete description.
Space
And minor spelling correction.
Add discussion about reinit and correct spelling error.
Add new proposal for setting states.
Update with semantics discussion - based on #2613 (comment)
Test-cases.
Updated with test-case and more complete description.
Space
And minor spelling correction.
Updated date etc.
Co-authored-by: Henrik Tidefelt <[email protected]>
Co-authored-by: Henrik Tidefelt <[email protected]>
Co-authored-by: Henrik Tidefelt <[email protected]>
Co-authored-by: Henrik Tidefelt <[email protected]>
Co-authored-by: Henrik Tidefelt <[email protected]>
Co-authored-by: Henrik Tidefelt <[email protected]>
Co-authored-by: Henrik Tidefelt <[email protected]>
Co-authored-by: Henrik Tidefelt <[email protected]>
Co-authored-by: Henrik Tidefelt <[email protected]>
Co-authored-by: Henrik Tidefelt <[email protected]>
Co-authored-by: Henrik Tidefelt <[email protected]>
Co-authored-by: Henrik Tidefelt <[email protected]>
Co-authored-by: Henrik Tidefelt <[email protected]>
Should also be ready to enter under evaluation. |
I will try to demonstrate at the next meeting |
I have had on my agenda to explain this for some time, and finally realized that instead of providing more information, it may be helpful to provide less (i.e., a condensed explanation). Back-ground: The basic idea with feed-forward control is that if we have a desired output ( Generalization: If the model has states (and you can observe them) that simplified view changes to We assume that Thus the desired functionality is to be able to evaluate the (inverted) model as a function given the known values of the states, i.e., basically setting the states for any clock tick where we need to invert the model. There is no need to perform any integration of these state, as we will always have new state-values on the next clock tick. That is exactly the functionality in this MCP. It can be handled with an FMU, but clearly having everything in Modelica seems better. (Obviously in practice there's also likely feedback control, observers, limiters for the signals etc.) |
Fix broken link
I believe the links work now. It seems the conference proceedings were moved for some reason. |
The MCP for setting states.
It has been rebased on current master to have a good state for the specification changes.