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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m (Text replace - "''<axis>''" to "<''axis''>")
Line 19: Line 19:
  
 
|UNITS=
 
|UNITS=
User axis position units, as given by ''<axis>''.POSITIONFACTOR.
+
User axis position units, as given by <''axis''>.POSITIONFACTOR.
  
 
|DEFAULT=
 
|DEFAULT=

Revision as of 08:03, 17 March 2014

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