DOE 結果出力を最小から最大に変更する

結果出力の目標を変更する前に、DOE 解析を実行する必要があります。出力を変更する最良の方法は、基準のコピーを作成し、コピーしたセクションに変更を加える方法です。直接変更を行う場合は、最初に元の doe.dat ファイルのバックアップを作成してください。
  1. テキスト エディタを使用して、次のフォルダに格納されている doe.dat ファイルを開きます: C:¥Program Files¥Autodesk¥Moldflow Synergy 20xx¥data¥dat
  2. 関連のあるプロセス、たとえば、<process name="Thermoplastics Injection Molding" mesh="midplane" anal="Warp">が見つかるまでテキストをスクロール ダウンします。
  3. 変更する品質基準、たとえば、<name xml:lang="en">Deflection, all effects</name>が見つかるまで、テキストをさらにスクロール ダウンします。
  4. 変更する内容に最も正確に一致する基準を特定します。たとえば、<name xml:lang="en">Deflection, all effects</name>出力を最小から最大に変更する場合、これは criterion になります。
    <criterion id="110537" goal="minimize" weight="1.0" type="standard_deviation" component="norm">
              <name xml:lang="ja">Deflection, all effects Deflection</name>
              <result id="6250"/>
              <description xml:lang="ja">The Deflection, all effects Deflection result is evaluated. The goal is to minimize the variation in the 
    											deflection. The lower the deflection variation the higher the part quality.</description>
            </criterion>
  5. 上に示すように、<criterion>全体をコピーして、doe.dat ファイルのすぐ下に貼り付けます。
  6. criterion には一意の ID がある必要があります。criterion id を一意の 6 桁の数字に変更します。 変更したら、ファイルを検索して、その番号のインスタンスが他にないことを確認します。
  7. <goal>"maximize" に変更します。
  8. 行った変更に一致するように<description>を変更します。セクションは次のようになります。
    <criterion id="110599" goal="maximize" weight="1.0" type="standard_deviation" component="norm">
              <name xml:lang="ja">Deflection, all effects Deflection</name>
              <result id="6250"/>
              <description xml:lang="ja">The Deflection, all effects Deflection result is evaluated. The goal is to maximize the variation in the 
    											deflection. The lower the deflection variation the higher the part quality.</description>
            </criterion>
  9. 変更を保存して、doe.dat ファイルを閉じます。
  10. [スタディ タスク]ペインの [最適化]を右クリックして、[なし]を選択します。
  11. [削除]を選択して、既存の DOE 結果を排除するか、[コピーの作成]を選択して、既存の結果を維持し、新しいスタディを作成して変更を加えます。
  12. [スタディ タスク]ペインの [最適化]をダブルクリックして、[実験計画法(DOE)]を選択します。
  13. [DOE ビルダー]を設定してから、ダイアログ ボックスを閉じて、解析を開始します。