161 lines
7.4 KiB
HTML
161 lines
7.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>HiNC Documentation | HiAPI-C# 2025 </title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="title" content="HiNC Documentation | HiAPI-C# 2025 ">
|
|
|
|
|
|
<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="">
|
|
<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="content">
|
|
<div class="actionbar">
|
|
|
|
<nav id="breadcrumb"></nav>
|
|
</div>
|
|
|
|
<article data-uid="">
|
|
<h1 id="hinc-documentation">HiNC Documentation</h1>
|
|
|
|
<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="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>
|
|
<h2 id="manual--reference-knowledge-looked-up-on-demand">Manual — Reference knowledge, looked up on demand</h2>
|
|
<ul>
|
|
<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>
|
|
<h2 id="development--for-developers-building-on-hiapi">Development — For developers building on HiAPI</h2>
|
|
<ul>
|
|
<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>
|
|
<h2 id="other">Other</h2>
|
|
<ul>
|
|
<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>
|
|
|
|
</article>
|
|
|
|
<div class="contribution d-print-none">
|
|
</div>
|
|
|
|
<div class="next-article d-print-none border-top" id="nextArticle"></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>
|