update 增加速度设置,点位比对,启动警报等
This commit is contained in:
@ -107,7 +107,7 @@ class RobotClient(TCPClient):
|
||||
def send_emergency_stop(self):
|
||||
self.sendIOControl(Constant.IO_EmergencyPoint, 0)
|
||||
|
||||
def sendIOControl(self, IO_bit, IO_Status: int):
|
||||
def sendIOControl(self, IO_bit, IO_Status: int):#
|
||||
|
||||
IO_command = CMDInstructRequest()
|
||||
io_instruction = Instruction()
|
||||
|
||||
Reference in New Issue
Block a user