合并35kg

This commit is contained in:
2025-09-30 14:44:12 +08:00
parent e764586cc7
commit bda47e10e9
15 changed files with 1173 additions and 17665 deletions

View File

@ -22,6 +22,7 @@ dropLine_set_section = 'DropLine'
position_set_section = 'Position'
feedLine_set_file = f'.{os.sep}Config{os.sep}FeedLine.ini'
dropLine_set_file = f'.{os.sep}Config{os.sep}drop.ini'
dropLine_set_file_35 = f'.{os.sep}Config{os.sep}drop-35.ini'
MAX_Position_num = 40
MAX_Line_num = 10
set_ini = 'Seting.ini'
@ -104,7 +105,8 @@ str_tcp_connect_no_reply = '无回复'
str_tcp_connect_error = 'tcp连接错误'
str_tcp_reconnect = '重连中'
str_sys_json_error = 'json解析错误'
str_clamp_open_error = '夹爪打开失败'
str_clamp_close_error = '夹爪关闭失败'
str_sys_runing = '运行到这里了!'
str_sys_runing1 = '运行到这里2 '