fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -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["Setup (ordering-free)"]
|
||||
Mt["Build / Load<br>Virtual Machine Tool"]
|
||||
ControlPreset["Configure<br>Drive Mode"]
|
||||
BasicConfig["Set Workpiece, Fixture,<br>Tool House, Controller & NC"]
|
||||
MaterialConfig["Set Cutting<br>Parameters"]
|
||||
ImportData["Import Sensor Data<br>(dynamometer / smart tool holder)"]
|
||||
end
|
||||
|
||||
Setup --> Sim["Run Simulation"]
|
||||
|
||||
Sim --> Collision["Collision Detection"]
|
||||
Sim --> Examine["Inspect & Analyze<br>(force, moment, heat,<br>deflection, wear, power)"]
|
||||
ImportData --> Examine
|
||||
|
||||
Sim --> Train["Train Milling<br>Parameters"]
|
||||
ImportData --> Train
|
||||
Train --> MaterialConfig
|
||||
|
||||
Sim --> Opt["Generate Optimized NC<br>(re-interpolation,<br>feedrate adjustment)"]
|
||||
|
||||
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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user