Skip to content

35.xarm_set_reduced_max_joint_speed

1. Introduction

Setting the Maximum Joint Velocity for Reduction Mode Interface.

Sets the maximum joint speed for reduced mode.

2.Request & Response

Message

json
{
    "cmd": "xarm_set_reduced_max_joint_speed",
    "data": {
        'save': true, 
        'speed': 180
    },
    "id": "1"
}

Request

datatypeRequired filedDescriptionexample value
saveboolnoWhether to save the setting to firmwaretrue
speedintyesSets the maximum joint speed180

\

Response:

code=0->Success;
code!=0->Failed, refer to xarm_api_code;

\