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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<axis>''" to "<''axis''>")
Line 21: Line 21:
  
 
|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 08:03, 17 March 2014

This property returns the actual position of the group. The value is returned as a vector of the respective axis positions.

NOTE-Info.svgNOTE
The coordinates are joint and not motor coordinates. The values are returned after multiplication by the coupling matrix.

Short form

<GROUP>.PFb

Syntax

?<GROUP>.PositionFeedback

Availability

All versions

Type

Double vector

Range

+/- Max Double

Units

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

Scope

Configuration, Task or Terminal

Limitations

Read-Only

Examples

?XyTable.pfb

See Also