Hand Function

Returns the hand (arm) orientation of a point.

Syntax
Hand [(point)]

Parameters

point
Optional. Point expression. If point is omitted, then the hand (arm) orientation of the current robot position is returned.

Return Values

  • 1: Righty (/R)
  • 2: Lefty (/L)

Note


Hand command is not a command to control hand (end-effecter).

  • Hand (This command): Specify the arm of manipulator is righty or lefty.
  • Hand_On, Hand_Off, Hand_On function, Hand_Off function, Hand_TW function, Hand_Def function, Hand_Type function, Hand_Label$ function, Hand_Numberfunction: Control hand (end-effector) installed to the end of the manipulator.

Please be careful not to confuse it.

For details of Hand control commands, refer to the following manual:
"Hand Function"


See Also
Elbow, Wrist, J4Flag, J6Flag, J1Flag, J2Flag

Hand Function Example

Print Hand(pick)
Print Hand(P1)
Print Hand
Print Hand(P1 + P2)