qtplasmac lost arc = turn off and on again?
- Mud
- Offline
- Premium Member
Less
More
- Posts: 142
- Thank you received: 25
14 Dec 2022 13:18 #259460
by Mud
qtplasmac lost arc = turn off and on again? was created by Mud
Hi all, I may be missing something, but if I lose the arc ok on piercing I can't seem to get another arc until I quit out of qtplasmac and come back in. This is true for resuming the program, or starting a new cycle. Even turning on 'ignore ok' doesn't get the arc back until closing and reopening qtplasmac. Same for toggling the torch enable, dismissing errors, etc. Any ideas?
Please Log in or Create an account to join the conversation.
- caretech
- Offline
- Senior Member
Less
More
- Posts: 61
- Thank you received: 23
14 Dec 2022 15:22 - 14 Dec 2022 15:25 #259468
by caretech
Replied by caretech on topic qtplasmac lost arc = turn off and on again?
Have you tried waiting a full minute, to see if arc occurs after a full 60 second wait? This is the behavior I had. It's unnerving, waiting for a full minute of complete silence, then a sudden arc blast again! Made me jump every time.
Fortunately, there is an easy fix for this (if your problem is the same as mine). Set the Retry Delay to a more reasonable number. I have no idea why mine was set to 60 by default. I changed to 2 or 3, forget which, and now retries happen much more quickly after a failed pierce.
The Retry Delay setting is found in the Parameters tab.
Fortunately, there is an easy fix for this (if your problem is the same as mine). Set the Retry Delay to a more reasonable number. I have no idea why mine was set to 60 by default. I changed to 2 or 3, forget which, and now retries happen much more quickly after a failed pierce.
The Retry Delay setting is found in the Parameters tab.
Last edit: 14 Dec 2022 15:25 by caretech.
The following user(s) said Thank You: Mud, snowgoer540
Please Log in or Create an account to join the conversation.
- Mud
- Offline
- Premium Member
Less
More
- Posts: 142
- Thank you received: 25
14 Dec 2022 15:27 #259469
by Mud
Replied by Mud on topic qtplasmac lost arc = turn off and on again?
Retry delay was indeed 60 - I bet you're right!
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
Less
More
- Posts: 2393
- Thank you received: 782
14 Dec 2022 22:21 - 14 Dec 2022 22:54 #259510
by snowgoer540
Replied by snowgoer540 on topic qtplasmac lost arc = turn off and on again?
I see what's causing the issue in the code. We will push a fix after a bit. Fix pushed.
For anyone who runs into this, just change the retry delay in the arc section of the parameters tab.
Thanks for the inadvertent bug report
For anyone who runs into this, just change the retry delay in the arc section of the parameters tab.
Thanks for the inadvertent bug report
Last edit: 14 Dec 2022 22:54 by snowgoer540.
The following user(s) said Thank You: tommylight, Clive S, Mud, caretech
Please Log in or Create an account to join the conversation.
- caretech
- Offline
- Senior Member
Less
More
- Posts: 61
- Thank you received: 23
16 Dec 2022 01:57 - 16 Dec 2022 01:59 #259601
by caretech
I noticed yesterday that the official docs show a Retry Delay of 60 in the screenshot, here: www.linuxcnc.org/docs/devel/html/plasma/...ml#qt_parameters-tab
Thanks for the fix!
Replied by caretech on topic qtplasmac lost arc = turn off and on again?
Ha, well I thought of reporting this before but figured maybe I was the only one running into it.snowgoer540 post=259510 userid=26427
Thanks for the inadvertent bug report
I noticed yesterday that the official docs show a Retry Delay of 60 in the screenshot, here: www.linuxcnc.org/docs/devel/html/plasma/...ml#qt_parameters-tab
Thanks for the fix!
Last edit: 16 Dec 2022 01:59 by caretech.
Please Log in or Create an account to join the conversation.
- Mud
- Offline
- Premium Member
Less
More
- Posts: 142
- Thank you received: 25
16 Dec 2022 08:45 #259617
by Mud
Replied by Mud on topic qtplasmac lost arc = turn off and on again?
Was the original intent for this function to address duty cycle limits? Would explain making it long.
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
Less
More
- Posts: 2393
- Thank you received: 782
16 Dec 2022 13:28 #259634
by snowgoer540
Good catch, I updated that as well.
Replied by snowgoer540 on topic qtplasmac lost arc = turn off and on again?
I noticed yesterday that the official docs show a Retry Delay of 60 in the screenshot, here: www.linuxcnc.org/docs/devel/html/plasma/...ml#qt_parameters-tab
Good catch, I updated that as well.
The following user(s) said Thank You: caretech
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
Less
More
- Posts: 2393
- Thank you received: 782
16 Dec 2022 13:34 - 16 Dec 2022 13:35 #259635
by snowgoer540
I believe the intent for having an adjustable retry delay had to do with the fact that some power sources wont retry immediately (if a delay of a certain length hasn't elapsed). Hypertherm for example, requires no delay to attempt to restart the arc. Others do.
The code in the handler defaulted this parameter to 0 if it was not present in the preferences file (which it never is upon the very first run of the GUI). The issue was that the minimum value for the spinbox you see in the GUI was 1. When that happens, qtvcp apparently defaults to the maximum value, rather than the minimum value. The maximum value for the spinbox was set at 60.
Replied by snowgoer540 on topic qtplasmac lost arc = turn off and on again?
Was the original intent for this function to address duty cycle limits? Would explain making it long.
I believe the intent for having an adjustable retry delay had to do with the fact that some power sources wont retry immediately (if a delay of a certain length hasn't elapsed). Hypertherm for example, requires no delay to attempt to restart the arc. Others do.
The code in the handler defaulted this parameter to 0 if it was not present in the preferences file (which it never is upon the very first run of the GUI). The issue was that the minimum value for the spinbox you see in the GUI was 1. When that happens, qtvcp apparently defaults to the maximum value, rather than the minimum value. The maximum value for the spinbox was set at 60.
Last edit: 16 Dec 2022 13:35 by snowgoer540.
The following user(s) said Thank You: Mud, caretech
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.063 seconds