新增多关节机器人数据
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
描述信息
必填