オペレーションの番号付けの変更
Windchill MPMLink では、オペレーションに 10 ずつ増加させた番号を付けています。たとえば、オペレーション 10、オペレーション 20 のようになります。ただし、別の番号付けスキームで自動的に増加させるように、オペレーションを設定することもできます。
番号付けスキームを変更するには、次のプロパティを修正します。
• wt.operationLabelIncrement
• wt.operationLabelNumberOfCharacters
たとえば、5 ずつ増加する 3 桁のオペレーションラベル (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