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

From SoftMC-Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
{{Languages}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=

Revision as of 07:26, 20 April 2017

Language: English  • 中文(简体)‎

This property returns the axis target position. This target position is set within the MOVE or CIRCLE motion commands.

Short form

<axis>.PFinal

Syntax

?<axis>.PositionFinal

Availability

All versions

Type

Double

Range

± Max Double

Units

User axis position units, as given by <axis>.POSITIONFACTOR.

Default

0

Scope

Configuration, Task or Terminal

Limitations

  • The target position is specified within each motion command.
  • Read only, as an individual property.

Examples

?X.Pfinal

See Also