其他 Windchill 功能 > 製造流程管理 > 將 eBOM 轉換為 mBOM > 建立 mBOM > 關於 BOM 轉換器中的「新建分割組件」動作 > 使用案例:建立分割組件後,將特定零件實體從上游複製到下游
使用案例:建立分割組件後,將特定零件實體從上游複製到下游
建立新分割組件後,您可以將特定零件屬性與零件關聯從上游檢視複製到下游檢視。
請考慮這樣一種情境:即 BOM 轉換器中存在以下結構:
Upstream Parent Part (Design)Downstream Parent Part (Manufacturing) 之間存在對等連結。
Part C2 (Design)Part C1 (Design) 的子零件。
Part C2 (Design) 的數量為 2
已將值為 String1 的工廠屬性 Attribute1 指派給工廠 Part C2 (Design)
已將值為 String2 的工廠屬性 Attribute2 指派給工廠 Part C2 (Design)
1. 存取位於 Windchill/codebase/com/ptc/windchill/mpml/xconfs 中的 mpmlink.properties.xconf 檔案。
2. 設定下列組態:
找到下列內容:
<Property name="com.ptc.windchill.mpml.copyOver.mapsb.split.create.wt.part.WTPart" multivalued="," default=""/>
* 
此內容可讓您在建立分割組件時複製零件屬性與零件關聯。如果此內容沒有值,則不會複製零件屬性與零件關聯。
在此內容下新增下列內容:
<AddToProperty name="com.ptc.windchill.mpml.copyOver.mapsb.split.create.wt.part.WTPart" value="WCTYPE|wt.part.WTPart~IBA|Attribute1"/>
* 
此內容可確保僅複製零件屬性 Attribute1
3. 選取上游檢視中的 Part C1 (Design) 以及下游檢視中的 Downstream Parent Part (Manufacturing)
4. 在上游檢視中,選取 「新建/新增」 > 「新建分割組件」「新建分割組件」對話方塊開啟。
5. 「組裝位置」步驟,建立兩個分割組件:Split Assembly 1Split Assembly 2
6. 「設定參數」步驟,針對 Part C2 (Design),於 Split Assembly 1Split Assembly 2 欄中將數量指派為 1
7. 按一下「完成」。下列結構會顯示在 BOM 轉換器中:
如此即已在 Part C1 (Design)Split Assembly 1(Manufacturing) 之間建立對等連結。
如此即已在 Part C1 (Design)Split Assembly 2(Manufacturing) 之間建立對等連結。
這是否有幫助?