Difference between revisions of "MC-Basic:element.POSITIONFEEDBACK"

From SoftMC-Wiki
Jump to: navigation, search
(new page)
 
 
Line 1: Line 1:
 +
{{Languages|MC-Basic:element.POSITIONFEEDBACK}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=

Latest revision as of 06:53, 27 October 2017

Language: English  • 中文(简体)‎

This property returns the actual position of the element. 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

<element>.PFb

Syntax

?<element>.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

Axis
?A1.pfb

Group
?G1.pfb

See Also