Closedown
This commit is contained in:
@@ -33,5 +33,5 @@
|
||||
<Float name="powerShutdownDelay" value="-1" />
|
||||
<String name="standardFiles" value="" />
|
||||
<Float name="lliCycleTime" value="-1" />
|
||||
<Float name="powerHourCount" value="2.001822" />
|
||||
<Float name="powerHourCount" value="2.50252" />
|
||||
</controller>
|
||||
@@ -346,7 +346,7 @@ class RobotTCP(TcpDevice, Stoppable):
|
||||
if not self.empty: self.setState(State.Paused)
|
||||
else: self.setState(State.Ready)
|
||||
|
||||
def doUpdate(self):
|
||||
def doUpdate(self):
|
||||
try:
|
||||
start = time.time()
|
||||
#sts = self._sendReceive("EVT").strip().split(self.array_separator)
|
||||
|
||||
Reference in New Issue
Block a user