tune
This commit is contained in:
@@ -125,11 +125,11 @@
|
||||
<ul>
|
||||
<li>Set NC Files - Set the file path and customize simulation and optimization settings for each NC file</li>
|
||||
<li>Configure NC optimization - Configure NC code optimization parameters</li>
|
||||
<li>Set <xref:Hi.ShellCommandUtils.GeomDiffCommand> - Configure geometry comparison functionality to compare target workpiece shape with simulated shape</li>
|
||||
<li>Set <a class="xref" href="../../../api/Hi.ShellCommands.GeomDiffCommand.html">GeomDiffCommand</a> - Configure geometry comparison functionality to compare target workpiece shape with simulated shape</li>
|
||||
<li>Set <a class="xref" href="../../../api/Hi.MillingForces.Training.MillingTraining.html">MillingTraining</a> - Configure milling parameter training to calibrate simulation parameters based on actual machining data</li>
|
||||
<li>Other task configurations…</li>
|
||||
</ul>
|
||||
<p>The PlayerCommand is typically a <xref:Hi.ShellCommandUtils.ListCommand> that contains a sequence of command entries to be executed during the simulation.</p>
|
||||
<p>The PlayerCommand is typically a <a class="xref" href="../../../api/Hi.ShellCommands.ListCommand.html">ListCommand</a> that contains a sequence of command entries to be executed during the simulation.</p>
|
||||
<h2 id="4-run-the-tasks-simulation-and-optimization">4. Run the Tasks (Simulation and Optimization)</h2>
|
||||
<p>Run <a class="xref" href="../../../api/Hi.MachiningProcs.MachiningProject.html#Hi_MachiningProcs_MachiningProject_PlayerCommand">PlayerCommand</a> through <a class="xref" href="../../../api/Hi.MachiningProcs.MachiningProject.html#Hi_MachiningProcs_MachiningProject_PacePlayer">PacePlayer</a>.</p>
|
||||
<p>At this stage, the simulation process is similar to video playback, which can be:</p>
|
||||
@@ -144,7 +144,7 @@
|
||||
<p>The <a class="xref" href="../../../api/Hi.MachiningProcs.MachiningProject.html#Hi_MachiningProcs_MachiningProject_PacePlayer">PacePlayer</a> controls the execution pace of the simulation, allowing you to observe the machining process in detail or run it at full speed.</p>
|
||||
<h3 id="view-the-analysis-during-process-or-result">View the Analysis During Process or Result</h3>
|
||||
<p><a class="xref" href="../../../api/Hi.MachiningProcs.SessionMessageHost.html">SessionMessageHost</a> contains a sequence of simulation messages and step data, which can be used to monitor and analyze the simulation process and results.</p>
|
||||
<h1 id="ui-pattern">UI Pattern</h1>
|
||||
<h2 id="ui-pattern">UI Pattern</h2>
|
||||
<p>The user interface navigation bar matches the workflow. Top-level navigation items include:</p>
|
||||
<ul>
|
||||
<li><a class="xref" href="../../../api/Hi.MachiningProcs.MachiningProject.html">MachiningProject</a>
|
||||
|
||||
Reference in New Issue
Block a user