其他 Windchill 功能 > 製造流程管理 > 自訂製程計劃總管 > 變更作業編號
  
變更作業編號
Windchill MPMLink 會以 10 為增量為作業編號。例如,作業 10、作業 20 等。不過,您可能會想要配置您的作業,使其以不同的編號配置自動增量。
欲變更編號配置,您可以修改下列內容:
wt.operationLabelIncrement
wt.operationLabelNumberOfCharacters
例如,欲使操作標籤具有三個字元並以 5 為增量進行增加 (005、010),請將下列內容放在 site.xconf 中,然後執行 xconfmanager-pF:
<Property name="wt.operationLabelIncrement" overridable="true" targetFile="codebase/wt.properties" value="5"/>
<Property name="wt.operationLabelNumberOfCharacters" overridable="true" targetFile="codebase/wt.properties" value="3"/>
此外,欲變更作業使用的填補 (例如,變更為 0 以外的值),請修改下列內容:
wt.operationLabelPaddingCharacter