Closedown
This commit is contained in:
@@ -91,7 +91,13 @@
|
||||
else
|
||||
tx = tx + "0" + array_separator
|
||||
endIf
|
||||
|
||||
//Task status
|
||||
if len(args[0])>0
|
||||
tx=tx+toString("",taskStatus(args[0]))
|
||||
else
|
||||
tx=tx+"0"+array_separator
|
||||
endIf
|
||||
|
||||
if tcp_events[0] != ""
|
||||
tx = tx + tcp_events[0]
|
||||
for index=0 to 8
|
||||
|
||||
@@ -405,7 +405,7 @@ class RobotTCP(TcpDevice, Stoppable):
|
||||
if time.time() - start > 5000:
|
||||
raise Exception("Cannot start task " + task)
|
||||
time.sleep(0.1)
|
||||
time.sleep(0.1)
|
||||
time.sleep(0.5)
|
||||
self.current_task = program
|
||||
|
||||
def stop_task(self):
|
||||
|
||||
Reference in New Issue
Block a user