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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= ''<axis>''.PToGo |SYNTAX= ?''<axis>''.PositionToGo |AVAILABILITY= All versions |DESCRIPTION= This property returns the distance between commanded axis …')
 
m (1 revision)
(No difference)

Revision as of 16:09, 13 December 2010

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.PostionToGo

See Also