How to change Simscape Multibody model parameter during simulation
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
My multibody modle shall change length,mass,inertia of the rod during simulation. Is this supported in the Simulink
1 Commento
Ameer Hamza
il 20 Giu 2020
I don't think it is supported yet. I tried it some time ago, but simscape blocks didn't respond to that. Simsapce blocks are different as compared to normal Simulink blocks, so I guess there are some implementation differences. You may try it using event-listeners and set_param() as given here: https://blogs.mathworks.com/simulink/2013/01/25/accessing-block-data-during-a-simulation/.
Risposte (1)
Steve Miller
il 7 Giu 2021
Hi Mark,
There are variable solid blocks in Simscape Multibody.
- https://www.mathworks.com/help/physmod/sm/ref/variablebricksolid.html
- https://www.mathworks.com/help/physmod/sm/ref/variablecylindricalsolid.html
- https://www.mathworks.com/help/physmod/sm/ref/variablesphericalsolid.html
Their properties can vary during simulation.
You can also motion actuate a joint to change the separation of two frames during simulation.
--Steve
0 Commenti
Vedere anche
Categorie
Scopri di più su Simscape Multibody in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!