How to get oscillatory motion for a solid in simscape?
조회 수: 3 (최근 30일)
이전 댓글 표시
I was quite fascinated with simscape and I am trying to learn it. I am considering a basic parallel mechanism or five bar mechanism as shown in figure. As of now I have
made two set of links in simscape (L2 = light blue or black; L3 = Green) (L5 = purple or red; L4 = Dark blue). I am trying to give motion to L2 and L5 and check the trajectory of point "D". In the attached excel sheet I have computed few set of angles for L2 and L5 such that the point "D" will move in a semicircle trajectory (pink color).
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/540041/image.png)
The angles mentioned in the excel sheet will make oscillatory motion but in the simscape model which I made, the links are rotating completly for 360 degrees.
Could anyone kindly figure out how to give input to the mechanism such that the mechanism at point "D" will make a semicircle according to the angles mentioned in the excel sheet.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/540046/image.jpeg)
댓글 수: 0
채택된 답변
Juan Sagarduy
2021년 3월 9일
Hello there,
In order to do the work, I'd recommend to use Simscape Multibody to build the five-bar linkage mechanism. In Multibody, you can prescribe the motion in the joints (kinematic mode) so that they fulfill a given duty cycle. This gives info on the actuation torque needed. So what you need to do once the model is created is to apply the motion patterns you have obtained in Excel. We have training for Simscape Multibody you may find rewarding. Modeling Multibody Mechanical Systems with Simscape | MATLAB and Simulink Training (mathworks.com)
Best of Luck / Juan
댓글 수: 3
Juan Sagarduy
2021년 3월 10일
Hi there,
It was down to a detail that is easy to overlook when starting with Simscape. The angle you want to prescribe is in deg, but the Simulink-PS Converter unit is set to 1 >> Multibody believes it is radian instead. So if you set the unit to deg, the rotation is exactly as you want. Attaching the model as well (just load kinematic_cycle.mat first).
Cheers Juan
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Simscape Multibody에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!