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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= ''<axis>''.PFinal |SYNTAX= ?''<axis>''.PositionFinal |AVAILABILITY= All versions |DESCRIPTION= This property returns the axis target position. This tar…')
 
m (1 revision)
(No difference)

Revision as of 16:09, 13 December 2010

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. As an individual property it is read-only.

Examples

?X.Pfinal

See Also