Difference between revisions of "MC-Basic:robot.VELOCITYFEEDBACKCARTESIAN"
m (Miborich moved page Axystems:MC-Basic:robot.VELOCITYFEEDBACKCARTESIAN to MC-Basic:robot.VELOCITYFEEDBACKCARTESIAN: Global renaming of Axystems: namespace into (Main):) |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:robot.VELOCITYFEEDBACKCARTESIAN}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
− | <ROBOT>. | + | <ROBOT>.VFBCART |
|SYNTAX= | |SYNTAX= | ||
Line 10: | Line 11: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | Returns the | + | Returns a vector of the current feedback velocity of the robot's TCP. The first three components are the linear velocity, and the last component(s) is the angular velocity. |
|TYPE= | |TYPE= | ||
Line 31: | Line 32: | ||
|EXAMPLE= | |EXAMPLE= | ||
− | ?Scara. | + | ?Scara.VFBCART |
|SEE ALSO= | |SEE ALSO= | ||
* [[MC-Basic:robot.VELOCITYCOMMANDCARTESIAN|robot.VELOCITYCOMMANDCARTESIAN]] | * [[MC-Basic:robot.VELOCITYCOMMANDCARTESIAN|robot.VELOCITYCOMMANDCARTESIAN]] | ||
− | + | * [[MC-Basic:robot.VELOCITYTRANSFEEDBACKVALUE|robot.VELOCITYTRANSFEEDBACKVALUE]] | |
+ | * [[MC-Basic:robot.VELOCITYTRANSVALUE|robot.VELOCITYTRANSVALUE]] | ||
}} | }} |
Latest revision as of 08:04, 31 August 2021
Language: | English • 中文(简体) |
---|
Returns a vector of the current feedback velocity of the robot's TCP. The first three components are the linear velocity, and the last component(s) is the angular velocity.
Short form
<ROBOT>.VFBCART
Syntax
<ROBOT>.VelocityFeedbackCartesian
Availability
Version 0.4.2.15 and higher
Type
LOCATION
Range
0 to MaxDouble
Units
mm/sec deg/sec
Scope
Configuration, Task or Terminal
Limitations
Read only
Examples
?Scara.VFBCART