使用代理人分配零件
在較大型組件中,透過將零件及子組件對應至特定代理人,來將零件大批分配給作業可能很有用。建立對應之後,您可以將適合適當指定的所有零件自動分配給所選作業。
* 
欲自動分配零件,必須將「自動零件分配」偏好設定設為「是」
欲使用代理人自動分配零件,請遵循下列步驟:
1. 使用類型及屬性管理公用程式,透過在下列連結上建立屬性來自訂作業與零件:
WTPartUsageLink
MPMOperationUsageLink
2. 在「製程計劃瀏覽器」中選取您要大批分配零件的作業。
3. 從前後關聯選單中,選取「自動零件分配」
與指派代理人相符之相關組件中的所有零件都會自動指派給作業。
此外,管理員也可以透過延伸下列兩個委派並在其各自的類別中指定屬性與分隔符號的方法來寫入他們自己的委派。委派會儲存在位於 WT_HOME/codebase/com/ptc/windchill/mpml/xconfs 目錄下的 mpmlink.service.properties.xconf 檔案中。
用於在出現位置模式下分配零件的委派:
<Service context="default" name="com.ptc.windchill.mpml.processplan.operation.AutoPartAllocationOccurrenceModeDelegate">
<Option cardinality="singleton" requestor="null" selector="DEFAULT" serviceClass="com.ptc.windchill.mpml.processplan.operation.AutoPartAllocationOccurrenceModeDelegate"/>
</Service>
用於在使用模式中分配零件的委派:
<Service context="default" name="com.ptc.windchill.mpml.processplan.operation.AutoPartAllocationUsageModeDelegate">
<Option cardinality="singleton" requestor="null" selector="DEFAULT" serviceClass="com.ptc.windchill.mpml.proces splan.operation.AutoPartAllocationUsageModeDelegate"/>
</Service>
新增委派後,需要重新啟動 Windchill 伺服器才能使變更生效。
這是否有幫助?