GetMoveJumpApproachVel#

This command returns the desired initial and final velocity parameters for the MoveJump command, set using the SetMoveJumpApproachVel command.

Syntax#

GetMoveJumpApproachVel()

Responses#

  • [2175][vstart, pstart, vend, pend]

    • vstart: maximum allowed vertical speed near the start pose, in mm/s, from 0.001 to 700;

    • pstart: initial portion of the retreat motion during which vstart is applied, in mm, from 0 to 102;

    • vend: maximum allowed vertical speed near the end pose, in mm/s, from 0.001 to 700;

    • pend: final portion of the approach motion during which vstart is applied, in mm, from 0 to 102.

Usage restrictions#

This command can only be executed when the robot is ready for motion. Otherwise, the robot will report one of the following:

  • [1005][The robot is not activated.]

Cyclic protocols#

In cyclic protocols, the commands GetMoveJumpApproachVel is represented by DynamicDataTypeID 28. See Section 4.4.6 for more details.