user@linuxcnc-pnc:~$ linuxcnc linuxcnc/configs/my_LinuxCNC_machine/my_LinuxCNC_machine.ini LINUXCNC - 2.9.0~pre1+git20230208.f1270d6ed7 Machine configuration directory is '/home/zthomas/linuxcnc/configs/my_LinuxCNC_machine' Machine configuration file is 'my_LinuxCNC_machine.ini' Starting LinuxCNC... linuxcnc TPMOD=tpmod HOMEMOD=homemod EMCMOT=motmod Note: Using POSIX realtime Found file(REL): ./my_LinuxCNC_machine.hal identityKinematicsSetup: coordinates:XYYZ Joint 0 ==> Axis X Joint 1 ==> Axis Y Joint 2 ==> Axis Y Joint 3 ==> Axis Z hm2: loading Mesa HostMot2 driver version 0.15 hm2_eth: loading Mesa AnyIO HostMot2 ethernet driver version 0.2 hm2_eth: 10.10.10.10: INFO: Hardware address (MAC): 00:60:1b:13:06:1a hm2_eth: discovered 7I92 hm2/hm2_7i92.0: Low Level init 0.15 hm2/hm2_7i92.0: 34 I/O Pins used: hm2/hm2_7i92.0: IO Pin 000 (P2-01): InM Input Module #0, pin in0 (Input) hm2/hm2_7i92.0: IO Pin 001 (P2-14): InM Input Module #0, pin in4 (Input) hm2/hm2_7i92.0: IO Pin 002 (P2-02): InM Input Module #0, pin in1 (Input) hm2/hm2_7i92.0: IO Pin 003 (P2-15): InM Input Module #0, pin in5 (Input) hm2/hm2_7i92.0: IO Pin 004 (P2-03): InM Input Module #0, pin in2 (Input) hm2/hm2_7i92.0: IO Pin 005 (P2-16): InM Input Module #0, pin in6 (Input) hm2/hm2_7i92.0: IO Pin 006 (P2-04): InM Input Module #0, pin in3 (Input) hm2/hm2_7i92.0: IO Pin 007 (P2-17): InM Input Module #0, pin in7 (Input) hm2/hm2_7i92.0: IO Pin 008 (P2-05): IOPort hm2/hm2_7i92.0: IO Pin 009 (P2-06): IOPort hm2/hm2_7i92.0: IO Pin 010 (P2-07): Encoder #0, pin A (Input) hm2/hm2_7i92.0: IO Pin 011 (P2-08): IOPort hm2/hm2_7i92.0: IO Pin 012 (P2-09): Encoder #0, pin B (Input) hm2/hm2_7i92.0: IO Pin 013 (P2-10): IOPort hm2/hm2_7i92.0: IO Pin 014 (P2-11): Encoder #0, pin Index (Input) hm2/hm2_7i92.0: IO Pin 015 (P2-12): IOPort hm2/hm2_7i92.0: IO Pin 016 (P2-13): IOPort hm2/hm2_7i92.0: IO Pin 017 (P1-01): IOPort hm2/hm2_7i92.0: IO Pin 018 (P1-14): IOPort hm2/hm2_7i92.0: IO Pin 019 (P1-02): StepGen #0, pin Step (Output) hm2/hm2_7i92.0: IO Pin 020 (P1-15): IOPort hm2/hm2_7i92.0: IO Pin 021 (P1-03): StepGen #0, pin Direction (Output) hm2/hm2_7i92.0: IO Pin 022 (P1-16): StepGen #4, pin Step (Output) hm2/hm2_7i92.0: IO Pin 023 (P1-04): StepGen #1, pin Step (Output) hm2/hm2_7i92.0: IO Pin 024 (P1-17): IOPort hm2/hm2_7i92.0: IO Pin 025 (P1-05): StepGen #1, pin Direction (Output) hm2/hm2_7i92.0: IO Pin 026 (P1-06): StepGen #2, pin Step (Output) hm2/hm2_7i92.0: IO Pin 027 (P1-07): StepGen #2, pin Direction (Output) hm2/hm2_7i92.0: IO Pin 028 (P1-08): StepGen #3, pin Step (Output) hm2/hm2_7i92.0: IO Pin 029 (P1-09): StepGen #3, pin Direction (Output) hm2/hm2_7i92.0: IO Pin 030 (P1-10): IOPort hm2/hm2_7i92.0: IO Pin 031 (P1-11): IOPort hm2/hm2_7i92.0: IO Pin 032 (P1-12): IOPort hm2/hm2_7i92.0: IO Pin 033 (P1-13): IOPort hm2/hm2_7i92.0: registered Found file(REL): ./jog.hal Found file(REL): ./custom.hal [qtpyvcp][INFO] Logging to /home/zthomas/qtpyvcp.log (logger.py:117) [qtpyvcp][INFO] QtPyVCP Version: 0+unknown (opt_parser.py:207) [qtpyvcp.utilities.info][INFO] Machine appearers to be a gantry config having a double Y axis (info.py:409) [qtpyvcp.utilities.info][INFO] The machine has 3 axes and 4 joints (info.py:414) [qtpyvcp.utilities.info][INFO] The Axis/Joint mapping is: (info.py:415) [qtpyvcp.utilities.info][INFO] Axis X --> Joint 0 (info.py:423) [qtpyvcp.utilities.info][INFO] Axis Y0 --> Joint 1 (info.py:423) [qtpyvcp.utilities.info][INFO] Axis Y1 --> Joint 2 (info.py:423) [qtpyvcp.utilities.info][INFO] Axis Z --> Joint 3 (info.py:423) [qtpyvcp.utilities.info][WARNING] No [TRAJ] SPINDLES entry in INI, using 1 (info.py:127) [qtpyvcp.utilities.info][WARNING] No [DISPLAY] DEFAULT_SPINDLE_SPEED entry found in INI, using 300rpm (info.py:229) [qtpyvcp][INFO] Loading global stylesheet: /usr/lib/python3/dist-packages/probe_basic/probe_basic.qss (application.py:186) [qtpyvcp.widgets.form_widgets.main_window][ERROR] Error binding menu action settings.backplot.show-program-labels (main_window.py:190) Traceback (most recent call last): File "/usr/lib/python3/dist-packages/qtpyvcp/actions/__init__.py", line 61, in bindWidget method = getattr(method, item) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'qtpyvcp.actions' has no attribute 'settings' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/qtpyvcp/widgets/form_widgets/main_window.py", line 185, in getMenuAction actions.bindWidget(menu_action, action_name) File "/usr/lib/python3/dist-packages/qtpyvcp/actions/__init__.py", line 66, in bindWidget raise InvalidAction("Could not get action method: %s" % item) qtpyvcp.actions.InvalidAction: Could not get action method: settings [qtpyvcp.widgets.form_widgets.main_window][ERROR] Error binding menu action settings.backplot.show-program-ticks (main_window.py:190) Traceback (most recent call last): File "/usr/lib/python3/dist-packages/qtpyvcp/actions/__init__.py", line 61, in bindWidget method = getattr(method, item) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'qtpyvcp.actions' has no attribute 'settings' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/qtpyvcp/widgets/form_widgets/main_window.py", line 185, in getMenuAction actions.bindWidget(menu_action, action_name) File "/usr/lib/python3/dist-packages/qtpyvcp/actions/__init__.py", line 66, in bindWidget raise InvalidAction("Could not get action method: %s" % item) qtpyvcp.actions.InvalidAction: Could not get action method: settings Clear and load history to list [qtpyvcp.app.launcher][INFO] Loading POSTGUI_HALFILE: /home/zthomas/linuxcnc/configs/my_LinuxCNC_machine/custom_postgui.hal (launcher.py:96) task: main loop took 0.121695 seconds task: main loop took 0.168841 seconds task: main loop took 0.119171 seconds Shutting down and cleaning up LinuxCNC... Running HAL shutdown script task: 4999 cycles, min=0.000013, max=0.168841, avg=0.010150, 3 latency excursions (> 10x expected cycle time of 0.010000s) vfdmod: close request received. hm2_eth: in hm2_eth_reset hm2_eth: HostMot2 ethernet driver unloaded hm2: unloading vfdmod: application closed. Note: Using POSIX realtime