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

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:axis.POSITIONTOGO to MC-Basic:axis.POSITIONTOGO: Global renaming of Axystems: namespace into (Main):)
Line 1: Line 1:
 +
{{Languages}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=

Revision as of 08:34, 20 April 2017

Language: English  • 中文(简体)‎

This property returns the distance between commanded axis position and the final position.

Short form

<axis>.PToGo

Syntax

?<axis>.PositionToGo

Availability

All versions

Type

Double

Range

0 to MaxDouble

Units

User axis position units, as given by <axis>.POSITIONFACTOR.

Default

0

Scope

Task or Terminal

Limitations

Read only

Examples

?X.PositionToGo

See Also