tune
This commit is contained in:
@@ -178,6 +178,72 @@ Class ActStateRunner
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Numerical_Acts_ActStateRunner_ActualTime_" data-uid="Hi.Numerical.Acts.ActStateRunner.ActualTime*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_Acts_ActStateRunner_ActualTime" data-uid="Hi.Numerical.Acts.ActStateRunner.ActualTime">
|
||||
ActualTime
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Actual accumulated worked time.
|
||||
Actual Program time.
|
||||
null if not set.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public TimeSpan? ActualTime { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a>?</dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_Acts_ActStateRunner_Data_" data-uid="Hi.Numerical.Acts.ActStateRunner.Data*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_Acts_ActStateRunner_Data" data-uid="Hi.Numerical.Acts.ActStateRunner.Data">
|
||||
Data
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>State external data.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Dictionary<string, object> Data { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_Acts_ActStateRunner_Feedrate_mmdmin_" data-uid="Hi.Numerical.Acts.ActStateRunner.Feedrate_mmdmin*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_Acts_ActStateRunner_Feedrate_mmdmin" data-uid="Hi.Numerical.Acts.ActStateRunner.Feedrate_mmdmin">
|
||||
@@ -274,6 +340,40 @@ Class ActStateRunner
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_Acts_ActStateRunner_ProgramTime_" data-uid="Hi.Numerical.Acts.ActStateRunner.ProgramTime*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_Acts_ActStateRunner_ProgramTime" data-uid="Hi.Numerical.Acts.ActStateRunner.ProgramTime">
|
||||
ProgramTime
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Ideal accumulated worked time by simulation.
|
||||
Ideal Program time.
|
||||
The value includes last action duration.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public TimeSpan ProgramTime { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_Acts_ActStateRunner_SpindleAngle_deg_" data-uid="Hi.Numerical.Acts.ActStateRunner.SpindleAngle_deg*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_Acts_ActStateRunner_SpindleAngle_deg" data-uid="Hi.Numerical.Acts.ActStateRunner.SpindleAngle_deg">
|
||||
@@ -466,39 +566,6 @@ Class ActStateRunner
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_Acts_ActStateRunner_WorkTime_" data-uid="Hi.Numerical.Acts.ActStateRunner.WorkTime*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_Acts_ActStateRunner_WorkTime" data-uid="Hi.Numerical.Acts.ActStateRunner.WorkTime">
|
||||
WorkTime
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Accumulated worked time in sec.
|
||||
The value includes last action duration.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public TimeSpan WorkTime { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="methods">Methods
|
||||
</h2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user