将 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 id="110537" goal="minimize" weight="1.0" type="standard_deviation" component="norm">
              <name xml:lang="zh-cn">Deflection, all effects Deflection</name>
              <result id="6250"/>
              <description xml:lang="zh-cn">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. 复制整个 <标准>(如上图所示),并将其粘贴在 doe.dat 文件的正下方。
  6. 标准必须具有唯一 ID。将标准 ID 更改为唯一的六位编号。执行完此操作后,立即搜索该文件以确保不存在该编号的更多实例。
  7. <goal> 更改为 "maximize"
  8. 更改 <description> 以匹配所做的更改。现在该部分应如下所示:
    <criterion id="110599" goal="maximize" weight="1.0" type="standard_deviation" component="norm">
              <name xml:lang="zh-cn">Deflection, all effects Deflection</name>
              <result id="6250"/>
              <description xml:lang="zh-cn">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 生成器”,然后关闭对话框并开始分析。