This commit is contained in:
2025-09-06 21:25:33 +08:00
parent f6dd232ef8
commit 878475acf8
108 changed files with 5919 additions and 4961 deletions
@@ -228,6 +228,7 @@ See Rendering Items SubMenu from <a href="../player/player-extended-renderingcan
<li>X, Y, Z coordinate values</li>
<li>Action buttons to set the entry to program zero or machine zero</li>
</ul>
<p>Row selection updates <a class="xref" href="../../../../api/Hi.Numerical.IsoCoordinateEntryDisplayee.html#Hi_Numerical_IsoCoordinateEntryDisplayee_IsoCoordinateId">IsoCoordinateId</a> through &lt;xref:HiNC_2025_webapi.Common.ProjectDisplayeeService.MachiningProjectDisplayee&gt;.</p>
<h3 id="datum-preset-and-shift-tables-heidenhain">Datum Preset and Shift Tables (Heidenhain)</h3>
<p>These tables are specific to <a class="xref" href="../../../../api/Hi.Numerical.CncBrand.html#Hi_Numerical_CncBrand_Heidenhain">Heidenhain</a> controllers and provide interfaces for:</p>
<ul>
@@ -278,9 +279,23 @@ See Rendering Items SubMenu from <a href="../player/player-extended-renderingcan
</ul>
<h3 id="web-page-application-source-code-path">Web Page Application Source Code Path</h3>
<ul>
<li>wwwroot/controller/controller-panel.js</li>
<li>wwwroot/controller/controller-extended-toolbar.js</li>
<li>Controller/Controller/ControllerController.cs</li>
<li>Controller/ControllerController.cs - Backend API controller</li>
<li>wwwroot/controller/controller-panel.html - Main HTML structure</li>
<li>wwwroot/controller/controller-panel.js - Main Vue.js component</li>
<li>wwwroot/controller/controller-panel.css - Main styling</li>
<li>wwwroot/controller/controller-extended-toolbar.js - Extended toolbar Vue.js component</li>
<li>wwwroot/controller/controller-extended-toolbar.css - Toolbar styling</li>
<li>wwwroot/controller/tabs/*.js - Individual tab components:
<ul>
<li>coordinate-table-tab.js</li>
<li>datum-preset-tab.js</li>
<li>datum-shift-tab.js</li>
<li>offset-table-tab.js</li>
<li>machine-tab.js</li>
<li>brand-tab.js</li>
<li>config-tab.js</li>
</ul>
</li>
</ul>
</article>