Rigidly connected port error with Simscape Multibody Contact Forces Library

99 views (last 30 days)
Adding blocks from the Simscape Multibody Contact Forces Library to a new model gives the following error message:
"External Force and Torque External_Force_and_Torque_PlaB has its follower port rigidly connected to the world frame; it has no effect. You can configure this diagnostic in the Simscape Multibody Configuration Parameters dialog."
  2 Comments
superman
superman on 9 Sep 2020
Dear, sir. I am doing biped walking simulation by Matlab2017b。 When i use four sphere to plane contact models on flat foot of the biped robot, the biped flied off the ground at the beginning of simulation, as shown in the attachment. The robot mass is 74 kg. The contact sphere radius is 0.01 m. The contact stiffness and damping are 90000 and 4000. Could you give me some advices? Thanks very much. I am looking forward to your reply.
Madhav rijal
Madhav rijal on 17 Mar 2021
I have applied spatial connection force to sphere of the leg. I am not able to model thr ground. How do you do it. I have created a brick block and connected it to it.but Spatial Contact Force is not connected through its B port to a valid geometry. This error comes. How to solve it?

Sign in to comment.

Accepted Answer

Sebastian Castro
Sebastian Castro on 23 Jan 2018
Edited: Sebastian Castro on 7 Feb 2018
This error is due to a default setting with new Simulink models, which is incompatible with the Contact Forces Library.
To resolve this:
  1. Go to Simulation > Model Configuration Parameters
  2. In the Simscape Multibody > Diagnostics pane, change the "Rigidly constrained block" diagnostic to "warning" or "none"
For those interested the details: The Contact Forces Library blocks uses "External Force and Torque" blocks to apply contact forces/torques to both bodies in contact. If at least one of these bodies is rigidly connected to the World Frame, you will get this error based on the diagnostic setting above. This error essentially warns you that you're applying a force to a body that will not move regardless of the applied force.
- Sebastian
  5 Comments

Sign in to comment.

More Answers (4)

Edgar Andres Parra Rucaurte
Thank Sebastian.

Guillermo Herrera
Guillermo Herrera on 3 Oct 2018
Awesome! Thanks!

peng peng
peng peng on 19 Apr 2020
THANKS

Ramkumar Natarajan
Ramkumar Natarajan on 5 Sep 2020
In the newer versions of Simulink, the setting is in Modeling > Model Settings instead of Simulation > Model Configuration Parameters

Community Treasure Hunt

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

Start Hunting!