Skip to main content
1-Visitor
January 7, 2015
Question

bulk item mass

  • January 7, 2015
  • 1 reply
  • 3566 views

Hi

Let's assume I have gearbox assemlby, I'd like to create bulk item which represents oil. So far so good but how to add weight parameter which represents and adds mass of this bulk item to whole assembly? By now my bulk item mass equals 0. When I try to add PRO_MP_MASS parameter it show the name is reserved.

 

Thanks in advance


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

1 reply

Mahesh_Sharma
22-Sapphire I
January 7, 2015

Pawel,

There is no direct option to get this, however you can add a parameter in Bulk Item and use that in Assembly mass calculation.

1. Add parameter bulk_mass with defined value in bulk item.

2. Add relation in assembly for a new parameter (assembly mass + mass of bulk item) as e.g. Mass_with_bulk = PRO_MP_MASS + bulk_mass:<Session id of bulk item>

Asm_Mass_with_bulk will result the total value of assembly mass and value defined for mass parameter in bulk.

jasiek1-VisitorAuthor
1-Visitor
January 8, 2015

Thanks for reply, but this way it isn't posibble to use assembly template. In every assembly containning bult item, mass calculation relation have to be manually edited.

Maybe in cases like in the first post (oil and similiar things that have masses unlike painting etc.) it's better to create empty part and write mass in:

Parameters -> Alternate mass properties ->

* PRO_MP_SOURCE set to "Parameters" PRO_MP_ALT_MASS

* PRO_MP_ALT_MASS set to desired mass.

Disadvantage of this method is lack of passing quantity units to Windchill like in bulk item with parameter BOM_REPORT_QUANTITY (in my case "Unit Quantity" -> "Volume, "Unit" -> "liters"). Or am I wrong? Is there a way to pass unit quantity other than "each" with parts to Windchill?

Mahesh_Sharma
22-Sapphire I
January 10, 2015

Pawel,

I am sorry Windchill is out of my technical area hence I will not be able to help you on Windchill side.

I think there is another option which can use to get total mass of assembly including bulk items. This will create a parameter in drawing which can use in drawing to display total mass in drawing note.

- Insert bulk item in assembly > Add a parameter e.g. mass and assign value to that.

- In assembly drawing create a repeat region and add relation for condition e.g. if type is bulk value should from mass of bulk item else should be pro_mp_mass

- Create a summation parameter in region for mass of each component.

This will be a parametric and when a new bulk item will add to assembly with some mass value, it will add in summation.