``` chris@chris:~$ cd /home/chris/dev/qtpyvcp/examples/atc_test/configs/atc_test/ chris@chris:~/dev/qtpyvcp/examples/atc_test/configs/atc_test$ ls arm.stl macros table.stl vmc.hal base.stl python toolchange_gray.hal vmc_index.ini carousel_12.stl README toolchange_index.hal vmc.tbl carousel.stl saddle.stl toolchange.ngc vmc.var hallib sim_vmc.hal vmc_graycode.ini vmc.var.bak head.stl spindle.hal vmcgui chris@chris:~/dev/qtpyvcp/examples/atc_test/configs/atc_test$ linuxcnc vmc_index.ini LINUXCNC - 2.8.0-pre1-4655-g39977ac31 Machine configuration directory is '/home/chris/dev/qtpyvcp/examples/atc_test/configs/atc_test' Machine configuration file is 'vmc_index.ini' Starting LinuxCNC... Unrecognized line skipped: ;Tool Pocket X Offset Y Offset Z Offset Diameter Remark Found file(REL): ./vmc.hal Note: Using POSIX realtime Found file(REL): ./sim_vmc.hal Found file(REL): ./spindle.hal Found file(REL): ./toolchange_index.hal sim_pin: carousel.0.jog-fwd PIN IN sim_pin: carousel.0.jog-rev PIN IN /home/chris/dev/qtpyvcp/qtpyvcp/vcp_chooser/vcp_chooser.py:92: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. vcp_data.update(yaml.load(''.join(clean)).get('vcp', {})) [qtpyvcp][INFO] Logging to /home/chris/qtpyvcp.log (logger.py:101) [qtpyvcp][INFO] QtPyVCP Version: v0.2.2+131.g867550da (opt_parser.py:178) [qtpyvcp.utilities.info][INFO] The machine has 3 axes and 3 joints (info.py:364) [qtpyvcp.utilities.info][INFO] The Axis/Joint mapping is: (info.py:365) [qtpyvcp.utilities.info][INFO] Axis X --> Joint 0 (info.py:373) [qtpyvcp.utilities.info][INFO] Axis Y --> Joint 1 (info.py:373) [qtpyvcp.utilities.info][INFO] Axis Z --> Joint 2 (info.py:373) QSocketNotifier: Can only be used with threads started with QThread QSocketNotifier: Can only be used with threads started with QThread [qtpyvcp][INFO] Loading QSS stylesheet file: /home/chris/dev/qtpyvcp/examples/probe_basic/probe_basic.qss (application.py:172) [qtpyvcp.vcp_launcher][CRITICAL] Unhandled exception in qtpyvcp line 11 (vcp_launcher.py:36) Traceback (most recent call last): File "/home/chris/.local/bin/qtpyvcp", line 11, in load_entry_point('qtpyvcp', 'console_scripts', 'qtpyvcp')() File "/home/chris/dev/qtpyvcp/qtpyvcp/__init__.py", line 89, in main run_vcp(opts, None) File "/home/chris/dev/qtpyvcp/qtpyvcp/__init__.py", line 112, in run_vcp load_vcp(opts) File "/home/chris/dev/qtpyvcp/qtpyvcp/vcp_launcher.py", line 126, in load_vcp _load_vcp_from_entry_point(vcp, opts) File "/home/chris/dev/qtpyvcp/qtpyvcp/vcp_launcher.py", line 175, in _load_vcp_from_entry_point vcp.main(opts) File "/home/chris/dev/qtpyvcp/examples/probe_basic/__init__.py", line 19, in main qtpyvcp.run_vcp(opts, VCP_CONFIG_FILE) File "/home/chris/dev/qtpyvcp/qtpyvcp/__init__.py", line 139, in run_vcp launch_application(opts, config) File "/home/chris/dev/qtpyvcp/qtpyvcp/vcp_launcher.py", line 74, in launch_application loadWindows(config['windows']) File "/home/chris/dev/qtpyvcp/qtpyvcp/vcp_launcher.py", line 204, in loadWindows window = _initialize_object_from_dict(window_dict) File "/home/chris/dev/qtpyvcp/qtpyvcp/vcp_launcher.py", line 198, in _initialize_object_from_dict return obj(*args, **kwargs) File "/home/chris/dev/qtpyvcp/examples/probe_basic/probe_basic.py", line 18, in __init__ super(ProbeBasic, self).__init__(*args, **kwargs) File "/home/chris/dev/qtpyvcp/qtpyvcp/widgets/form_widgets/main_window.py", line 44, in __init__ self.loadUi(ui_file) File "/home/chris/dev/qtpyvcp/qtpyvcp/widgets/form_widgets/main_window.py", line 103, in loadUi uic.loadUi(ui_file, self) File "/usr/lib/python2.7/dist-packages/PyQt5/uic/__init__.py", line 226, in loadUi return DynamicUILoader(package).loadUi(uifile, baseinstance, resource_suffix) File "/usr/lib/python2.7/dist-packages/PyQt5/uic/Loader/loader.py", line 72, in loadUi return self.parse(filename, resource_suffix, basedir) File "/usr/lib/python2.7/dist-packages/PyQt5/uic/uiparser.py", line 1000, in parse actor(elem) File "/usr/lib/python2.7/dist-packages/PyQt5/uic/uiparser.py", line 905, in createConnections sender = name2object(conn.findtext('sender')) File "/usr/lib/python2.7/dist-packages/PyQt5/uic/uiparser.py", line 899, in name2object return getattr(self.toplevelWidget, obj) AttributeError: 'ProbeBasic' object has no attribute 'actionslider_5' Shutting down and cleaning up LinuxCNC... task: 1621 cycles, min=0.000018, max=0.011049, avg=0.009980, 0 latency excursions (> 10x expected cycle time of 0.010000s) Note: Using POSIX realtime LinuxCNC terminated with an error. You can find more information in the log: /home/chris/linuxcnc_debug.txt and /home/chris/linuxcnc_print.txt as well as in the output of the shell command 'dmesg' and in the terminal chris@chris:~/dev/qtpyvcp/examples/atc_test/configs/atc_test$