Difference between revisions of "AXY:MC-Basic:axis.TOTALTIME"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "mliseconds" to "milliseconds")
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
<!-- {{Languages|MC-Basic:axis.TOTALTIME}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 7: Line 8:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Versions 4.5.25 and higher
+
Versions Since Version 4.5.25 and higher
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Returns the total time of the currently executing motion. Values:
+
Returns the total time of the motion currently being executing.  
  
-1 no motion active
+
Values:
  
-2 not applicable (PrfType = 0 or 1)
+
-1 – No motion active
  
0 can not happen as there are no motions of zero duration
+
-2 – Not applicable (PrfType = 0 or 1)
 +
 
 +
0 –  Cannot happen as there are no motions of zero duration
 +
 
 +
> 0 –  Total time of running motion
  
> 0 total time of running motion
 
  
 
{{Note| Note that in case of blending the '''TotalTime/CurrentTime''' of the first motion of the blending pair is returned! Once the blending ceased (only the second motion is executing, i.e. the first movement finished) the time values of the second motion are returned.}}
 
{{Note| Note that in case of blending the '''TotalTime/CurrentTime''' of the first motion of the blending pair is returned! Once the blending ceased (only the second motion is executing, i.e. the first movement finished) the time values of the second motion are returned.}}
 +
  
 
|TYPE=
 
|TYPE=
Line 26: Line 31:
  
 
|RANGE=
 
|RANGE=
-2-MaxInt
+
-2 to MaxInt
  
 
|UNITS=
 
|UNITS=
milliseconds
+
milliseconds (ms)
  
 
|DEFAULT=
 
|DEFAULT=
Line 35: Line 40:
  
 
|SCOPE=
 
|SCOPE=
Task, terminal
+
Task, Terminal
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-only
+
Read only
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 47: Line 52:
  
 
}}
 
}}
 +
-->

Latest revision as of 07:35, 14 August 2017