update 更新急停逻辑
This commit is contained in:
2
main.py
2
main.py
@ -1583,6 +1583,8 @@ class MainWindow(QMainWindow, Ui_MainWindow):
|
|||||||
self.robotClient.add_sendQuene(request_command)
|
self.robotClient.add_sendQuene(request_command)
|
||||||
|
|
||||||
def send_emergency_alarm_command(self):
|
def send_emergency_alarm_command(self):
|
||||||
|
self.feeding.feedStatus = FeedStatus.FNone
|
||||||
|
self.feeding.feedConfig.num = 0
|
||||||
stop_command = CMDRequest()
|
stop_command = CMDRequest()
|
||||||
stop_command.cmdData.append("actionStop")
|
stop_command.cmdData.append("actionStop")
|
||||||
stop_command.cmdData.append("1")
|
stop_command.cmdData.append("1")
|
||||||
|
|||||||
Reference in New Issue
Block a user