Difference between revisions of "AXY:MC-Basic:group.POSITIONFEEDBACK"
(Created page with '{{MC-Basic |SHORT FORM= ''<GROUP>.''PFb |SYNTAX= ?''<GROUP>.''PositionFeedback |AVAILABILITY= All versions |DESCRIPTION= This property returns the actual position of the group…') |
m (Itay moved page MC-Basic:group.POSITIONFEEDBACK to AXY:MC-Basic:group.POSITIONFEEDBACK) |
||
(10 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | {{MC-Basic | + | <!-- {{MC-Basic |
|SHORT FORM= | |SHORT FORM= | ||
− | ''< | + | ''<''group''>.''PFb |
|SYNTAX= | |SYNTAX= | ||
− | ?''< | + | ?''<''group''>.''PositionFeedback |
|AVAILABILITY= | |AVAILABILITY= | ||
Line 11: | Line 11: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
This property returns the actual position of the group. The value is returned as a vector of the respective axis positions. | This property returns the actual position of the group. The value is returned as a vector of the respective axis positions. | ||
+ | |||
+ | {{Note|The coordinates are joint and not motor coordinates. The values are returned after multiplication by the coupling matrix.}} | ||
|TYPE= | |TYPE= | ||
Line 16: | Line 18: | ||
|RANGE= | |RANGE= | ||
− | + | ± Max Double | |
|UNITS= | |UNITS= | ||
− | User axis position units, as given by '' | + | User axis position units, as given by <''axis''>.POSITIONFACTOR. |
|DEFAULT= | |DEFAULT= | ||
Line 28: | Line 30: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | Read | + | Read only |
|EXAMPLE= | |EXAMPLE= | ||
Line 34: | Line 36: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:axis.POSITIONCOMMAND|axis.POSITIONCOMMAND]] |
− | * [[ | + | * [[MC-Basic:group.POSITIONCOMMAND|group.POSITIONCOMMAND]] |
}} | }} | ||
+ | --> |