Script execution
This commit is contained in:
@@ -353,7 +353,8 @@ class RobotTCP(TcpDevice, Stoppable):
|
||||
self.get_task()
|
||||
if self.current_task is not None:
|
||||
print "Ongoing task: " + self.current_task
|
||||
|
||||
|
||||
print self.current_task
|
||||
if (not self.settled) or (self.current_task is not None): self.setState(State.Busy)
|
||||
if not self.empty: self.setState(State.Paused)
|
||||
else: self.setState(State.Ready)
|
||||
|
||||
Reference in New Issue
Block a user