Script execution

This commit is contained in:
gac-S_Changer
2017-03-22 15:46:52 +01:00
parent 52a232ced1
commit f070b9f34a

View File

@@ -5,10 +5,10 @@ class RobotSC(RobotTCP):
return self.execute('mount', puck, sample)
def firstmount(self, puck, sample):
return self.execute('firstmount', puck, sample))
return self.execute('firstmount', puck, sample)
def unmount(self, puck, sample):
return self.execute('unmount', puck, sample))
return self.execute('unmount', puck, sample)
def on_event(self,ev):
#print "EVT: " + ev