MC-Basic:element.POSITIONFINAL

From SoftMC-Wiki
Jump to: navigation, search
Language: English  • 中文(简体)‎

This property returns the element target position.
For axis - The target position is set within the MOVE or CIRCLE motion commands.
For group - This is a vector with a dimension equal to the number of axes in the group.

Short form

<element>.PFinal

Syntax

?<element>.PositionFinal

Availability

All versions

Type

Double vector

Range

± MaxDouble

Units

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

Default

0

Scope

Configuration, Task or Terminal

Limitations

  • The target position is be specified within each motion command.
  • As an individual property, it is read-only.

Examples

Axis
?A1.Pfinal

Group <bt> ?G1.Pfinal

See Also