Script execution
This commit is contained in:
@@ -10,6 +10,9 @@ class RobotSC(RobotTCP):
|
||||
def unmount(self, puck, sample):
|
||||
return self.execute('unmount', puck, sample)
|
||||
|
||||
def moveHome():
|
||||
|
||||
|
||||
def on_event(self,ev):
|
||||
#print "EVT: " + ev
|
||||
pass
|
||||
@@ -28,7 +31,7 @@ class RobotSC(RobotTCP):
|
||||
|
||||
|
||||
add_device(RobotSC("robot", "129.129.126.100:1000"), force = True)
|
||||
add_device(RobotSC("robotemulator","129.129.126.174:23"),force =True)
|
||||
add_device(RobotSC("robotemulator","129.129.126.174:1000"),force =True)
|
||||
robot.setPolling(20)
|
||||
#robot.set_monitor_speed(20)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user