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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m (Text replace - "''<axis>''" to "<''axis''>")
Line 1: Line 1:
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.PToGo
+
<''axis''>.PToGo
  
 
|SYNTAX=
 
|SYNTAX=
?''<axis>''.PositionToGo
+
?<''axis''>.PositionToGo
  
 
|AVAILABILITY=
 
|AVAILABILITY=
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 17:48, 16 March 2014

This property returns the distance between commanded axis position and the final position.

Short form

<axis>.PToGo

Syntax

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

?X.PostionToGo

See Also