How to understand a Simscape model imported from SolidWorks?
5 次查看(过去 30 天)
显示 更早的评论
Hey guys,
I have watched a seminar called "Quadcopter simulation and control made easy". https://www.mathworks.com/videos/quadcopter-simulation-and-control-made-easy-93365.html
In this seminar, the drone model was first made in SolidWorks then imported to Simscape. I know that the lines in Simscape means physical connection, but I can not completely understand the meaning of each block.
This is the SolidWorks model:
This is the simscape model:
What I am able to understand are:
1. The World block mean something that doesn't move in the space;
2. The ASSY_ROTOR_END_4_RIGID, ASSY_ROTOR_END_3_RIGID, ASSY_ROTOR_END_2_RIGID and ASSY_ROTOR_END_1_RIGID means four rotors of the drone;
3. The BOARD_1_RIGID means the mainboard of the drone;
4. The rotors/board and connected to the world through joints that can move in six DOF.
What I am confused are:
1. Why we need Transform blocks? What are the differences between Transforms blocks and SixDOFs blocks?
2. What does the HUB_1_RIGID mean?
3. What does the block under the gear do?
4. How to configure the transform and sixDOF blocks?
Thanks,
Bo Shang
0 个评论
采纳的回答
Steve Miller
2019-4-3
1. Why we need Transform blocks? What are the differences between Transforms blocks and SixDOFs blocks?
Transform blocks create a new frame in the model. The new frame at port F has an orientation and location defined relative to the frame at port B.
The SixDOF block defines a joint that has six degrees of freedom. It means the two parts it connects are free to move and rotate with respect to each other.
2. What does the HUB_1_RIGID mean?
That is a subsystem that contains the part hub, translated from SolidWorks
3. What does the block under the gear do?
The Solver Configuration block has settings for the solver that are relevant for the network to which it is attached.
4. How to configure the transform and sixDOF blocks?
You need to double-click on the blocks to access the parameters
--Steve
1 个评论
Pangestu Jason Samuel
2020-4-19
Hello, is there any step by step tutorial or pdf guide for robotic arm project using simscape and simulink along with the inverse kinematic configuration? Thank You
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Assembly 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!