文档
测试

新增多关节机器人数据

POST
http://localhost:9099/addArticulatedRobot

请求头

参数名
类型
描述
必填
Content-Type
值为application/json,通过传JSON格式参数来请求
必填

请求参数

参数名
类型
描述
必填
robotId
Integer
示例:1022
必填
jointRobotRatedLoad
Decimal
示例:4.56
必填
jointRobotRepeatedAccuracy
Decimal
示例:7.55
必填
jointRobotMaxWorkRange
Decimal
示例:8.56
必填
jointRobotAdditionalDevice
string
示例:xxdgj
必填
jointRobotCrdntSupport
string
示例:test
必填
jointRobotCrdntCartesianX
Integer
示例:1
必填
jointRobotCrdntCartesianY
Integer
示例:1
必填
jointRobotCrdntCartesianZ
Integer
示例:1
必填
jointRobotCrdntCartesianA
Integer
示例:1
必填
jointRobotCrdntCartesianB
Integer
示例:1
必填
jointRobotCrdntCartesianC
Integer
示例:1
必填
jointRobotCrdntRectangularX
Integer
示例:1
必填
jointRobotCrdntRectangularY
Integer
示例:1
必填
jointRobotCrdntRectangularZ
Integer
示例:1
必填
jointRobotCrdntCylindricalR
Integer
示例:1
必填
jointRobotCrdntCylindricalΘ
Integer
示例:1
必填
jointRobotCrdntCylindricalZ
Integer
示例:1
必填
jointRobotCrdntPolarR
Integer
示例:1
必填
jointRobotCrdntPolarΘ
Integer
示例:1
必填
jointRobotCrdntPolarΦ
Integer
示例:1
必填
jointRobotJointCount
Integer
示例:8
必填
jointRobotJointType
Integer
示例:2
必填
jointRobotLinearJointMaxPosi
Decimal
示例:0.34
必填
jointRobotLinearJointMinPosi
Decimal
示例:0.17
必填
jointRobotLinearJointMaxSpeed
Decimal
示例:45.2
必填
jointRobotRotateJointMaxAngle
Decimal
示例:78.2
必填
jointRobotRotateJointMinAngle
Decimal
示例:10.2
必填
jointRobotRotateJointMaxAngularVelocity
Decimal
示例:10.23
必填
jointRobotRotateJointSpeedLevel
Integer
示例:45
必填
jointRobotJointSerialNumber
Integer
示例:123456
必填
jointRobotJointPermissibleTorque
Decimal
示例:12.34
必填
jointRobotControlEnable
Integer
示例:1
必填
jointRobotControlMode
Integer
示例:4
必填
robot6axisMaxInertiaMoment
Integer
示例:235
必填
robot6axisPermissibleTorque
Decimal
示例:43.21
必填
robot6axisRepeatedAccuracy
Integer
示例:12
必填
robot6axisJointPosi
Integer
示例:1
必填
robot6axisJoinTvel
Integer
示例:1
必填
robot6axisSpheCoordinateR
Integer
示例:1
必填
robot6axisSpheCoordinateΘ
Integer
示例:1
必填
robot6axisSpheCoordinateΦ
Integer
示例:1
必填
robot6axisCartVel
Integer
示例:1
必填
templateData
string
示例:
必填

响应参数

参数名
类型
描述
必填
result
int
0为失败,1为成功
必填
message
String
描述信息
必填

说明 / 示例

各请求参数的意义: robot_id bigint   机器人编号 joint_robot_rated_load decimal(7,1) 关节机器人额定负载 joint_robot_repeated_accuracy decimal(10,4) 关节机器人重复精度 joint_robot_max_work_range decimal(8,2) 关节机器人最大工作范围 joint_robot_additional_device varchar(255) 附加设备 joint_robot_crdnt_support varchar(4) 支持坐标系类型 joint_robot_crdnt_cartesian_x int 笛卡尔坐标系-x joint_robot_crdnt_cartesian_y int 笛卡尔坐标系-y joint_robot_crdnt_cartesian_z int 笛卡尔坐标系-z joint_robot_crdnt_cartesian_a int 笛卡尔坐标系-a joint_robot_crdnt_cartesian_b int 笛卡尔坐标系-b joint_robot_crdnt_cartesian_c int 笛卡尔坐标系-c joint_robot_crdnt_rectangular_x int 直角坐标系-x joint_robot_crdnt_rectangular_y int 直角坐标系-y joint_robot_crdnt_rectangular_z int 直角坐标系-z joint_robot_crdnt_cylindrical_r int 圆柱坐标系-r joint_robot_crdnt_cylindrical_Θ int 圆柱坐标系-Θ joint_robot_crdnt_cylindrical_z int 圆柱坐标系-z joint_robot_crdnt_polar_r int 极坐标系-r joint_robot_crdnt_polar_Θ int 极坐标系-Θ joint_robot_crdnt_polar_Φ int 极坐标系-Φ joint_robot_joint_count int 关节数量 joint_robot_joint_type int 关节类型 joint_robot_linear_joint_max_posi decimal(6,2) 线性关节最远行程 joint_robot_linear_joint_min_posi decimal(6,2) 线性关节最短行程 joint_robot_linear_joint_max_speed decimal(6,2) 线性关节最大速度 joint_robot_rotate_joint_max_angle decimal(6,2) 转动关节最大角度 joint_robot_rotate_joint_min_angle decimal(6,2) 转动关节最小角度 joint_robot_rotate_joint_max_angular_velocity decimal(7,2) 转动关节最大转动角速度 joint_robot_rotate_joint_speed_level int 关节移动速度级别 joint_robot_joint_serial_number int 关节索引序号 joint_robot_joint_permissible_torque decimal(6,2) 关节容许力矩 joint_robot_control_enable int 控制使能 joint_robot_control_mode int 控制运行模式 robot_6axis_max_inertia_moment int 容许惯性力矩 robot_6axis_permissible_torque decimal(8,3) 容许力矩 robot_6axis_repeated_accuracy int 重复精度 robot_6axis_joint_posi int 机器人当前关节位置 robot_6axis_join_tvel int 机器人当前关节速度 robot_6axis_sphe_coordinate_r int 机器人当前球坐标距离 robot_6axis_sphe_coordinate_θ int 机器人当前球坐标仰角 robot_6axis_sphe_coordinate_φ int 机器人当前球坐标方向角 robot_6axis_cart_vel int 机器人末端笛卡尔速度 template_data json 自定义模板的属性的值,以键值对的格式存储