error message when starting my first machine
27 Sep 2022 17:03 - 27 Sep 2022 17:04 #252868
by millathe
error message when starting my first machine was created by millathe
Hi all,
when starting "my_first_machine" created by pncconfig. LinuxCNC stopps and creates the following error message
(g-file-error-quark: file could not be opened - file not found <-- translated into english since it is printed in german):
Found file(REL): ./meine_erste_LinuxCNC-Maschine.halFound file(REL): ./custom.halStarting TASK program: milltaskStarting DISPLAY program: axishalcmd loadusr -Wn gladevcp gladevcp -c gladevcp -t Systemthema folgen -H gvcp_call_list.hal -x {XID} gvcp-panel.ui[False]g-file-error-quark: Datei »folgen« konnte nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden (4)Embeded tab command "halcmd loadusr -Wn gladevcp gladevcp -c gladevcp -t Systemthema folgen -H gvcp_call_list.hal -x 96469426 gvcp-panel.ui" exited with error: 1Shutting down and cleaning up LinuxCNC...Running HAL shutdown script _____________________________________________________________________________
this is the part of .ini:
fileEMC]MACHINE = meine_erste_LinuxCNC-MaschineDEBUG = 0VERSION = 1.1 [DISPLAY]DISPLAY = axisEMBED_TAB_NAME = GladeVCPEMBED_TAB_COMMAND = halcmd loadusr -Wn gladevcp gladevcp -c gladevcp -t Systemthema folgen -H gvcp_call_list.hal -x {XID} gvcp-panel.uiPOSITION_OFFSET = RELATIVEPOSITION_FEEDBACK = ACTUALMAX_FEED_OVERRIDE = 2.000000MAX_SPINDLE_OVERRIDE = 1.000000MIN_SPINDLE_OVERRIDE = 0.500000INTRO_GRAPHIC = linuxcnc.gifINTRO_TIME = 5PROGRAM_PREFIX = /home/gerhard/linuxcnc/nc_filesPYVCP = pyvcp-panel.xmlINCREMENTS = 5mm 1mm .5mm .1mm .05mm .01mm .005mmPOSITION_FEEDBACK = ACTUALDEFAULT_LINEAR_VELOCITY = 6.000000MAX_LINEAR_VELOCITY = 25.000000MIN_LINEAR_VELOCITY = 0.500000DEFAULT_ANGULAR_VELOCITY = 12.000000MAX_ANGULAR_VELOCITY = 180.000000MIN_ANGULAR_VELOCITY = 1.666667EDITOR = geditGEOMETRY = xyzCYCLE_TIME = 100
Thanks and best Regards
Gerhard
when starting "my_first_machine" created by pncconfig. LinuxCNC stopps and creates the following error message
(g-file-error-quark: file could not be opened - file not found <-- translated into english since it is printed in german):
Found file(REL): ./meine_erste_LinuxCNC-Maschine.halFound file(REL): ./custom.halStarting TASK program: milltaskStarting DISPLAY program: axishalcmd loadusr -Wn gladevcp gladevcp -c gladevcp -t Systemthema folgen -H gvcp_call_list.hal -x {XID} gvcp-panel.ui[False]g-file-error-quark: Datei »folgen« konnte nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden (4)Embeded tab command "halcmd loadusr -Wn gladevcp gladevcp -c gladevcp -t Systemthema folgen -H gvcp_call_list.hal -x 96469426 gvcp-panel.ui" exited with error: 1Shutting down and cleaning up LinuxCNC...Running HAL shutdown script _____________________________________________________________________________
this is the part of .ini:
fileEMC]MACHINE = meine_erste_LinuxCNC-MaschineDEBUG = 0VERSION = 1.1 [DISPLAY]DISPLAY = axisEMBED_TAB_NAME = GladeVCPEMBED_TAB_COMMAND = halcmd loadusr -Wn gladevcp gladevcp -c gladevcp -t Systemthema folgen -H gvcp_call_list.hal -x {XID} gvcp-panel.uiPOSITION_OFFSET = RELATIVEPOSITION_FEEDBACK = ACTUALMAX_FEED_OVERRIDE = 2.000000MAX_SPINDLE_OVERRIDE = 1.000000MIN_SPINDLE_OVERRIDE = 0.500000INTRO_GRAPHIC = linuxcnc.gifINTRO_TIME = 5PROGRAM_PREFIX = /home/gerhard/linuxcnc/nc_filesPYVCP = pyvcp-panel.xmlINCREMENTS = 5mm 1mm .5mm .1mm .05mm .01mm .005mmPOSITION_FEEDBACK = ACTUALDEFAULT_LINEAR_VELOCITY = 6.000000MAX_LINEAR_VELOCITY = 25.000000MIN_LINEAR_VELOCITY = 0.500000DEFAULT_ANGULAR_VELOCITY = 12.000000MAX_ANGULAR_VELOCITY = 180.000000MIN_ANGULAR_VELOCITY = 1.666667EDITOR = geditGEOMETRY = xyzCYCLE_TIME = 100
Thanks and best Regards
Gerhard
Last edit: 27 Sep 2022 17:04 by millathe.
Please Log in or Create an account to join the conversation.
28 Sep 2022 06:56 #252916
by Aciera
Replied by Aciera on topic error message when starting my first machine
You seem to have a space in the filename between "Systemthema" and "folgen" in this line:
EMBED_TAB_COMMAND = halcmd loadusr -Wn gladevcp gladevcp -c gladevcp -t Systemthema folgen -H gvcp_call_list.hal -x {XID} gvcp-panel.ui
Spaces in filenames are problematic so you might want to use something like an underscore '_' instead.
EMBED_TAB_COMMAND = halcmd loadusr -Wn gladevcp gladevcp -c gladevcp -t Systemthema folgen -H gvcp_call_list.hal -x {XID} gvcp-panel.ui
Spaces in filenames are problematic so you might want to use something like an underscore '_' instead.
The following user(s) said Thank You: tommylight, millathe
Please Log in or Create an account to join the conversation.
29 Sep 2022 11:29 #253021
by millathe
Replied by millathe on topic error message when starting my first machine
Hi Aciera,
this was the root cause for this problem!
Thank you!!!
this was the root cause for this problem!
Thank you!!!
Please Log in or Create an account to join the conversation.
Time to create page: 0.088 seconds