mechanism clearance measure
mechanism clearance measure
(OP)
I am modeling a cardan universal joint and running the joint through operating angles. I am starting at 0 degrees and running it up to 55 degrees. How do I set up a measure to determine the minimum clearance between the 2 yokes that are connected to the joint? I already know they clear, but I want 3mm clearance for forging/casting variation.





RE: mechanism clearance measure
If you have the BMX module, this is pretty easy. You will want to create an analysis feature that measures the distance between the two parts of interest (if you accept the default names, this will come out to be DISTANCE:FID_ANALYSIS1). Then, I would create a second analysis feature that is relation to calculate an error function (ERROR = DISTANCE:FID_ANALYSIS1 - 3). Then you can use a mechanism analysis feature and pass the ERROR:FID_ANALYSIS2 parameter through it. The mechanism analysis feature can output the minimum value of the simulation. You can now have the clearance parameterized as the design evolves.
Hope this helps!
Best regards,
Matthew Ian Loew
Please see FAQ731-376 for tips on how to make the best use of Eng-Tips Fora.
RE: mechanism clearance measure
RE: mechanism clearance measure
The distance between two offset surfaces could indeed be used for the clearance check.
Best regards,
Matthew Ian Loew
Please see FAQ731-376 for tips on how to make the best use of Eng-Tips Fora.
RE: mechanism clearance measure
RE: mechanism clearance measure
Thank you, Matthew.