• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

report pro_mp_mass

  • Thread starter Thread starter pritio72
  • Start date Start date

pritio72

Guest
problem with model weight report.
in the part I inserted the report to calculate the weight of the part automatically: weight=pro_mp_mass and therefore the relative parameter is automatically created.
made my part check a material with the specific weight I care about.
I return the part, I go to the "setup mass properties" menu I do the report where I calculate the weight and save.
Unfortunately the variable and the parameter do not update. dpo various attempts and recalculation of the mass is updated; but every time I make a change the weight is not recalculated automatically, while if I do "setup mass properties" and I create report this is updated.
How can you solve this problem? Unfortunately every time there is a modphic I need to make sure that the weight is updated because on the 2d design I inserted the paramentro "weight".
I have encountered the same problem of updating data also by using the variable relative to the volume e.g.: volume=pro_mp_volume
:mad:
 
try to insert the relationship into post-rigeration,
or in the reports menu, under the editing window there is a drop-down menu. If you choose "post regeneration" and edit the relationship there, this will refresh you to every regeneration.
I hope I've been clear, I'll tie you a screenshot.. .
 
try to insert the relationship into post-rigeration,
or in the reports menu, under the editing window there is a drop-down menu. If you choose "post regeneration" and edit the relationship there, this will refresh you to every regeneration.
I hope I've been clear, I'll tie you a screenshot.. .
hi I found "post regeneration" but I didn't understand how to edit the report. Could you please make me a screen?
 
You just need to write the relationship as you did before...practically change the sheet you write on....
 

Attachments

  • 1.webp
    1.webp
    16.1 KB · Views: 146
Hello.
Excuse me, but I'm going from wf4 to wf5 and I'm also meeting difficulties with mass properties. then on wf4 I have the relationship weight=pro_mp_mass and everything works, in the sense that if in the table I carry the note &peso to video I correctly see the weight. on wf5 I see written only 0.000 even if regenero etc etc. I tried how much suggested by verospetta82 but it doesn't work me wrong? Are there any other ways?
Thank you.
 
hi an alternative method can be this:
from the analysis menu choose mass property
in the drop-down menu at the bottom of the left choose feature
on the model tree you will have a solid_prop_1 analysis feature (leaving the default name)
go to relationships and write:
weight=ceil(mass:fid_mass_prop_1,3)
at this point between the parameters you will have a weight parameter that will refer to the parameter of mass feature contained in the feature mass_prop_1, rounded to 3 decimal digits
the advantage of this system is that you can insert the mass calculation features where you want on the model tree and have the weight value for example before processing to have the weight from both raw and worked, or you can insert more features and have the weight of the part in different stages of processing
the note to display the parameter is always &peso
Hi.
 
hi an alternative method can be this:
from the analysis menu choose mass property
in the drop-down menu at the bottom of the left choose feature
on the model tree you will have a solid_prop_1 analysis feature (leaving the default name)
go to relationships and write:
weight=ceil(mass:fid_mass_prop_1,3)
at this point between the parameters you will have a weight parameter that will refer to the parameter of mass feature contained in the feature mass_prop_1, rounded to 3 decimal digits
the advantage of this system is that you can insert the mass calculation features where you want on the model tree and have the weight value for example before processing to have the weight from both raw and worked, or you can insert more features and have the weight of the part in different stages of processing
the note to display the parameter is always &peso
Hi.
Thanks for your intervention. I made a very simple test and I noticed that if you do more mass features after each processing and you assign the calculation always to the same parameter (in case weight) at the table the value given by &peso is equal to the last calculation of mass properties. Is that what you meant? Anyway, thank you, it's a nice system. I imagine that to have the weights in succession just change the name to the assigned parameter.
greetings
 
You're right. to have the weights in succession you must obviously write the ad hoc relationships for each parameter and the name of the parameters must be different, if the name is the same the value of the parameter is generated by the last feature in the tree, the one that is regenerated last.
for example you can write:
weight-grezzo=mass:fid_mass_grezzo
weight-worked=mass:fid_mass_worked
And so on...
This is not said to be useful to all but it can be a convenience for those who like me do mechanical work in a cost analysis phase or optimization of the production process, I have adopted this system as an alternative to pro_mp_mass because it also gave me problems.
to tell the truth I never tried the method suggested by verospetta82 or write the relationship in post-regeneration but I use my system for a long time and it always worked, I never needed to do differently.
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top