fix SoftNcRunner GM code normalization.

This commit is contained in:
2026-05-06 13:21:19 +08:00
parent 0fe9497552
commit 2f57932000
1238 changed files with 69405 additions and 22511 deletions
+51 -15
View File
@@ -73,29 +73,65 @@
<article data-uid="">
<h1 id="hinc-documentation">HiNC Documentation</h1>
<p>Welcome to the HiNC documentation website. This site contains documentation for both the HiNC software and its development API.</p>
<h2 id="documentation-sections">Documentation Sections</h2>
<h3 id="1-user-guide">1. User Guide</h3>
<p>Complete documentation for using the HiNC software, including installation, features, and troubleshooting.</p>
<p>HiNC is a virtual machine tool and milling simulation software by <a href="https://superhightech.com.tw">Tech Coordinate</a>. It performs pre-machining verification and optimization through high-precision simulation and milling physics analysis — including cutting force, moment, deflection, heat, wear, and more.</p>
<pre><code class="lang-mermaid">flowchart TD
subgraph Setup[&quot;Setup (ordering-free)&quot;]
Mt[&quot;Build / Load&lt;br&gt;Virtual Machine Tool&quot;]
ControlPreset[&quot;Configure&lt;br&gt;Drive Mode&quot;]
BasicConfig[&quot;Set Workpiece, Fixture,&lt;br&gt;Tool House, Controller &amp; NC&quot;]
MaterialConfig[&quot;Set Cutting&lt;br&gt;Parameters&quot;]
ImportData[&quot;Import Sensor Data&lt;br&gt;(dynamometer / smart tool holder)&quot;]
end
Setup --&gt; Sim[&quot;Run Simulation&quot;]
Sim --&gt; Collision[&quot;Collision Detection&quot;]
Sim --&gt; Examine[&quot;Inspect &amp; Analyze&lt;br&gt;(force, moment, heat,&lt;br&gt;deflection, wear, power)&quot;]
ImportData --&gt; Examine
Sim --&gt; Train[&quot;Train Milling&lt;br&gt;Parameters&quot;]
ImportData --&gt; Train
Train --&gt; MaterialConfig
Sim --&gt; Opt[&quot;Generate Optimized NC&lt;br&gt;(re-interpolation,&lt;br&gt;feedrate adjustment)&quot;]
subgraph Inspection
Collision
Examine
end
subgraph Output
Opt
end
</code></pre>
<h2 id="workflows--task-oriented-step-by-step-guides">Workflows — Task-oriented step-by-step guides</h2>
<ul>
<li><a href="user-guide/index.html">User Guide</a></li>
<li><a href="workflows/basic-simulation.html">Basic Simulation</a> — Set up and run a machining simulation</li>
<li><a href="workflows/force-training.html">Milling Force Parameter Training</a> — Train cutting force parameters from sensor data</li>
<li><a href="workflows/nc-optimization.html">NC Optimization</a> — Optimize NC programs for feedrate and compensation</li>
<li><a href="workflows/sensor-mapping.html">Sensor Data Mapping</a> — Map external sensor data to simulation toolpaths</li>
<li><a href="workflows/geometry-validation.html">Geometry Validation</a> — Collision detection, geometry comparison, defect scanning</li>
<li><a href="workflows/dynamometer-experiment-sop.html">Dynamometer Experiment SOP</a> — Operating procedure for dynamometer measurement</li>
<li><a href="workflows/examples/index.html">Example Projects</a> — Complete project-level examples with real data</li>
</ul>
<h3 id="2-developer-documentation">2. Developer Documentation</h3>
<p>Technical documentation for the HiNC API, including reference, requirements, and integration guides.</p>
<h2 id="manual--reference-knowledge-looked-up-on-demand">Manual — Reference knowledge, looked up on demand</h2>
<ul>
<li><a href="dev-doc/index.html">Developer Documentation</a></li>
<li><strong><a href="manual/setup/index.html">Setup</a></strong> — Pre-simulation configuration: machine tool, anchor, cutters, controllers, coolant</li>
<li><strong><a href="manual/runtime/index.html">Runtime</a></strong> — Script commands, MachiningStep, RuntimeApi, SessionProgress</li>
<li><strong><a href="manual/analysis/index.html">Analysis</a></strong> — Theory and evaluation: milling physics, wear, corner behavior, CPU usage</li>
</ul>
<p>The sample code using HiNC API:</p>
<h2 id="development--for-developers-building-on-hiapi">Development — For developers building on HiAPI</h2>
<ul>
<li><a href="sample/Sample.Machining.html">Sample Code</a></li>
<li><a href="release-note/index.html">Release Note</a></li>
<li><a href="app-anatomy/index.html">App Anatomy</a> — Transparent per-component breakdown of the HiNC applications (Webservice + WPF) — view ↔ model ↔ source mapping</li>
<li><a href="fundamentals/index.html">API Fundamentals</a> — Geometry, rendering, mechanism topology, messaging, XML IO</li>
<li><a href="sample/Sample.Machining.html">Sample Code</a> — Code samples</li>
</ul>
<p>HiNC API specification:</p>
<h2 id="other">Other</h2>
<ul>
<li><a href="api/Hi.Machining.html">API Reference</a></li>
<li><a href="api/Hi.Machining.html">API Reference</a> — Auto-generated C# class and method reference</li>
<li><a href="product/index.html">Product</a> — About, license, activation, system info</li>
</ul>
<h2 id="ai-collaboration">AI Collaboration</h2>
<p>Let AI agent scan HiAPI Doc Web Root: <a href="index.html">https://superhightech.com.tw/HiAPI-docsite/</a> to get help.</p>
<p>HiNC / HiAPI does not provide LLM. You should use the 3rd party AI agent to apply the document.</p>
</article>