Difference between revisions of "MC-Basic:axis.RUNNINGTIME"
(Created page with " ") |
|||
Line 1: | Line 1: | ||
− | + | {{Languages|MC-Basic:axis.RUNNINGTIME}} | |
+ | {{MC-Basic | ||
+ | |SHORT FORM= | ||
+ | N/A | ||
+ | |||
+ | |SYNTAX= | ||
+ | <''axis''>.RunningTime= <''value''><br> | ||
+ | |||
+ | ?<''axis''>.RunningTime | ||
+ | |||
+ | |AVAILABILITY= | ||
+ | 0.4.20.4 | ||
+ | |||
+ | |DESCRIPTION= | ||
+ | This property returns the cumulative running time of an axis. The running time is incremented only when the velocity of the axis is non-zero. | ||
+ | |||
+ | |TYPE= | ||
+ | Long | ||
+ | |||
+ | |RANGE= | ||
+ | 0 to MAXLong | ||
+ | |||
+ | |UNITS= | ||
+ | milliseconds | ||
+ | |||
+ | |SCOPE= | ||
+ | Task or Terminal | ||
+ | |||
+ | |||
+ | |Limitations= | ||
+ | Modal only | ||
+ | |||
+ | |EXAMPLE= | ||
+ | ''A1''.RunningTime = 0<br> | ||
+ | ?''A1''.RunningTime | ||
+ | |||
+ | |||
+ | |SEE ALSO= | ||
+ | }} |
Revision as of 05:45, 26 May 2020
Language: | English |
---|
This property returns the cumulative running time of an axis. The running time is incremented only when the velocity of the axis is non-zero.
Short form
N/A
Syntax
<axis>.RunningTime= <value>
?<axis>.RunningTime
Availability
0.4.20.4
Type
Long
Range
0 to MAXLong
Units
milliseconds
Scope
Task or Terminal
Examples
A1.RunningTime = 0
?A1.RunningTime