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

From SoftMC-Wiki
Jump to: navigation, search
m
m
Line 23: Line 23:
  
  
{{Note| <font color="red">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.
</font>}}
 
  
  
Line 43: Line 42:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-only
+
Read only
  
 
|EXAMPLE=
 
|EXAMPLE=

Revision as of 13:14, 19 March 2014

{{MC-Basic |SHORT FORM= Ttime

|SYNTAX= ?Ttime

|AVAILABILITY= Versions 4.5.25 and higher

|DESCRIPTION= Returns the total time of the motion currently being executing.

Values:

-1 – No motion active

-2 – Not applicable (PrfType = 0 or 1)

0 – Cannot happen as there are no motions of zero duration

> 0 – Total time of running motion


NOTE-Info.svgNOTE
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.