专业化管理 > MPMLink 管理 > 为对象关联配置全局更新
为对象关联配置全局更新
默认会在以下文件中提供这样一个特性,即可用于控制可在使用“全局更新制造对象”操作时更新的关联:
WT_HOME/codebase/com/ptc/windchill/mpml/xconfs/mpmlink.wt.properties.xconf
下表显示了用于为特定关联配置“全局更新制造对象”的特性。您不能添加或更新这些特性中的任何一个。
特性
说明
<Property name="massUpdate.Collection.810"
default="WCTYPE|wt.part.WTPartUsageLink,usedBy,uses"/>
可用于更新与父项部件关联的子项部件。
<Property name="massUpdate.Collection.802"
default="WCTYPE|wt.part.WTPartDescribeLink,describes,describedBy"/>
可用于更新与部件关联的说明方文档。
<Property name="massUpdate.Collection.803"
default="WCTYPE|wt.part.WTPartReferenceLink,referencedBy,references"/>
可用于更新与部件关联的参考文档。
<Property name="massUpdate.Collection.804"
default="WCTYPE|com.ptc.windchill.mpml.MPMDocumentDescribeLink,
describes,describedBy"/>
可用于更新与操作、工艺计划、工步和资源相关联的文档。
<Property name="massUpdate.Collection.805"
default="WCTYPE|com.ptc.windchill.mpml.MPMDocumentReferenceLink,
referencedBy,references"/>
可用于更新与操作、工艺计划、工步和资源相关联的参考文档。
<Property name="massUpdate.Collection.806"
default="WCTYPE|com.ptc.windchill.mpml.processplan.operation.
MPMOperationToWorkCenterLink,referencedBy,references"/>
可用于更新分配至操作的工作中心。
<Property name="massUpdate.Collection.808"
default="WCTYPE|com.ptc.windchill.mpml.processplan.operation.
MPMOperationToConsumableLink,referencedBy,references"/>
可用于更新分配至操作的处理资源,比如技能、工具或处理材料等。
<Property name="massUpdate.Collection.807"
default="WCTYPE|com.ptc.windchill.mpml.processplan.operation.
MPMOperationProcessLink,referencedBy,references"/>
可用于更新分配至操作的制造功能。
<Property name="massUpdate.Collection.809"
default="WCTYPE|com.ptc.windchill.mpml.MPMStandardProcedureLink,usedBy,uses"/>
可用于更新分配至操作的标准工序。
<Property name="massUpdate.Collection.9010"
default="WCTYPE|wt.mpm.rawmaterial.RawMaterialLink,makes,madeFrom"/>
可用于更新由原材料或半成品部件构成的半成品或成品部件。
要针对全局更新启用日志,请执行以下步骤:
1. 打开 WT_HOME/codebase/WEB-INF/log4jMethodServer.properties 文件。
2. 在该文件中添加以下代码行:
logger.massupdate.name=com.ptc.windchill.massupdate
logger.massupdate.level=INFO
这对您有帮助吗?