Unable to exit Estop after upgrading to 2.10 (from 2.9)
10 Jan 2024 03:51 #290324
by cmorley
Replied by cmorley on topic Unable to exit Estop after upgrading to 2.10 (from 2.9)
I did a git bisect. I noticed the iocontrol.0.user-request-enable pin is not momentary anymore.
It seems the large change to iocontrol has something to do with the changed button behaivor.
commit 764655eb4db1efc29c9bd0046807436bf104393a
Author: Rene Hopf <This email address is being protected from spambots. You need JavaScript enabled to view it.>
Date: Tue May 16 18:08:36 2023 +0200
moving all IO handling from iocontrol to task
I see AXIS buttons have changed behavior too - though I have not heard of anyone complaining yet.
I wonder if this is the same problem you are seeing?
It seems the large change to iocontrol has something to do with the changed button behaivor.
commit 764655eb4db1efc29c9bd0046807436bf104393a
Author: Rene Hopf <This email address is being protected from spambots. You need JavaScript enabled to view it.>
Date: Tue May 16 18:08:36 2023 +0200
moving all IO handling from iocontrol to task
I see AXIS buttons have changed behavior too - though I have not heard of anyone complaining yet.
I wonder if this is the same problem you are seeing?
Please Log in or Create an account to join the conversation.
15 Jan 2024 08:32 #290740
by tommieh
Replied by tommieh on topic Unable to exit Estop after upgrading to 2.10 (from 2.9)
Thanks for your reply.
"I wonder if this is the same problem you are seeing?" -> not sure what to do here. You want me to test a AXIS button?
"I wonder if this is the same problem you are seeing?" -> not sure what to do here. You want me to test a AXIS button?
Please Log in or Create an account to join the conversation.
19 Jan 2024 03:49 #291088
by cmorley
Replied by cmorley on topic Unable to exit Estop after upgrading to 2.10 (from 2.9)
That would help yes please.
Please Log in or Create an account to join the conversation.
24 Jan 2024 06:02 #291490
by tommieh
Replied by tommieh on topic Unable to exit Estop after upgrading to 2.10 (from 2.9)
I created an AxisToolButton in tester.ui in 2.9.2 and clicking on it does nothing.
Same tester.ui with AxisToolButton in 2.9.0-pre0 and clicking and holding on it shows menu Zero/Set/Devide by 2/Set to last.
Same tester.ui with AxisToolButton in 2.9.0-pre0 and clicking and holding on it shows menu Zero/Set/Devide by 2/Set to last.
Please Log in or Create an account to join the conversation.
24 Jan 2024 06:31 #291493
by cmorley
Replied by cmorley on topic Unable to exit Estop after upgrading to 2.10 (from 2.9)
Sorry I meant AXIS as in the screen AXIS.
It's probably a lot of work to test AXIS though.
It's probably a lot of work to test AXIS though.
Please Log in or Create an account to join the conversation.
27 Jan 2024 08:46 #291724
by tommieh
Replied by tommieh on topic Unable to exit Estop after upgrading to 2.10 (from 2.9)
I found the issue not being able to reset estop.
It has nothing to do with qtvcp.
In my ini file I found the line causing the issue:
REMAP=M6 modalgroup=6 ngc=tool_change
tool_change.ngc didn't exist in SUBROUTINE_PATH, causing this error message:
****
INTERP_REMAP: NGC file not found: ngc=tool_change
REMAP INI Line:59 = M6 modalgroup=6 ngc=tool_change
emc/task/emctask.cc 69: interp_error: File not open
File not open
emc/task/emctaskmain.cc 3084: can't initialize interpreter
****
When I deleted REMAP=M6 modalgroup=6 ngc=tool_change, I could reset estop.
That's how I found if a remap procedure is missing it is causing not being able to reset estop.
Thanks
It has nothing to do with qtvcp.
In my ini file I found the line causing the issue:
REMAP=M6 modalgroup=6 ngc=tool_change
tool_change.ngc didn't exist in SUBROUTINE_PATH, causing this error message:
****
INTERP_REMAP: NGC file not found: ngc=tool_change
REMAP INI Line:59 = M6 modalgroup=6 ngc=tool_change
emc/task/emctask.cc 69: interp_error: File not open
File not open
emc/task/emctaskmain.cc 3084: can't initialize interpreter
****
When I deleted REMAP=M6 modalgroup=6 ngc=tool_change, I could reset estop.
That's how I found if a remap procedure is missing it is causing not being able to reset estop.
Thanks
Please Log in or Create an account to join the conversation.
27 Jan 2024 08:49 #291725
by tommieh
Replied by tommieh on topic Unable to exit Estop after upgrading to 2.10 (from 2.9)
I found the issue not being able to reset estop.
It has nothing to do with qtvcp.
In my ini file I found the line causing the issue:
REMAP=M6 modalgroup=6 ngc=tool_change
tool_change.ngc didn't exist in SUBROUTINE_PATH, causing this error message:
****
INTERP_REMAP: NGC file not found: ngc=tool_change
REMAP INI Line:59 = M6 modalgroup=6 ngc=tool_change
emc/task/emctask.cc 69: interp_error: File not open
File not open
emc/task/emctaskmain.cc 3084: can't initialize interpreter
****
When I deleted REMAP=M6 modalgroup=6 ngc=tool_change, I could reset estop.
That's how I found if a remap procedure is missing it is causing not being able to reset estop.
Thanks
It has nothing to do with qtvcp.
In my ini file I found the line causing the issue:
REMAP=M6 modalgroup=6 ngc=tool_change
tool_change.ngc didn't exist in SUBROUTINE_PATH, causing this error message:
****
INTERP_REMAP: NGC file not found: ngc=tool_change
REMAP INI Line:59 = M6 modalgroup=6 ngc=tool_change
emc/task/emctask.cc 69: interp_error: File not open
File not open
emc/task/emctaskmain.cc 3084: can't initialize interpreter
****
When I deleted REMAP=M6 modalgroup=6 ngc=tool_change, I could reset estop.
That's how I found if a remap procedure is missing it is causing not being able to reset estop.
Thanks
Please Log in or Create an account to join the conversation.
27 Jan 2024 09:55 #291736
by cmorley
Replied by cmorley on topic Unable to exit Estop after upgrading to 2.10 (from 2.9)
Yes that would do it too
Chris
Chris
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.091 seconds