Script execution

This commit is contained in:
gac-S_Changer
2017-02-27 10:15:46 +01:00
parent 289b630680
commit c4cd365fff

View File

@@ -5,7 +5,8 @@ class RobotSC(RobotTCP):
return self.execute('mount', puck, sample)
def on_event(self,ev):
print "EVT: " + ev
#print "EVT: " + ev
pass
add_device(RobotSC("robot", "129.129.126.100:1000"), force = True)