Simmechanics representation of a compressed spring
이전 댓글 표시
How can i represent a pre-compressed spring between two bodies?
채택된 답변
추가 답변 (1개)
Jonathon
2012년 8월 20일
0 개 추천
댓글 수: 1
Ryan G
2012년 8월 20일
Below is a rough idea of how you could implement this. The spring block included does not really allow for 2-stage springs, although there might be something better than what I have to do it. Essentially you can actuate the body and feedback the position. K*x = Force so you can use that as the actuation force.
In this example after the length of teh spring passes 5 meters it detaches. I created a latch so once it detaches it can't re-attach. This is very rough/quick assembly so you need to check for units and +/- accuracy here. You would also need to adjust the position x as it is in world coordinates.

카테고리
도움말 센터 및 File Exchange에서 Assembly에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!