fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -183,40 +183,6 @@ Class ToolHeightCompensation
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_Keywords_ToolHeightCompensation_Mode_" data-uid="Hi.NcParsers.Keywords.ToolHeightCompensation.Mode*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_Keywords_ToolHeightCompensation_Mode" data-uid="Hi.NcParsers.Keywords.ToolHeightCompensation.Mode">
|
||||
Mode
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Active G-code mode: “G43”, “G43.4”, “G44”, “G49”.
|
||||
Brand-specific syntaxes may write equivalent mode strings
|
||||
(e.g., “TRAORI” for Siemens, “M128” for Heidenhain).</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string Mode { 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.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_Keywords_ToolHeightCompensation_OffsetId_" data-uid="Hi.NcParsers.Keywords.ToolHeightCompensation.OffsetId*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_Keywords_ToolHeightCompensation_OffsetId" data-uid="Hi.NcParsers.Keywords.ToolHeightCompensation.OffsetId">
|
||||
@@ -259,10 +225,10 @@ see <a class="xref" href="Hi.NcParsers.Dependencys.Siemens.ISiemensToolOffsetCon
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Derived effective tool height compensation in mm.
|
||||
Computed from <a class="xref" href="Hi.NcParsers.Keywords.IToolHeightCompensationDef.html#Hi_NcParsers_Keywords_IToolHeightCompensationDef_Mode">Mode</a> and <a class="xref" href="Hi.NcParsers.Keywords.IToolHeightCompensationDef.html#Hi_NcParsers_Keywords_IToolHeightCompensationDef_OffsetId">OffsetId</a>:
|
||||
Computed from <a class="xref" href="Hi.NcParsers.Keywords.IToolHeightCompensationDef.html#Hi_NcParsers_Keywords_IToolHeightCompensationDef_Term">Term</a> and <a class="xref" href="Hi.NcParsers.Keywords.IToolHeightCompensationDef.html#Hi_NcParsers_Keywords_IToolHeightCompensationDef_OffsetId">OffsetId</a>:
|
||||
looks up the offset table for <a class="xref" href="Hi.NcParsers.Keywords.IToolHeightCompensationDef.html#Hi_NcParsers_Keywords_IToolHeightCompensationDef_OffsetId">OffsetId</a>,
|
||||
obtains the effective height (geometry minus wear),
|
||||
then applies sign from <a class="xref" href="Hi.NcParsers.Keywords.IToolHeightCompensationDef.html#Hi_NcParsers_Keywords_IToolHeightCompensationDef_Mode">Mode</a>
|
||||
then applies sign from <a class="xref" href="Hi.NcParsers.Keywords.IToolHeightCompensationDef.html#Hi_NcParsers_Keywords_IToolHeightCompensationDef_Term">Term</a>
|
||||
(positive for G43/G43.4, negative for G44, zero for G49).</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
@@ -288,6 +254,40 @@ then applies sign from <a class="xref" href="Hi.NcParsers.Keywords.IToolHeightCo
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_Keywords_ToolHeightCompensation_Term_" data-uid="Hi.NcParsers.Keywords.ToolHeightCompensation.Term*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_Keywords_ToolHeightCompensation_Term" data-uid="Hi.NcParsers.Keywords.ToolHeightCompensation.Term">
|
||||
Term
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>CNC term for tool height compensation: “G43”, “G43.4”, “G44”, “G49”.
|
||||
Brand-specific syntaxes may write equivalent terms
|
||||
(e.g., “TRAORI” for Siemens, “M128” for Heidenhain).</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string Term { 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.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user