This commit is contained in:
2025-12-06 18:32:55 +08:00
parent 8e6a52be15
commit 2d953f0e27
23 changed files with 81 additions and 77 deletions
@@ -287,6 +287,10 @@ OptimizeToFiles("Cache/Opt-[NcName]");
</code></pre>
</div>
<p>組態設定可以穿插在NC仿真間,將會作用在組態設定後的NC仿真。</p>
<div class="WARNING">
<h5>Warning</h5>
<p><a class="xref" href="../../../../../api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_MachiningStepBuilt">MachiningStepBuilt</a><small>(API)</small> 事件內使用 <a class="xref" href="../../../../../api/Hi.MachiningSteps.MachiningStep.html#Hi_MachiningSteps_MachiningStep_UpdateNcOptOption_">UpdateNcOptOption</a><small>(API)</small> 時,不能與NC碼內嵌優化指令併用,否則可能因平行計算產生未定義行為。</p>
</div>
<p>以上範例為例,優化後的NC程式file1.nc的無切削區域快速進給為4000file2.nc則為8000。</p>
<div class="TIP">
<h5>Tip</h5>