aelamspychron / pychron

Data acquisition and processing framework for Ar-Ar geochronology and noble gas mass spectrometry
http://pychron.readthedocs.org/en/latest/
Apache License 2.0
0 stars 0 forks source link

Unknown #19

Open ael-noblegas opened 3 years ago

ael-noblegas commented 3 years ago

active branch=dev/dc

active analyses=

description=""

Traceback

Traceback (most recent call last):
  File "C:\anaconda3\envs\pychron3\lib\site-packages\pyface\ui\qt4\timer\do_later.py", line 56, in Notify
    self.callable(*self.args, **self.kw_args)
  File "C:\Users\Science\.pychron.0\pychron\pychron\extraction_line\extraction_line_manager.py", line 574, in _update
    rc = self.switch_manager.load_hardware_states(refresh_canvas=False)
  File "C:\Users\Science\.pychron.0\pychron\pychron\extraction_line\switch_manager.py", line 526, in load_hardware_states
    s = v.get_hardware_indicator_state(verbose=verbose)
  File "C:\Users\Science\.pychron.0\pychron\pychron\hardware\switch.py", line 149, in get_hardware_indicator_state
    result = self._state_call('get_indicator_state', 'closed', verbose)
  File "C:\Users\Science\.pychron.0\pychron\pychron\hardware\switch.py", line 142, in _state_call
    result = func(address, *args, **kw)
  File "C:\Users\Science\.pychron.0\pychron\pychron\hardware\actuators\gp_actuator.py", line 39, in get_indicator_state
    return self.get_channel_state(obj, **kw)
  File "C:\Users\Science\.pychron.0\pychron\pychron\hardware\actuators\plc2000_gp_actuator.py", line 40, in get_channel_state
    return bool(resp.bits[0])
AttributeError: 'ModbusIOException' object has no attribute 'bits'