update 更新
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
Debug = False
|
Debug = True
|
||||||
IO_EmergencyPoint = 3
|
IO_EmergencyPoint = 3
|
||||||
bag_height = 10 # 一袋的高度
|
bag_height = 10 # 一袋的高度
|
||||||
position_accuracy = 0.1
|
position_accuracy = 0.1
|
||||||
@ -62,6 +62,7 @@ str_feed_return_original_position_fail = '机械臂未按照实际路线点移
|
|||||||
str_feed_reset_no_line_error = '未定义的线段'
|
str_feed_reset_no_line_error = '未定义的线段'
|
||||||
str_feed_angle_error = '角度差距过大,停止运行'
|
str_feed_angle_error = '角度差距过大,停止运行'
|
||||||
str_feed_reset_start = '开始复位'
|
str_feed_reset_start = '开始复位'
|
||||||
|
str_feed_reverse = '复位成功'
|
||||||
str_sys_start = '进入系统'
|
str_sys_start = '进入系统'
|
||||||
str_sys_exit = '退出系统'
|
str_sys_exit = '退出系统'
|
||||||
str_sys_switch_tool = '切换到工具坐标'
|
str_sys_switch_tool = '切换到工具坐标'
|
||||||
|
|||||||
1910
log/log.log
Normal file
1910
log/log.log
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user