Browse Source

update

master
zhaohe 2 years ago
parent
commit
a80187eba7
  1. 6
      usrc/intelligent_winding_robot_ctrl.cpp

6
usrc/intelligent_winding_robot_ctrl.cpp

@ -86,10 +86,10 @@ int32_t IntelligentWindingRobotCtrl::initialize_device() {
cfg.xy_platform_enter_line_pos_x = 17625;
cfg.xy_platform_enter_line_pos_y = 6700;
//
cfg.z_axis_cook_bullet_pos = 3377;
cfg.z_axis_cook_bullet_pos = 3277;
cfg.z_axis_take_clip_pos = 6850;
cfg.z_axis_take_line_high = 3400;
cfg.z_axis_transfer_line_high = 2635;
cfg.z_axis_take_line_high = 3500;
cfg.z_axis_transfer_line_high = 2675;
cfg.m2_zerooff = 1110;
return 0;

Loading…
Cancel
Save