コード例 #1
0
    def init(self):
        Logger().trace("MerlinOrionAxis.init()")
        self._hardware.setAxis(AXIS_TABLE[self.capacity]),
        AbstractHardwarePlugin.init(self)
        if self._config['OVERWRITE_ENCODER_FULL_CIRCLE']:
            self._hardware.overwriteEncoderFullCircle(self._config['ENCODER_FULL_CIRCLE'])

        # Connect Spy update signal
        self.connect(Spy(), QtCore.SIGNAL("update"), self.__onPositionUpdate, QtCore.Qt.BlockingQueuedConnection)
コード例 #2
0
 def init(self):
     Logger().trace("MerlinOrionShutter.init()")
     self._hardware.setAxis(AXIS_TABLE[self.capacity]),
     AbstractHardwarePlugin.init(self)
     ShutterPlugin.init(self)
コード例 #3
0
 def init(self):
     Logger().trace("PanoduinoShutter.init()")
     self._hardware.setAxis(self._config['CHANNEL']),
     AbstractHardwarePlugin.init(self)
コード例 #4
0
 def init(self):
     Logger().trace("OwlAxis.init()")
     self._hardware.setAxis(AXIS_TABLE[self.capacity]),
     AbstractHardwarePlugin.init(self)
コード例 #5
0
ファイル: pixOrbPlugins.py プロジェクト: nydahl98/Papywizard
 def init(self):
     Logger().trace("PixOrbAxis.init()")
     self._hardware.setAxis(AXIS_TABLE[self.capacity])
     #self._hardware.setBreakAxis(BREAK_TABLE[self.capacity])
     AbstractHardwarePlugin.init(self)
     self.configure()
コード例 #6
0
 def init(self):
     Logger().trace("PanoduinoAxis.init()")
     AbstractHardwarePlugin.init(self)
     self.configure()
     self._hardware.setTarget(self._config['NEUTRAL_POSITION'])
コード例 #7
0
 def init(self):
     AbstractHardwarePlugin.init(self)
     self.configure()
コード例 #8
0
 def init(self):
     Logger().trace("ClaussAxis.init()")
     self._hardware.setAxis(AXIS_TABLE[self.capacity]),
     AbstractHardwarePlugin.init(self)
コード例 #9
0
 def init(self):
     Logger().trace("PanoduinoShutter.init()")
     self._hardware.setAxis(self._config['CHANNEL']),
     AbstractHardwarePlugin.init(self)
コード例 #10
0
 def init(self):
     Logger().trace("PanoduinoAxis.init()")
     AbstractHardwarePlugin.init(self)
     self.configure()
     self._hardware.setTarget(self._config['NEUTRAL_POSITION'])
コード例 #11
0
 def init(self):
     AbstractHardwarePlugin.init(self)
     self.configure()
コード例 #12
0
 def init(self):
     Logger().trace("GigaPanBotShutter.init()")
     self._hardware.setAxis(AXIS_TABLE[self.capacity]),
     AbstractHardwarePlugin.init(self)
コード例 #13
0
 def init(self):
     Logger().trace("GigaPanBotShutter.init()")
     self._hardware.setAxis(AXIS_TABLE[self.capacity]),
     AbstractHardwarePlugin.init(self)