MC-Basic:element.POSITIONTOGO

From SoftMC-Wiki
Revision as of 09:08, 5 July 2017 by Itay (talk | contribs) (new page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

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

Short form

<element>.PToGo

Syntax

?<element>.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

Axis
?A1.PositionToGo

Group
?G1.PositionToGo

See Also