fix SoftNcRunner GM code normalization.

This commit is contained in:
2026-05-08 22:17:04 +08:00
parent 2f57932000
commit e026da61b3
197 changed files with 3482 additions and 958 deletions
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Class FanucPositionVariableLookup | HiAPI-C# 2025 ">
<meta name="description" content="Fanuc-style position system variables read from the previous block&#39;s runtime-state JSON sections: #5001-#5003Block-end position X/Y/Z (workpiece) → previous block&#39;s .#5021-#5023Current machine position X/Y/Z → previous block&#39;s .#5041-#5043Current absolute position X/Y/Z → previous block&#39;s . Stateless. Configured on VariableEvaluatorSyntax.RuntimeVariableLookups rather than NcDependencyList because the read needs the block node for access — there is no long-lived dependency object that owns this data.">
<meta name="description" content="Fanuc-style position system variables read from the previous block&#39;s runtime-state JSON sections: #5001-#5003Block-end position X/Y/Z (workpiece) → previous block&#39;s .#5021-#5023Current machine position X/Y/Z → previous block&#39;s .#5041-#5043Current absolute position X/Y/Z → previous block&#39;s . Stateless. Configured on rather than NcDependencyList because the read needs the block node for access — there is no long-lived dependency object that owns this data.">
<link rel="icon" href="../img/HiAPI.favicon.ico">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
@@ -102,7 +102,7 @@ runtime-state JSON sections:</p>
<ul><li><span class="term"><code>#5001-#5003</code></span>Block-end position X/Y/Z (workpiece) → previous block's <a class="xref" href="Hi.NcParsers.Keywords.IProgramXyzDef.html#Hi_NcParsers_Keywords_IProgramXyzDef_ProgramXyz">ProgramXyz</a>.</li><li><span class="term"><code>#5021-#5023</code></span>Current machine position X/Y/Z → previous block's <a class="xref" href="Hi.NcParsers.Keywords.MachineCoordinateState.html">MachineCoordinateState</a>.</li><li><span class="term"><code>#5041-#5043</code></span>Current absolute position X/Y/Z → previous block's <a class="xref" href="Hi.NcParsers.Keywords.IProgramXyzDef.html#Hi_NcParsers_Keywords_IProgramXyzDef_ProgramXyz">ProgramXyz</a>.</li></ul>
<p>
Stateless. Configured on
VariableEvaluatorSyntax.RuntimeVariableLookups rather than
<a class="xref" href="Hi.NcParsers.LogicSyntaxs.VariableEvaluatorSyntax.html#Hi_NcParsers_LogicSyntaxs_VariableEvaluatorSyntax_RuntimeVariableLookups">RuntimeVariableLookups</a> rather than
<code>NcDependencyList</code> because the read needs the block node for
<a class="xref" href="Hi.Common.Collections.LazyLinkedListNode-1.html#Hi_Common_Collections_LazyLinkedListNode_1_Previous">Previous</a> access — there is no
long-lived dependency object that owns this data.