init commit
This commit is contained in:
17
assets/files/protocols/hmi/move.set_params.json
Normal file
17
assets/files/protocols/hmi/move.set_params.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"id": "xxxxxxxxxxx",
|
||||
"module": "motion",
|
||||
"command": "move.set_params",
|
||||
"data": {
|
||||
"MOTION": {
|
||||
"JOINT_MAX_SPEED": [1.0,0.0,0.0,0.0,0.0,0.0],
|
||||
"JOINT_MAX_ACC": [1.0,0.0,0.0,0.0,0.0,0.0],
|
||||
"JOINT_MAX_JERK": [1.0,0.0,0.0],
|
||||
"TCP_MAX_SPEED": 500,
|
||||
"DEFAULT_ACC_PARAMS": [0.3,1.0],
|
||||
"VEL_SMOOTH_FACTOR": 3.33,
|
||||
"ACC_RAMPTIME_JOG": 0.01
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user