Door hinge servo not working
-
Okay Kev, here is where I am at...as you can see I still need to work out having the catch be attached to the door. Also is there a way to make the joints, weather it be a slider, hinge, etc. NOT jump to the mid point of the motion. For instance with this door, as soon as you start it it opens half way. It would be nicer and more realistic if it just stayed put until the arrow key was "hit".
Thanks,
Rick
-
New door file...I got the catch to move with the door. Now if I can just get the door to stay closed until I open it.
Rick
-
-
OK, I had a look at your model and there were a number of problems making it tend to crash.
First attached file is with your original keyboard controllers but now nothing moves until you press the arrow keys.
Have a look at the control codes to see how this is done.
One problem that was causing glitches is the small size of the door latch. I solved this by increasing its density setting.
The other problem is that the hole that the latch passes through does not really exist and SP sees the door as a solid rectangle.
I solved that problem by making the edge of the door and the door knob status into "no collision" and "ignore".The second file uses the usual control sliders to control the door and the latch but they do not start moving until you move the sliders.
The code prevents the door swinging in the opposite direction past the door frame so that it opens only one way.It might look like the door catch is moving when the door is opening, but this is just due to the centrifugal momentum of the piston which weighs a lot. It is not just symbolic!
Overall it probably not worth animating the door latch as it such a small part and causes more problems than it worth.Hopefully the things I mentioned above will make your model less buggy and crash prone.
-
Okay Kev, you're up...new challange...my door and catch work as I want, now I added a door knob which works great until I add collision to the group with the knob and knob hinge. I think it is just a matter of grouping the correct items, but I can't seem to get it right.
Thanks,
Rick
-
@unknownuser said:
Okay Kev, you're up...new challange...my door and catch work as I want, now I added a door knob which works great until I add collision to the group with the knob and knob hinge. I think it is just a matter of grouping the correct items, but I can't seem to get it right.
Thanks,
RickHi Rick,
Your right. The knob was connected to the static white frame block preventing the knob moving with the door. I've connected the door to the knob hinge and that fixed the main problem.
I have also added a bit of a door frame for the door to shut flush to, an extra hinge to make the whole structure a bit more rigid and tweaked some of the density and collision settings. Have a look at the attached file. It seems to work quite nicely now. (Left arrow button to open door and rotate handle.)
Kev.
P.S. The new door frame parts are in a new layer that you can turn off anytime
-
You ARE the man! One question, the original top door hinge has "+0.01" after the ("rightx"). I tried it with and without it and saw no difference. What is that for?
Thanks again.
PS Nice door jamb/stop
RickPSS I just tried it with whole numbers....WOW....all kinds of "stuff" happens!
-
@unknownuser said:
One question, the original top door hinge has "+0.01" after the ("rightx"). I tried it with and without it and saw no difference. What is that for?
The "+0.01" was necessary to make the door shut completly flush against the door frame (at least on my PC). You might need to look from above the door to see the difference. I figured since you make highly detailed models you would appreciate little details like that.
@unknownuser said:
PSS I just tried it with whole numbers....WOW....all kinds of "stuff" happens!
Hinges and servos behave badly if asked to rotate more than 179 degrees in a given direction. Adding 1 to "rightx" changes the range of values from (0 to 1) to (1 to 2) which changes the range of movement from (min=-90 to max=90 degrees) to (min=90 to max=270 degrees).
-
-
@unknownuser said:
Hav'n fun now
You seem to really have got to grips with SketchyPhysics now.
Nice surprise in the model.
Advertisement