From a80187eba7cded25a66386fda123aed4c0bee69a Mon Sep 17 00:00:00 2001 From: zhaohe Date: Wed, 25 Oct 2023 18:54:56 +0800 Subject: [PATCH] update --- usrc/intelligent_winding_robot_ctrl.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usrc/intelligent_winding_robot_ctrl.cpp b/usrc/intelligent_winding_robot_ctrl.cpp index d55786c..a75ae9e 100644 --- a/usrc/intelligent_winding_robot_ctrl.cpp +++ b/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;