fix bug of G53.1 and remove NcEnv.SetToolHeightCompensationOnFeatureNormal property.

This commit is contained in:
2026-03-19 17:25:33 +08:00
parent 2c586333b6
commit 52a3412ecb
826 changed files with 41648 additions and 6499 deletions
@@ -197,7 +197,7 @@ Class FanucSyntaxUtil
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static SequentialSyntax CommentSyntax { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public static BundleSyntax CommentSyntax { get; set; }</code></pre>
</div>
@@ -206,7 +206,73 @@ Class FanucSyntaxUtil
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.NcParsers.Syntaxs.Derived.SequentialSyntax.html">SequentialSyntax</a></dt>
<dt><a class="xref" href="Hi.NcParsers.Syntaxs.BundleSyntax.html">BundleSyntax</a></dt>
<dd></dd>
</dl>
<a id="Hi_NcParsers_Syntaxs_FanucSyntaxUtil_DefaultSyntaxList_" data-uid="Hi.NcParsers.Syntaxs.FanucSyntaxUtil.DefaultSyntaxList*"></a>
<h3 id="Hi_NcParsers_Syntaxs_FanucSyntaxUtil_DefaultSyntaxList" data-uid="Hi.NcParsers.Syntaxs.FanucSyntaxUtil.DefaultSyntaxList">
DefaultSyntaxList
</h3>
<div class="markdown level1 summary"><p>Syntax list for general kind of Fanuc Controller.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static List&lt;INcSyntax&gt; DefaultSyntaxList { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Hi.NcParsers.Syntaxs.INcSyntax.html">INcSyntax</a>&gt;</dt>
<dd></dd>
</dl>
<a id="Hi_NcParsers_Syntaxs_FanucSyntaxUtil_G43p4Syntax_" data-uid="Hi.NcParsers.Syntaxs.FanucSyntaxUtil.G43p4Syntax*"></a>
<h3 id="Hi_NcParsers_Syntaxs_FanucSyntaxUtil_G43p4Syntax" data-uid="Hi.NcParsers.Syntaxs.FanucSyntaxUtil.G43p4Syntax">
G43p4Syntax
</h3>
<div class="markdown level1 summary"><p>G43.4: Fanuc TCPM (Tool Center Point Management / RTCP).
Fanuc-specific — not in <a class="xref" href="Hi.NcParsers.Syntaxs.GeneralSyntaxKit.html">GeneralSyntaxKit</a>.
Siemens equivalent: TRAORI. Heidenhain equivalent: M128.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ParameterizedFlagSyntax G43p4Syntax { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.NcParsers.ParsingSyntaxs.ParameterizedFlagSyntax.html">ParameterizedFlagSyntax</a></dt>
<dd></dd>
</dl>
@@ -237,7 +303,7 @@ Class FanucSyntaxUtil
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.NcParsers.Syntaxs.Derived.ParameterizedFlagSyntax.html">ParameterizedFlagSyntax</a></dt>
<dt><a class="xref" href="Hi.NcParsers.ParsingSyntaxs.ParameterizedFlagSyntax.html">ParameterizedFlagSyntax</a></dt>
<dd></dd>
</dl>
@@ -270,7 +336,7 @@ G65 P{program} [L{repeat}] [{arg_letter}{value} ...]</p>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.NcParsers.Syntaxs.Derived.ParameterizedFlagSyntax.html">ParameterizedFlagSyntax</a></dt>
<dt><a class="xref" href="Hi.NcParsers.ParsingSyntaxs.ParameterizedFlagSyntax.html">ParameterizedFlagSyntax</a></dt>
<dd></dd>
</dl>
@@ -308,7 +374,7 @@ G66 P{program} [L{repeat}] [{arg_letter}{value} ...]</p>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.NcParsers.Syntaxs.Derived.ParameterizedFlagSyntax.html">ParameterizedFlagSyntax</a></dt>
<dt><a class="xref" href="Hi.NcParsers.ParsingSyntaxs.ParameterizedFlagSyntax.html">ParameterizedFlagSyntax</a></dt>
<dd></dd>
</dl>
@@ -323,38 +389,6 @@ until cancelled by G67.</p>
<a id="Hi_NcParsers_Syntaxs_FanucSyntaxUtil_GeneralSyntaxList_" data-uid="Hi.NcParsers.Syntaxs.FanucSyntaxUtil.GeneralSyntaxList*"></a>
<h3 id="Hi_NcParsers_Syntaxs_FanucSyntaxUtil_GeneralSyntaxList" data-uid="Hi.NcParsers.Syntaxs.FanucSyntaxUtil.GeneralSyntaxList">
GeneralSyntaxList
</h3>
<div class="markdown level1 summary"><p>Syntax list for general kind of Fanuc Controller.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static List&lt;INcSyntax&gt; GeneralSyntaxList { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Hi.NcParsers.Syntaxs.Derived.INcSyntax.html">INcSyntax</a>&gt;</dt>
<dd></dd>
</dl>
<a id="Hi_NcParsers_Syntaxs_FanucSyntaxUtil_M98Syntax_" data-uid="Hi.NcParsers.Syntaxs.FanucSyntaxUtil.M98Syntax*"></a>
<h3 id="Hi_NcParsers_Syntaxs_FanucSyntaxUtil_M98Syntax" data-uid="Hi.NcParsers.Syntaxs.FanucSyntaxUtil.M98Syntax">
@@ -377,7 +411,7 @@ M98 P{program} [L{repeat}]</p>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.NcParsers.Syntaxs.Derived.ParameterizedFlagSyntax.html">ParameterizedFlagSyntax</a></dt>
<dt><a class="xref" href="Hi.NcParsers.ParsingSyntaxs.ParameterizedFlagSyntax.html">ParameterizedFlagSyntax</a></dt>
<dd></dd>
</dl>
@@ -410,7 +444,7 @@ M99 [P{sequence}]</p>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.NcParsers.Syntaxs.Derived.ParameterizedFlagSyntax.html">ParameterizedFlagSyntax</a></dt>
<dt><a class="xref" href="Hi.NcParsers.ParsingSyntaxs.ParameterizedFlagSyntax.html">ParameterizedFlagSyntax</a></dt>
<dd></dd>
</dl>