Difference between revisions of "MC-Basic:robot.WRISTFBK"
m (1 revision) |
m |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:robot.WRISTFBK}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 7: | Line 8: | ||
|AVAILABILITY= | |AVAILABILITY= | ||
− | + | All versions | |
|DESCRIPTION= | |DESCRIPTION= | ||
Line 26: | Line 27: | ||
|RANGE= | |RANGE= | ||
− | 0 | + | 0 - Auto |
+ | |||
+ | 1 - Noflip | ||
+ | |||
+ | 2 - Flip | ||
+ | |||
|UNITS= | |UNITS= | ||
Line 44: | Line 50: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:robot.ARMCMD|robot.ARMCMD]] |
}} | }} |
Latest revision as of 05:36, 15 July 2018
Language: | English • 中文(简体) |
---|
Returns the actual (current) robot configuration.
These two solutions represent tow solution of the robots inverse kinematics equations, or in other words the robot configurations. Usually they are called “FLIP” and “NOFLIP” robot configurations. This flag indicates which of them is taken. Also, when this flag is different from the commanded one (wristcmd) no straight line motion can be made.
For example in PUMA robot kinematic model this flag is computed according to the sing of position of the second joint.
0 - Keep the current configuration or choose the closest joint-target.
1 - Joint-target is NOFLIP
2 - Joint-target is FLIP
Short form
<ROBOT>.wfbk
Syntax
?<ROBOT>.wristfbk
Availability
All versions
Type
Long
Range
0 - Auto
1 - Noflip
2 - Flip
Scope
Configuration, Task, Terminal
Limitations
Read Only, Modal Only
Examples
?PUMA.wristfbk