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

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:robot.ELBOWCMD to MC-Basic:robot.ELBOWCMD: Global renaming of Axystems: namespace into (Main):)
Line 14: Line 14:
 
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.
 
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 elbow flag defines ABOVE or BELOW configurations according:
+
The elbow flag defines ABOVE or BELOW configurations according (for '''PUMA''' only):
  
 
ABOVE - position of the wrist of the <math>\left \{ \begin{matrix} RIGHTY \\ LEFTY \end{matrix} \right \}</math> arm with respect to the shoulder coordinate system has <math>\left \{ \begin{matrix} negative \\ positive \end{matrix} \right \}</math> coordinate value along the Y axis of the second segment
 
ABOVE - position of the wrist of the <math>\left \{ \begin{matrix} RIGHTY \\ LEFTY \end{matrix} \right \}</math> arm with respect to the shoulder coordinate system has <math>\left \{ \begin{matrix} negative \\ positive \end{matrix} \right \}</math> coordinate value along the Y axis of the second segment

Revision as of 14:04, 28 December 2015

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 elbow flag defines ABOVE or BELOW configurations according (for PUMA only):

ABOVE - position of the wrist of the arm with respect to the shoulder coordinate system has coordinate value along the Y axis of the second segment

BELOW - position of the wrist of the arm with respect to the shoulder coordinate system has coordinate value along the Y axis of the second segment

Setting it to zero AUTO means taking the current ELBOWFBK for the value.

0 - Keep the current configuration or choose the closest joint-target.

1 - Joint-target is BELOW

2 - Joint-target is ABOVE

Short form

<ROBOT>.ecmd

Syntax

?<ROBOT>.ecmd

<ROBOT>.ecmd=1

Availability

Since Version 4.2.x

Type

Long

Range

0 (auto)/ 1(below)/ 2 (above)

Default

0

Scope

Configuration, Task, Terminal

Limitations

Read/Write, Modal/Nodal

Examples

scara.elbowcmd=1

MOVE PUMA {1,2,3,4,5,6} elbowcmd=1

MOVES PUMA {1,2,3,4,5,6} elbowcmd=1

See Also