Difference between revisions of "MC-Basic:robot.WRISTCMD"
m (1 revision) |
m (Text replace - "R/W" to "Read/Write") |
||
Line 44: | Line 44: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | + | Read/Write, Modal/Nodal | |
|EXAMPLE= | |EXAMPLE= |
Revision as of 07:21, 19 March 2014
Defines the working (command) PUMA robot configuration. When the target position is given as location variable, it is Cartesian point. This flag determines which of the solutions will be taken for the joint coordinates of the target position.
The wrist flag defines FLIP or NOFLIP configuration according:
FLIP – value of joint 5 is negative
NOFLIP – value of joint 5 is positive
0 - Keep the current configuration or choose the closest joint-target.
1 - Joint-target is NOFLIP
2 - Joint-target is FLIP
Setting it to zero AUTO means taking the current WRISTFBK for the value.
Short form
<ROBOT>.wcmd
Syntax
?<ROBOT>.wristcmd
<ROBOT>.wcmd=1
Availability
AllVersions
Type
Long
Range
0 (auto)/ 1(noflip)/ 2 (flip)
Default
0
Scope
Configuration, Task, Terminal
Limitations
Read/Write, Modal/Nodal
Examples
scara.elbowcmd=1
MOVE PUMA {1,2,3,4,5,6} wristcmd=1