update 新增匀和生产速度生效

This commit is contained in:
FrankCV2048
2024-12-21 17:02:18 +08:00
parent f2f97f4edf
commit 43c7a3fe20
3 changed files with 32 additions and 8 deletions

View File

@ -35,6 +35,7 @@ class RobotClient(TCPClient):
self.feed_speed = 10
self.reset_speed = 10
self.max_angle_interval = 0
self.smooth = 0
def add_sendQuene(self,command): #后面 命令分等级,紧急命令直接执行
self.command_quene.put(command)
log.log_message(logging.INFO, f'{Constant.str_sys_command}{command}')