MC-Basic:element.POSITIONTOGO

From SoftMC-Wiki
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