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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Read-Only" to "Read only")
m (Text replace - "<GROUP>" to "<''group''>")
Line 1: Line 1:
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<GROUP>.''PToGo
+
''<''group''>.''PToGo
  
 
|SYNTAX=
 
|SYNTAX=
?''<GROUP>.''PositionToGo
+
?''<''group''>.''PositionToGo
  
 
|AVAILABILITY=
 
|AVAILABILITY=

Revision as of 16:34, 20 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