1517 lines
34 KiB
HTML
1517 lines
34 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<title>Class IsoKeywords | HiAPI-C# 2025 </title>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<meta name="title" content="Class IsoKeywords | HiAPI-C# 2025 ">
|
||
|
||
<meta name="description" content="ISO/RS274 standard G-code and M-code constants. Shared across Fanuc, Mazak, Okuma, and other ISO-compatible controllers. Brand-specific codes belong in their own keyword classes (e.g., , Siemens, Heidenhain).">
|
||
<link rel="icon" href="../img/HiAPI.favicon.ico">
|
||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||
<link rel="stylesheet" href="../public/main.css">
|
||
<meta name="docfx:navrel" content="../toc.html">
|
||
<meta name="docfx:tocrel" content="toc.html">
|
||
|
||
<meta name="docfx:rel" content="../">
|
||
|
||
|
||
|
||
<meta name="loc:inThisArticle" content="In this article">
|
||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||
<meta name="loc:tocFilter" content="Filter by title">
|
||
<meta name="loc:nextArticle" content="Next">
|
||
<meta name="loc:prevArticle" content="Previous">
|
||
<meta name="loc:themeLight" content="Light">
|
||
<meta name="loc:themeDark" content="Dark">
|
||
<meta name="loc:themeAuto" content="Auto">
|
||
<meta name="loc:changeTheme" content="Change theme">
|
||
<meta name="loc:copy" content="Copy">
|
||
<meta name="loc:downloadPdf" content="Download PDF">
|
||
|
||
<script type="module" src="./../public/docfx.min.js"></script>
|
||
|
||
<script>
|
||
const theme = localStorage.getItem('theme') || 'auto'
|
||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||
</script>
|
||
|
||
</head>
|
||
|
||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||
<header class="bg-body border-bottom">
|
||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||
<div class="container-xxl flex-nowrap">
|
||
<a class="navbar-brand" href="../index.html">
|
||
<img id="logo" class="svg" src="../img/HiAPI.logo.png" alt="">
|
||
|
||
</a>
|
||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||
<i class="bi bi-three-dots"></i>
|
||
</button>
|
||
<div class="collapse navbar-collapse" id="navpanel">
|
||
<div id="navbar">
|
||
<form class="search" role="search" id="search">
|
||
<i class="bi bi-search"></i>
|
||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||
</form>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</nav>
|
||
</header>
|
||
|
||
<main class="container-xxl">
|
||
<div class="toc-offcanvas">
|
||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||
<div class="offcanvas-header">
|
||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||
</div>
|
||
<div class="offcanvas-body">
|
||
<nav class="toc" id="toc"></nav>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="content">
|
||
<div class="actionbar">
|
||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||
<i class="bi bi-list"></i>
|
||
</button>
|
||
|
||
<nav id="breadcrumb"></nav>
|
||
</div>
|
||
|
||
<article data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords">
|
||
|
||
|
||
|
||
<h1 id="Hi_NcParsers_Keywords_Generic_IsoKeywords" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords" class="text-break">
|
||
Class IsoKeywords
|
||
</h1>
|
||
|
||
<div class="facts text-secondary">
|
||
<dl><dt>Namespace</dt><dd><a class="xref" href="Hi.html">Hi</a>.<a class="xref" href="Hi.NcParsers.html">NcParsers</a>.<a class="xref" href="Hi.NcParsers.Keywords.html">Keywords</a>.<a class="xref" href="Hi.NcParsers.Keywords.Generic.html">Generic</a></dd></dl>
|
||
<dl><dt>Assembly</dt><dd>HiMech.dll</dd></dl>
|
||
</div>
|
||
|
||
<div class="markdown summary"><p>ISO/RS274 standard G-code and M-code constants.
|
||
Shared across Fanuc, Mazak, Okuma, and other ISO-compatible controllers.
|
||
Brand-specific codes belong in their own keyword classes
|
||
(e.g., <a class="xref" href="Hi.NcParsers.Keywords.Fanuc.FanucKeywords.html">FanucKeywords</a>, Siemens, Heidenhain).</p>
|
||
</div>
|
||
<div class="markdown conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public static class IsoKeywords</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<dl class="typelist inheritance">
|
||
<dt>Inheritance</dt>
|
||
<dd>
|
||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
||
<div><span class="xref">IsoKeywords</span></div>
|
||
</dd>
|
||
</dl>
|
||
|
||
|
||
|
||
<dl class="typelist inheritedMembers">
|
||
<dt>Inherited Members</dt>
|
||
<dd>
|
||
<div>
|
||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
|
||
</div>
|
||
<div>
|
||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
|
||
</div>
|
||
<div>
|
||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
|
||
</div>
|
||
<div>
|
||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
|
||
</div>
|
||
<div>
|
||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
|
||
</div>
|
||
<div>
|
||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
|
||
</div>
|
||
<div>
|
||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
|
||
</div>
|
||
</dd></dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h2 class="section" id="fields">Fields
|
||
</h2>
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_CannedCycleCodes" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.CannedCycleCodes">
|
||
CannedCycleCodes
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>All canned cycle codes.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public static readonly string[] CannedCycleCodes</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G00" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G00">
|
||
G00
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Rapid positioning — moves all axes at maximum traverse rate to the target.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G00 = "G00"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G01" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G01">
|
||
G01
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Linear interpolation — moves in a straight line at the programmed feedrate.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G01 = "G01"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G02" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G02">
|
||
G02
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Circular interpolation clockwise — arc motion in the active plane at the programmed feedrate. Center defined by I/J/K offsets or R radius.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G02 = "G02"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G03" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G03">
|
||
G03
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Circular interpolation counter-clockwise — arc motion in the active plane at the programmed feedrate. Center defined by I/J/K offsets or R radius.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G03 = "G03"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G28" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G28">
|
||
G28
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Reference point return — moves through an intermediate point, then to the machine reference (home) position.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G28 = "G28"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G43" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G43">
|
||
G43
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Tool length compensation (+) — applies positive-direction tool height offset from the offset table.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G43 = "G43"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G44" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G44">
|
||
G44
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Tool length compensation (−) — applies negative-direction tool height offset from the offset table.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G44 = "G44"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G49" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G49">
|
||
G49
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Tool length compensation cancel — deactivates G43/G44 tool height offset.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G49 = "G49"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G52" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G52">
|
||
G52
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Local coordinate system — sets a temporary coordinate offset relative to the active work coordinate system.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G52 = "G52"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G53" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G53">
|
||
G53
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Machine coordinate selection — non-modal, one-shot. Axis values specify machine coordinates directly, bypassing all work offsets.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G53 = "G53"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G53p1" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G53p1">
|
||
G53p1
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Tool axis direction control — non-modal, one-shot. Positions rotary axes to align with the active tilted work plane (G68.2). Requires G68.2 active.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G53p1 = "G53.1"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G54" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G54">
|
||
G54
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Work coordinate system 1 — first standard work offset (most commonly used).</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G54 = "G54"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G54Series" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G54Series">
|
||
G54Series
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>All standard work coordinate offsets: G54–G59 plus extended offsets G59.1–G59.9.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public static readonly string[] G54Series</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G55" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G55">
|
||
G55
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Work coordinate system 2.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G55 = "G55"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G56" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G56">
|
||
G56
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Work coordinate system 3.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G56 = "G56"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G57" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G57">
|
||
G57
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Work coordinate system 4.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G57 = "G57"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G58" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G58">
|
||
G58
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Work coordinate system 5.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G58 = "G58"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G59" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G59">
|
||
G59
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Work coordinate system 6.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G59 = "G59"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G68" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G68">
|
||
G68
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Coordinate rotation — rotates the XY program coordinate system around a center point by an angle R.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G68 = "G68"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G68p2" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G68p2">
|
||
G68p2
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Tilted work plane (5-axis) — defines an inclined coordinate system via Euler angles (I/J/K) and an origin (X/Y/Z).</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G68p2 = "G68.2"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G69" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G69">
|
||
G69
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Coordinate rotation / tilted work plane cancel — deactivates G68 or G68.2.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G69 = "G69"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G73" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G73">
|
||
G73
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>High-speed peck drilling cycle — drills in increments of Q with partial retract (chip breaking).</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G73 = "G73"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G74" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G74">
|
||
G74
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Left-hand tapping cycle — feed to Z with CCW spindle, reverse to CW, feed retract.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G74 = "G74"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G76" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G76">
|
||
G76
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Fine boring cycle — feed to Z, oriented spindle stop, tool shift Q, rapid retract, shift back.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G76 = "G76"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G80" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G80">
|
||
G80
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Canned cycle cancel — deactivates G81–G89.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G80 = "G80"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G81" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G81">
|
||
G81
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Drilling cycle — rapid to R, feed to Z, rapid retract.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G81 = "G81"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G82" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G82">
|
||
G82
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Drilling cycle with dwell — same as G81 plus dwell P seconds at bottom.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G82 = "G82"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G83" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G83">
|
||
G83
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Peck drilling cycle — drills in increments of Q with full retract to R between strokes.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G83 = "G83"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G84" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G84">
|
||
G84
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Right-hand tapping cycle — feed to Z with CW spindle, reverse to CCW, feed retract.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G84 = "G84"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G85" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G85">
|
||
G85
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Boring cycle — rapid to R, feed to Z, feed retract.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G85 = "G85"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G86" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G86">
|
||
G86
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Boring cycle — rapid to R, feed to Z, spindle stop, rapid retract.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G86 = "G86"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G87" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G87">
|
||
G87
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Back boring cycle — OSS + shift, rapid to Z, shift back, spindle on, feed up to R, OSS + shift, retract.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G87 = "G87"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G89" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G89">
|
||
G89
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Boring cycle with dwell — rapid to R, feed to Z, dwell P, feed retract.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G89 = "G89"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G90" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G90">
|
||
G90
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Absolute positioning — axis values specify the target position directly.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G90 = "G90"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G91" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G91">
|
||
G91
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Incremental positioning — axis values specify the distance to move from the current position.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G91 = "G91"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G94" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G94">
|
||
G94
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Feed per minute — feedrate F is in mm/min (or inch/min).</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G94 = "G94"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G95" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G95">
|
||
G95
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Feed per revolution — feedrate F is in mm/rev (or inch/rev), synchronized to spindle speed.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G95 = "G95"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G98" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G98">
|
||
G98
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Canned cycle return to initial level.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G98 = "G98"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_G99" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.G99">
|
||
G99
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Canned cycle return to R-point level.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string G99 = "G99"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_M03" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.M03">
|
||
M03
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Spindle ON clockwise — starts spindle rotation in the CW direction.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string M03 = "M03"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_M04" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.M04">
|
||
M04
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Spindle ON counter-clockwise — starts spindle rotation in the CCW direction.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string M04 = "M04"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field Value</h4>
|
||
<dl class="parameters">
|
||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||
<dd></dd>
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 id="Hi_NcParsers_Keywords_Generic_IsoKeywords_M05" data-uid="Hi.NcParsers.Keywords.Generic.IsoKeywords.M05">
|
||
M05
|
||
|
||
</h3>
|
||
|
||
<div class="markdown level1 summary"><p>Spindle stop — halts spindle rotation.</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public const string M05 = "M05"</code></pre>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<h4 class="section">Field 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>
|
||
|
||
<div class="contribution d-print-none">
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
<div class="affix">
|
||
<nav id="affix"></nav>
|
||
</div>
|
||
</main>
|
||
|
||
<div class="container-xxl search-results" id="search-results"></div>
|
||
|
||
<footer class="border-top text-secondary">
|
||
<div class="container-xxl">
|
||
<div class="flex-fill">
|
||
<span> Copyright © 2025 <a href='https://superhightech.com.tw'>Tech Coordinate</a>. All rights reserved. <a href='https://superhightech.com.tw'>超級高科技股份有限公司</a> © 2025 版權所有 </span>
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
</body>
|
||
</html>
|