fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Interface ICompoundMotionDef | HiAPI-C# 2025 ">
|
||||
|
||||
<meta name="description" content="Compound motion section definition for commands that produce multiple sub-operations (G28, G53.1, G81, G82, etc.). Contains a array resolved by . Item types (discriminated by key presence): — rapid/feed linear motion ( + ) — pause ( in seconds) — spindle direction change () — oriented spindle stop (OSS) (ISpindleOrientationDef.Angle_rad)">
|
||||
<meta name="description" content="Compound motion section definition for commands that produce multiple sub-operations (G28, G53.1, G81, G82, etc.). Contains a array resolved by . Item types (discriminated by key presence): — rapid/feed linear motion ( + ) — pause ( in seconds) — spindle direction change () — oriented spindle stop (OSS) ()">
|
||||
<link rel="icon" href="../img/HiAPI.favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
@@ -102,10 +102,10 @@ multiple sub-operations (G28, G53.1, G81, G82, etc.).
|
||||
Contains a <a class="xref" href="Hi.NcParsers.Keywords.CompoundMotion.html#Hi_NcParsers_Keywords_CompoundMotion_ItemsKey">ItemsKey</a> array resolved by
|
||||
<span class="xref">Hi.NcParsers.Semantics.CompoundMotionSemanticUtil</span>.</p>
|
||||
<p>Item types (discriminated by key presence):</p>
|
||||
<ul><li><a class="xref" href="Hi.NcParsers.Keywords.Motion.html">Motion</a> — rapid/feed linear motion
|
||||
(<a class="xref" href="Hi.NcParsers.Keywords.IMotionDef.html">IMotionDef</a> + <a class="xref" href="Hi.NcParsers.Keywords.IMachineCoordinateDef.html">IMachineCoordinateDef</a>)</li><li><a class="xref" href="Hi.NcParsers.Keywords.Dwell.html">Dwell</a> — pause (<a class="xref" href="Hi.NcParsers.Keywords.IDwellDef.html#Hi_NcParsers_Keywords_IDwellDef_Time">Time</a> in seconds)</li><li><a class="xref" href="Hi.NcParsers.Keywords.SpindleControl.html">SpindleControl</a> — spindle direction change
|
||||
<ul><li><a class="xref" href="Hi.Motion.html">Hi.Motion</a> — rapid/feed linear motion
|
||||
(<a class="xref" href="Hi.NcParsers.Keywords.IMotionEventDef.html">IMotionEventDef</a> + <a class="xref" href="Hi.NcParsers.Keywords.IMachineCoordinateStateDef.html">IMachineCoordinateStateDef</a>)</li><li><a class="xref" href="Hi.NcParsers.Keywords.Dwell.html">Dwell</a> — pause (<a class="xref" href="Hi.NcParsers.Keywords.IDwellDef.html#Hi_NcParsers_Keywords_IDwellDef_Time">Time</a> in seconds)</li><li><a class="xref" href="Hi.NcParsers.Keywords.SpindleControl.html">SpindleControl</a> — spindle direction change
|
||||
(<a class="xref" href="Hi.NcParsers.Keywords.ISpindleControlDef.html#Hi_NcParsers_Keywords_ISpindleControlDef_Direction">Direction</a>)</li><li><a class="xref" href="Hi.NcParsers.Keywords.SpindleOrientation.html">SpindleOrientation</a> — oriented spindle stop (OSS)
|
||||
(ISpindleOrientationDef.Angle_rad)</li></ul>
|
||||
(<a class="xref" href="Hi.NcParsers.Keywords.ISpindleOrientationDef.html#Hi_NcParsers_Keywords_ISpindleOrientationDef_Angle_deg">Angle_deg</a>)</li></ul>
|
||||
</div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
@@ -154,19 +154,19 @@ Contains a <a class="xref" href="Hi.NcParsers.Keywords.CompoundMotion.html#Hi_Nc
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_Keywords_ICompoundMotionDef_Mode_" data-uid="Hi.NcParsers.Keywords.ICompoundMotionDef.Mode*"></a>
|
||||
<a id="Hi_NcParsers_Keywords_ICompoundMotionDef_Term_" data-uid="Hi.NcParsers.Keywords.ICompoundMotionDef.Term*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_Keywords_ICompoundMotionDef_Mode" data-uid="Hi.NcParsers.Keywords.ICompoundMotionDef.Mode">
|
||||
Mode
|
||||
<h3 id="Hi_NcParsers_Keywords_ICompoundMotionDef_Term" data-uid="Hi.NcParsers.Keywords.ICompoundMotionDef.Term">
|
||||
Term
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>G-code that triggered this compound motion (e.g., “G28”, “G81”).</p>
|
||||
<div class="markdown level1 summary"><p>CNC term that triggered this compound motion (e.g., “G28”, “G81”).</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">string Mode { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">string Term { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user