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

single and total weight

  • Thread starter Thread starter Alex70
  • Start date Start date

Alex70

Guest
Guys, I need to remember how to do it because I did it in its time but I don't remember anymore.
How do you recall the total weight of the parts to q.ta greater than 1 in the table? I explain better: pro-and draws the weight of every single part present in the axieme as if it were one, but if I wanted the total?

thanks in advance
 
found.

to the table, through the menu' repeat region, you must add the following report:
if rpt_qty=
weight_tot=asm_mbr_pro_mp_mass





endif

then you have to add a column to the repeat region where the parameter &rpt.rel.peso_tot is recalled.

the game is done.

I hope you're useful.

Hello everyone
 
It's not like you have an example you can attach. because I tried but I can't.

the most would be that you attach a drawing that double-mounts the same component.

otherwise the only table file is good.

Hello and thank you
 
because I tried but I can't.
to me by mistake (a valid symbol 'asm_mbr_pro_mp_mass' was found) on the string peso_tot=rpt_qty*asm_mbr_pro_mp_massho agito così:

if rpt_qty==1
weight_totale=asm_mbr_peso
else
weight_total=rpt_qty*asm_mbr_peso
endif

Dove weight=pro_mp_mass in part relations
 
Hi, I'll get you a table.
you have to update the references to the part parameters you use (denomination, code).
I have:
weight=pro_mp_mass
weight_g=weight*1000

then in the table reports you have to put:
if rpt_qty=
weight_total=asm_mbr_peso_g

weight_total=rpt_qty*asm_mbr_peso_g
endif
 

Attachments

  • peso.rar
    peso.rar
    7.7 KB · Views: 30
  • Immagine_1.webp
    Immagine_1.webp
    30.3 KB · Views: 33

Forum statistics

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

Members online

No members online now.
ciao
Back
Top