Difference between revisions of "MC-Basic:axis.CUMULATIVEPOSITION"
(Created page with "{{Languages|MC-Basic:axis.CUMULATIVEPOSITION}} {{MC-Basic |SHORT FORM= N/A |SYNTAX= <''axis''>.CumulativePosition = <''value''><br> ?<''axis''>.CumulativePosition |AVAILAB...") |
|||
Line 34: | Line 34: | ||
|EXAMPLE= | |EXAMPLE= | ||
− | ''A1''.CumulativePosition = 0 | + | ''A1''.CumulativePosition = 0<br> |
?''A1''.CumulativePosition | ?''A1''.CumulativePosition | ||
Latest revision as of 05:35, 26 May 2020
Language: | English |
---|
This property returns the cumulative change in the position value of an axis, in absolute values.
Short form
N/A
Syntax
<axis>.CumulativePosition = <value>
?<axis>.CumulativePosition
Availability
0.4.20.4
Type
Double
Range
0 to MAXDouble
Units
User units
- Rotary axis: degrees
- Linear axis: mm
Scope
Task or Terminal
Examples
A1.CumulativePosition = 0
?A1.CumulativePosition