tune
This commit is contained in:
@@ -382,6 +382,38 @@ public bool EnableCollisionDetection { get; set; }</code></pre>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeApi_EnableIndividualStepAdjustmentLog_" data-uid="Hi.MachiningProcs.RuntimeApi.EnableIndividualStepAdjustmentLog*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeApi_EnableIndividualStepAdjustmentLog" data-uid="Hi.MachiningProcs.RuntimeApi.EnableIndividualStepAdjustmentLog">
|
||||
EnableIndividualStepAdjustmentLog
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce]
|
||||
public static bool EnableIndividualStepAdjustmentLog { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeApi_EnablePauseOnCollision_" data-uid="Hi.MachiningProcs.RuntimeApi.EnablePauseOnCollision*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeApi_EnablePauseOnCollision" data-uid="Hi.MachiningProcs.RuntimeApi.EnablePauseOnCollision">
|
||||
@@ -1139,38 +1171,6 @@ public bool OptEnableSideCompensation { get; set; }</code></pre>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeApi_OptEnableSituStepAdjustmentLog_" data-uid="Hi.MachiningProcs.RuntimeApi.OptEnableSituStepAdjustmentLog*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeApi_OptEnableSituStepAdjustmentLog" data-uid="Hi.MachiningProcs.RuntimeApi.OptEnableSituStepAdjustmentLog">
|
||||
OptEnableSituStepAdjustmentLog
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce]
|
||||
public static bool OptEnableSituStepAdjustmentLog { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeApi_OptExtendedPostDistance_mm_" data-uid="Hi.MachiningProcs.RuntimeApi.OptExtendedPostDistance_mm*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeApi_OptExtendedPostDistance_mm" data-uid="Hi.MachiningProcs.RuntimeApi.OptExtendedPostDistance_mm">
|
||||
|
||||
@@ -324,19 +324,19 @@ Class NcOptProc
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcOpt_NcOptProc_EnableSituStepAdjustmentLog_" data-uid="Hi.NcOpt.NcOptProc.EnableSituStepAdjustmentLog*"></a>
|
||||
<a id="Hi_NcOpt_NcOptProc_EnableIndividualStepAdjustmentLog_" data-uid="Hi.NcOpt.NcOptProc.EnableIndividualStepAdjustmentLog*"></a>
|
||||
|
||||
<h3 id="Hi_NcOpt_NcOptProc_EnableSituStepAdjustmentLog" data-uid="Hi.NcOpt.NcOptProc.EnableSituStepAdjustmentLog">
|
||||
EnableSituStepAdjustmentLog
|
||||
<h3 id="Hi_NcOpt_NcOptProc_EnableIndividualStepAdjustmentLog" data-uid="Hi.NcOpt.NcOptProc.EnableIndividualStepAdjustmentLog">
|
||||
EnableIndividualStepAdjustmentLog
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Enable create log file for building situ (independent) StepOptContext process.</p>
|
||||
<div class="markdown level1 summary"><p>Enable create log file for building individual <a class="xref" href="Hi.NcOpt.NcOptProc.html">NcOptProc.StepAdjustment</a> process.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static bool EnableSituStepAdjustmentLog { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static bool EnableIndividualStepAdjustmentLog { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -87,11 +87,16 @@
|
||||
<article data-uid="">
|
||||
<h1 id="release-note">Release Note</h1>
|
||||
|
||||
<h2 id="hinc-packages-version-3189">HiNc Packages Version 3.1.89</h2>
|
||||
<ul>
|
||||
<li>Rename optimization log API: <code>OptEnableFlatProcLog</code> → <xref:Hi.MachiningProcs.RuntimeApi.OptEnableSituStepAdjustmentLog*></li>
|
||||
<li>Various stability improvements and bug fixes</li>
|
||||
</ul>
|
||||
<h2 id="hinc-packages-version-3188">HiNc Packages Version 3.1.88</h2>
|
||||
<ul>
|
||||
<li>Rename optimization log API for clarity (see <a href="../../user-guide/zh-Hant/script/NcOptimization/index.html#%E5%84%AA%E5%8C%96%E6%97%A5%E8%AA%8C">優化日誌</a>):
|
||||
<li>Rename optimization log API for clarity (see <a href="../../user-guide/zh-Hant/script/NcOptimization/index.html#%E5%84%AA%E5%8C%96%E6%97%A5%E8%AA%8C">優化日誌</a>):
|
||||
<ul>
|
||||
<li><code>OptEnableFirstSituProcLog</code> → <xref:Hi.MachiningProcs.RuntimeApi.OptEnableFlatProcLog*></li>
|
||||
<li><code>OptEnableFirstSituProcLog</code> → <code>OptEnableFlatProcLog</code></li>
|
||||
<li><code>OptEnableNcEmbeddedLog</code> → <a class="xref" href="../../../api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptEnableEmbeddedLog_">OptEnableEmbeddedLog</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
@@ -242,7 +242,7 @@ N0170 X-4.125 Y45.875
|
||||
<h2 id="優化日誌">優化日誌</h2>
|
||||
<p>優化過程提供兩種日誌功能,方便分析與除錯。</p>
|
||||
<h3 id="優化過程日誌檔">優化過程日誌檔</h3>
|
||||
<p><xref:Hi.MachiningProcs.RuntimeApi.OptEnableFlatProcLog*><small>(API)</small>:啟用優化過程日誌檔輸出。預設為真。</p>
|
||||
<p><xref:Hi.MachiningProcs.RuntimeApi.OptEnableSituStepAdjustmentLog*><small>(API)</small>:啟用優化過程日誌檔輸出。預設為真。</p>
|
||||
<p>啟用後,優化過程會為每個NC檔輸出一個 <code>.flatproc.log</code> 檔案,記錄各步階的優化條件經<a class="xref" href="../../../../../api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptExtendedPreDistance_mm">OptExtendedPreDistance_mm</a><small>(API)</small>及<a class="xref" href="../../../../../api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptExtendedPostDistance_mm">OptExtendedPostDistance_mm</a><small>(API)</small>展開後獨立優化計算的資訊(不包含步階間的交互關係,如加減速)。</p>
|
||||
<p>日誌檔案內容依步階順序輸出(即使平行計算時也會保持順序),每行包含:</p>
|
||||
<ul>
|
||||
@@ -270,7 +270,7 @@ N0170 X-4.125 Y45.875
|
||||
<div class="NOTE">
|
||||
<h5>Note</h5>
|
||||
<p><strong>指令格式</strong></p>
|
||||
<pre><code class="lang-csharp">OptEnableFlatProcLog = <布林值>;
|
||||
<pre><code class="lang-csharp">OptEnableSituStepAdjustmentLog = <布林值>;
|
||||
OptEnableEmbeddedLog = <布林值>;
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -79656,6 +79656,19 @@ references:
|
||||
isSpec: "True"
|
||||
fullName: Hi.MachiningProcs.RuntimeApi.EnableCollisionDetection
|
||||
nameWithType: RuntimeApi.EnableCollisionDetection
|
||||
- uid: Hi.MachiningProcs.RuntimeApi.EnableIndividualStepAdjustmentLog
|
||||
name: EnableIndividualStepAdjustmentLog
|
||||
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_EnableIndividualStepAdjustmentLog
|
||||
commentId: P:Hi.MachiningProcs.RuntimeApi.EnableIndividualStepAdjustmentLog
|
||||
fullName: Hi.MachiningProcs.RuntimeApi.EnableIndividualStepAdjustmentLog
|
||||
nameWithType: RuntimeApi.EnableIndividualStepAdjustmentLog
|
||||
- uid: Hi.MachiningProcs.RuntimeApi.EnableIndividualStepAdjustmentLog*
|
||||
name: EnableIndividualStepAdjustmentLog
|
||||
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_EnableIndividualStepAdjustmentLog_
|
||||
commentId: Overload:Hi.MachiningProcs.RuntimeApi.EnableIndividualStepAdjustmentLog
|
||||
isSpec: "True"
|
||||
fullName: Hi.MachiningProcs.RuntimeApi.EnableIndividualStepAdjustmentLog
|
||||
nameWithType: RuntimeApi.EnableIndividualStepAdjustmentLog
|
||||
- uid: Hi.MachiningProcs.RuntimeApi.EnablePauseOnCollision
|
||||
name: EnablePauseOnCollision
|
||||
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_EnablePauseOnCollision
|
||||
@@ -80182,19 +80195,6 @@ references:
|
||||
isSpec: "True"
|
||||
fullName: Hi.MachiningProcs.RuntimeApi.OptEnableSideCompensation
|
||||
nameWithType: RuntimeApi.OptEnableSideCompensation
|
||||
- uid: Hi.MachiningProcs.RuntimeApi.OptEnableSituStepAdjustmentLog
|
||||
name: OptEnableSituStepAdjustmentLog
|
||||
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptEnableSituStepAdjustmentLog
|
||||
commentId: P:Hi.MachiningProcs.RuntimeApi.OptEnableSituStepAdjustmentLog
|
||||
fullName: Hi.MachiningProcs.RuntimeApi.OptEnableSituStepAdjustmentLog
|
||||
nameWithType: RuntimeApi.OptEnableSituStepAdjustmentLog
|
||||
- uid: Hi.MachiningProcs.RuntimeApi.OptEnableSituStepAdjustmentLog*
|
||||
name: OptEnableSituStepAdjustmentLog
|
||||
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptEnableSituStepAdjustmentLog_
|
||||
commentId: Overload:Hi.MachiningProcs.RuntimeApi.OptEnableSituStepAdjustmentLog
|
||||
isSpec: "True"
|
||||
fullName: Hi.MachiningProcs.RuntimeApi.OptEnableSituStepAdjustmentLog
|
||||
nameWithType: RuntimeApi.OptEnableSituStepAdjustmentLog
|
||||
- uid: Hi.MachiningProcs.RuntimeApi.OptExtendedPostDistance_mm
|
||||
name: OptExtendedPostDistance_mm
|
||||
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptExtendedPostDistance_mm
|
||||
@@ -113455,19 +113455,19 @@ references:
|
||||
isSpec: "True"
|
||||
fullName: Hi.NcOpt.NcOptProc.EnableEmbeddedLog
|
||||
nameWithType: NcOptProc.EnableEmbeddedLog
|
||||
- uid: Hi.NcOpt.NcOptProc.EnableSituStepAdjustmentLog
|
||||
name: EnableSituStepAdjustmentLog
|
||||
href: api/Hi.NcOpt.NcOptProc.html#Hi_NcOpt_NcOptProc_EnableSituStepAdjustmentLog
|
||||
commentId: P:Hi.NcOpt.NcOptProc.EnableSituStepAdjustmentLog
|
||||
fullName: Hi.NcOpt.NcOptProc.EnableSituStepAdjustmentLog
|
||||
nameWithType: NcOptProc.EnableSituStepAdjustmentLog
|
||||
- uid: Hi.NcOpt.NcOptProc.EnableSituStepAdjustmentLog*
|
||||
name: EnableSituStepAdjustmentLog
|
||||
href: api/Hi.NcOpt.NcOptProc.html#Hi_NcOpt_NcOptProc_EnableSituStepAdjustmentLog_
|
||||
commentId: Overload:Hi.NcOpt.NcOptProc.EnableSituStepAdjustmentLog
|
||||
- uid: Hi.NcOpt.NcOptProc.EnableIndividualStepAdjustmentLog
|
||||
name: EnableIndividualStepAdjustmentLog
|
||||
href: api/Hi.NcOpt.NcOptProc.html#Hi_NcOpt_NcOptProc_EnableIndividualStepAdjustmentLog
|
||||
commentId: P:Hi.NcOpt.NcOptProc.EnableIndividualStepAdjustmentLog
|
||||
fullName: Hi.NcOpt.NcOptProc.EnableIndividualStepAdjustmentLog
|
||||
nameWithType: NcOptProc.EnableIndividualStepAdjustmentLog
|
||||
- uid: Hi.NcOpt.NcOptProc.EnableIndividualStepAdjustmentLog*
|
||||
name: EnableIndividualStepAdjustmentLog
|
||||
href: api/Hi.NcOpt.NcOptProc.html#Hi_NcOpt_NcOptProc_EnableIndividualStepAdjustmentLog_
|
||||
commentId: Overload:Hi.NcOpt.NcOptProc.EnableIndividualStepAdjustmentLog
|
||||
isSpec: "True"
|
||||
fullName: Hi.NcOpt.NcOptProc.EnableSituStepAdjustmentLog
|
||||
nameWithType: NcOptProc.EnableSituStepAdjustmentLog
|
||||
fullName: Hi.NcOpt.NcOptProc.EnableIndividualStepAdjustmentLog
|
||||
nameWithType: NcOptProc.EnableIndividualStepAdjustmentLog
|
||||
- uid: Hi.NcOpt.NcOptProc.MakeXmlSource(System.String,System.String,System.Boolean)
|
||||
name: MakeXmlSource(string, string, bool)
|
||||
href: api/Hi.NcOpt.NcOptProc.html#Hi_NcOpt_NcOptProc_MakeXmlSource_System_String_System_String_System_Boolean_
|
||||
|
||||
Reference in New Issue
Block a user