Closedown
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
RobotModbus.java=enabled
|
||||
RobotTcp.java=enabled
|
||||
Beeper.java=disabled
|
||||
RobotTCP.py=disabled
|
||||
RobotTCP.py=enabled
|
||||
gui.java=disabled
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
from ch.psi.pshell.device import *
|
||||
#from ch.psi.pshell.serial import *
|
||||
#from ch.psi.pshell.modbus import *
|
||||
|
||||
#TcpDevice
|
||||
class RobotTCP(DeviceBase):
|
||||
def __init__(self):
|
||||
DeviceBase.__init__(self)
|
||||
|
||||
def do(self):
|
||||
print "DO"
|
||||
@@ -15,7 +15,7 @@ public class RobotTcp extends TcpDevice {
|
||||
|
||||
public Object run() throws Exception{
|
||||
Thread.sleep(1000);
|
||||
return ("Done");
|
||||
return ("Done X");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user