What type of Joint is a Straight Slot ?
古いコメントを表示
Bar revolves at pt A. End of length is the straight slot which connects to a fix linear actuator perpendicular to the bar.
actuator linear pull stroke. clevis joint translate in straight slot.
what type of joint is this straight slot. and how to couple?
回答 (1 件)
Arnaud Miege
2011 年 4 月 15 日
If I understand correctly, you want to model a joint with some clearance, is that right? The trick is to measure the position and velocity of the joint, and then use a collision force law, which provides a restoring stifness (and damping) when the penetration (position) goes outside a defined range, e.g:
F = 0 if abs(x) <= x_0, k*(x-x0)+b*x_dot when abs(x) > x_0.
similar to what's in the "Backlash Actuation" subsystem of mech_gears_backlash or in the "Contact Force" subsystem of mech_bouncing_ball.
HTH,
Arnaud
1 件のコメント
Arnaud Miege
2011 年 4 月 15 日
PS: probably best to use a custom joint with one revolute and one prismatic primitive, and apply the restoring force or backlash actuation on the prismatic one.
カテゴリ
ヘルプ センター および File Exchange で Assembly についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!