Could the value of Spring Stiffness in the Revolute joint block (Simscape) be variable?

142 visualizaciones (últimos 30 días)
I'm trying to build an inverse dynamic model, where the * spring stiffness* is a variable value, or more specifically, a function of the input, the motion trajectory. How should I implement for this? Could someone give me any related examples or information? Thanks a lot!

Respuesta aceptada

Nicolas Schmit
Nicolas Schmit el 21 de Mayo de 2018
The stiffness parameter of the revolute joint is a constant. You cannot change it in real time.
Here is how you can implement a variable stiffness:
  1. In the actuation tab, set the torque to "Provided by Input" and the motion to "Automatically Computed".
  2. In the sensing tab, activate the Position sensing.
  3. Create a feedback loop from the position sensing output to the torque input.
  4. In your feedback loop, place a function which calculates a torque as a function of the position. The derivative of your function with respect to the position will be the stiffness at a given time.
  4 comentarios
FENGPEI YUAN
FENGPEI YUAN el 22 de Mayo de 2018
I got your idea...but in my model, especially the inverse model, I need to actuate my mechanical system by Motion Input, where the spring stiffness is still dynamic. Therefore, I think of one solution, as shown in the attached picture... Moreover, if we monitor the actuator torque of the Revolute joint, I think it will work...
Catalina
Catalina el 10 de Oct. de 2023
I am facing the problem of variable stiffness and following the comment thread I would like to try a model using the block called "Torque_stiffness", however, it is not found or I do not relate it to the blocks in the libraries available in matlab R2022b. Can you provide me with the library or the method you used to create the block?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Assembly en Help Center y File Exchange.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by