Gmoccapy - spindle restarts at program stop

More
14 Dec 2023 23:36 - 15 Dec 2023 06:51 #288177 by HalaszAttila
Hello, 
I found a weird problem in the newest Linuxcnc (v2.9.1) with gmoccapy gui (3.4.6). The problem is with spindle signals. When a running program stops with Program Stop button from gmoccapy, or with halui.program.stop signal, the spindle does not stop (in the previous versions, on program stop, the spindle is stopped too).  Better say, as you can -see on screenshot- the spindle stops a short time, and sets back again. I tested it on my own configs, and in simulations too, and in both cases the behavior is the same. If i press 5x-10x the physical button linked to halui.program.stop,  1x-2x stops the spindle, and does not restart it. If the spindle stopped, and press the Program Stop button again (phisical button -> halui.program.stop) the spindle started. It is very dangerous!!!
Has anyone encountered this error?I found another problem in gmoccapy:

forum.linuxcnc.org/gmoccapy/50994-gmocca...ack-commanded-actual
 
Attachments:
Last edit: 15 Dec 2023 06:51 by HalaszAttila.

Please Log in or Create an account to join the conversation.

More
15 Dec 2023 07:02 - 15 Dec 2023 07:05 #288188 by Aciera
Yes, I can reproduce this in a sim config, I've had other issues with gmoccapy and qtdragon on some computers lately like this one:
github.com/LinuxCNC/linuxcnc/issues/2753

The problems seem to depend on the hardware and look like race conditions between the realtime and the non-realtime (ie gui) parts of linuxcnc. Axis Gui still seems to be solid.
Rather unsettling and difficult to troubleshoot I'm afraid.

[edit]
There are others as well:
github.com/LinuxCNC/linuxcnc/issues/2630
Last edit: 15 Dec 2023 07:05 by Aciera.

Please Log in or Create an account to join the conversation.

More
15 Dec 2023 07:22 #288190 by HalaszAttila
Thank you, then i will roll back to preveous version of linuxcnc. Unfortunately, because the new gmoccapy looks very good.

Please Log in or Create an account to join the conversation.

More
15 Dec 2023 08:14 #288200 by HalaszAttila
Found one more error message.
When the program is loaded, and clicking on the white lines to search that line of program, sometime show this message. Clicking on OK, i can continue the work.
 
Attachments:

Please Log in or Create an account to join the conversation.

More
16 Dec 2023 14:05 #288328 by zz912

Please Log in or Create an account to join the conversation.

More
16 Dec 2023 14:58 - 16 Dec 2023 15:20 #288334 by Aciera
This modification to 'lib/python/rs274/glcanon.py' seems to fix the buffer overflow on a recent build of version 2.9: 

 
Attachments:
Last edit: 16 Dec 2023 15:20 by Aciera.

Please Log in or Create an account to join the conversation.

More
16 Dec 2023 15:02 #288335 by Aciera
Current content is:
 
           try:
                buffer = glRenderMode(GL_RENDER)
            except OverflowError:
                self.select_buffer_size *= 2
                continue
            break

As we only want to select a single line it seems wrong to keep increasing the buffer size.

Please Log in or Create an account to join the conversation.

More
16 Dec 2023 15:11 - 16 Dec 2023 15:11 #288336 by Aciera
Also
except OverflowError:

does not seem to catch the error in the first place.
Last edit: 16 Dec 2023 15:11 by Aciera.

Please Log in or Create an account to join the conversation.

More
16 Dec 2023 15:25 #288339 by Aciera
The following user(s) said Thank You: tommylight

Please Log in or Create an account to join the conversation.

More
28 Dec 2023 14:55 #289250 by HalaszAttila
Hello,

is this Spindle Stop/Restart bug fixed in newest release (v2.9.2)?

Please Log in or Create an account to join the conversation.

Moderators: newbynobiHansU
Time to create page: 0.219 seconds
Powered by Kunena Forum