Revolute Joint: Actuation by Torque AND Motion
14 ビュー (過去 30 日間)
古いコメントを表示
Hi,
for my model i want to actuate a revolute joint by a constant torque and a known motion. This is because I have a constant input rotational speed, but a variying torque.
It works by applying torque and motion separately, but in combination I get the following error:
"In the dynamically coupled component containing Revolute Joint 'Test_Shaft_Gear_3/Revolute Joint', there are fewer joint primitive degrees of freedom with automatically computed force or torque (0) than with motion from inputs (1). The prescribed motion trajectories in this component may not be achievable. Solve this problem by reducing the number of joint primitives with motion from inputs or increasing the number of joint primitives with automatically computed force or torque. Resolve this issue in order to simulate the model."
Is anybody out there to help me?
0 件のコメント
回答 (1 件)
Joel Van Sickel
2023 年 3 月 10 日
You cannot apply torque AND motion like this. If you apply torque, the model will calculate what the motion is for you. If you apply motion, the model will calculate the torque for you. So you need to pick only one of them.
2 件のコメント
Joel Van Sickel
2023 年 10 月 18 日
You can know the velocity and torque of the shaft, but from a modelling perspective you can only use one of them as an input. In most cases, trying to apply torque and motion to a joint overspecifies the problem such that is is mathematically impossible to solve. If you want to apply a constant power, you can measure the speed, and then apply the appropriate torque.
However, you might be happier using inverse kinematics:
I
参考
カテゴリ
Help Center および File Exchange で Multibody Dynamics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!