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

From SoftMC-Wiki
Jump to: navigation, search
Line 35: Line 35:
 
|SEE ALSO=
 
|SEE ALSO=
 
* [[MC-Basic:axis.POSITIONFACTOR|axis.POSITIONFACTOR]]
 
* [[MC-Basic:axis.POSITIONFACTOR|axis.POSITIONFACTOR]]
* [[Axystems:MC-Basic:group.POSITIONCOMMAND|group.POSITIONCOMMAND]]
+
* [[MC-Basic:group.POSITIONCOMMAND|group.POSITIONCOMMAND]]
  
  
 
}}
 
}}

Revision as of 08:51, 22 May 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