コード例 #1
0
ファイル: runtypes.py プロジェクト: theja2289/TurbineDAQ
 def abort(self):
     """This should stop everything."""
     acsc.stopBuffer(self.hc, 19)
     acsc.halt(self.hc, 4)
     self.acsdaqthread.stop()
     self.daqthread.clear()
     self.aborted = True
コード例 #2
0
 def abort(self):
     """This should stop everything."""
     acsc.stopBuffer(self.hc, 19)
     acsc.halt(self.hc, 4)
     self.acsdaqthread.stop()
     self.daqthread.clear()
     self.aborted = True
コード例 #3
0
ファイル: runtypes.py プロジェクト: theja2289/TurbineDAQ
 def abort(self):
     """This should stop everything."""
     print("Aborting turbine tow")
     self.aborted = True
     acsc.stopBuffer(self.hc, 19)
     acsc.halt(self.hc, 0)
     acsc.halt(self.hc, 1)
     acsc.halt(self.hc, 4)
     acsc.halt(self.hc, 5)
コード例 #4
0
 def abort(self):
     """This should stop everything."""
     print("Aborting turbine tow")
     self.aborted = True
     acsc.stopBuffer(self.hc, 19)
     acsc.halt(self.hc, 0)
     acsc.halt(self.hc, 1)
     acsc.halt(self.hc, 4)
     acsc.halt(self.hc, 5)
コード例 #5
0
ファイル: runtypes.py プロジェクト: theja2289/TurbineDAQ
 def autoabort(self):
     """This should stop everything and return carriage and turbine back
     to zero."""
     self.autoaborted = True
     acsc.stopBuffer(self.hc, 19)
     acsc.halt(self.hc, 0)
     acsc.halt(self.hc, 1)
     acsc.halt(self.hc, 4)
     acsc.halt(self.hc, 5)
     acsc.toPoint(self.hc, None, 4, 0.0)
     acsc.setVelocity(self.hc, 5, 0.5)
     acsc.toPoint(self.hc, None, 5, 0.0)
コード例 #6
0
 def autoabort(self):
     """This should stop everything and return carriage and turbine back
     to zero."""
     self.autoaborted = True
     acsc.stopBuffer(self.hc, 19)
     acsc.halt(self.hc, 0)
     acsc.halt(self.hc, 1)
     acsc.halt(self.hc, 4)
     acsc.halt(self.hc, 5)
     acsc.toPoint(self.hc, None, 4, 0.0)
     acsc.setVelocity(self.hc, 5, 0.5)
     acsc.toPoint(self.hc, None, 5, 0.0)
コード例 #7
0
ファイル: tow.py プロジェクト: petebachant/Tow
 def on_halt(self):
     acsc.writeInteger(self.hcomm, "move", 0)
     acsc.stopBuffer(self.hcomm, 19)
     acsc.halt(self.hcomm, self.axis)
コード例 #8
0
ファイル: tow.py プロジェクト: petebachant/Tow
 def on_pbJogPlus_release(self):
     acsc.halt(self.hcomm, self.axis)