Difference between revisions of "MC-Basic:robot.WRISTCMD"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:robot.WRISTCMD to MC-Basic:robot.WRISTCMD: Global renaming of Axystems: namespace into (Main):)
 
Line 1: Line 1:
 +
{{Languages|MC-Basic:robot.WRISTCMD}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=

Latest revision as of 05:39, 27 April 2017

Language: English  • 中文(简体)‎

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

All versions

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

See Also