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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "<GROUP>" to "<''group''>")
Line 36: Line 36:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.POSITIONCOMMAND|axis.POSITIONCOMMAND]]
+
* [[MC-Basic:axis.POSITIONCOMMAND|axis.POSITIONCOMMAND]]
 
* [[Axystems:MC-Basic:group.POSITIONCOMMAND|group.POSITIONCOMMAND]]
 
* [[Axystems:MC-Basic:group.POSITIONCOMMAND|group.POSITIONCOMMAND]]
  
  
 
}}
 
}}

Revision as of 08:46, 22 May 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