AXY:MC-Basic:group.POSITIONTOGO

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= ''<GROUP>.''PToGo |SYNTAX= ?''<GROUP>.''PositionToGo |AVAILABILITY= All versions |DESCRIPTION= This property returns the distance between the commanded…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This property returns the distance between the commanded group position and the final position. The value is returned as a vector of the individual axis positions.

Short form

<GROUP>.PToGo

Syntax

?<GROUP>.PositionToGo

Availability

All versions

Type

Double

Range

0 to Max_Dbl

Units

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

Default

0

Scope

Task or Terminal

Limitations

Read-Only

Examples

?XyTable.PostionToGo

See Also