limiting slider part motion distance of the prismatic joint in simulink

조회 수: 12 (최근 30일)
Sila Deniz  Karadag
Sila Deniz Karadag 2024년 5월 27일
편집: Subhajyoti 2024년 7월 17일
I want to limit the distance of the slider part which slides with a prismatic joint. for example I want it to slide 0.5 m to downward and come back to its initial position

답변 (1개)

Subhajyoti
Subhajyoti 2024년 7월 17일
편집: Subhajyoti 2024년 7월 17일
Hello Sila,
The slider movement limits in a ‘prismatic joint’ can be tuned by configuring the following parameters.
  • ‘State Targets > Specify Position Target > Priority’ — Priority level of position target
  • ‘State Targets > Specify Position Target > Value’ — Position target
For the Lower Limit:
  • ‘Limits > Specify Lower Limit > Bound’ — Lower bound of free region
For the Upper Limit:
  • ‘Limits > Specify Upper Limit > Bound’ — Upper bound of free region
The following steps can configure the model to the given example:
  1. Double-click on the ‘Prismatic Joint 3’ block to open its parameters.
  2. In the "Z Prismatic Primitive (Pz)" tab under the ‘State Targets’ sub-section, enable "Specify Position Target" and set the ‘value’ to 0 (initial position).
  3. In the same tab under ‘Limits’, set the following parameters.
  4. Enable the "Specify Upper Limit" and set the ‘Bound’ to 0 (if 0 is your initial position)
  5. Enable the "Specify Lower Limit" and set the ‘Bound’ to -0.5 (for downward movement).
Note: Optionally, you can set the "Spring Stiffness" and "Damping Coefficient" parameters to define the behaviour of the joint when it reaches these limits.
Refer to the following MathWorks Documentation to understand more about ‘Prismatic Joint’.
Hope the above information is helpful.

카테고리

Help CenterFile Exchange에서 Robotics에 대해 자세히 알아보기

제품


릴리스

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by