Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

TRACKING WEIGHT OF COMPONENTS

  • Thread starter Thread starter davids163
  • Start date Start date
Status
Not open for further replies.
D

davids163

Guest
I need to track the weight of components and assemblies and report the value as a parameter on drawings. Can anyone help?
 
Found this one at:

http://www.geocities.com/edwinmuirhead/pro-how/



How do I enable a part to calculate its own weight?

Create a parameter called weight (real no.)

Add a relation:

weight=mp_mass()

Ensure the density (Setup | Density) is correct for the model and units

After regeneration the model will calculate and store weight

This parameter can be shown on drawings using &weight
 
Note that you can control the number of dp on drawing separately from the model(s), just type:



&weight[.2]



Will display to 2 dp....
 
Thanks for the tip Doug!! I didn't know you could do that.
 
You should also note means current model which for a part is the part and for an assembly is the top level.



A path can be entered here in an assembly to any specific component and this is what will be computed.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top