Browse Source

更新了冷床推钢机激光标定数据

oldwine 5 months ago
parent
commit
3a5f2ad66c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main.py

+ 2 - 2
main.py

@@ -74,8 +74,8 @@ sender.http_flag = False
 ##############################################################
 # 分炉分坯服务
 
-position_5 = [10462, 11553, 12671, 14020, 31641, 16412, 17229, 18809]
-position_6 = [7610, 9175, 10425, 11700, 13000, 14350, 15577, 16952]
+position_5 = [10650, 11600, 12830, 13924, 15237, 16440, 17757, 18935]
+position_6 = [8230, 9655, 10658, 11708, 12988, 14066, 15380, 16750]
 
 pusher_5 = Trace_pusher(data_5, logger_5, sender, position_5, True)
 pusher_6 = Trace_pusher(data_6, logger_6, sender, position_6)