THC Servo Start
27 Jun 2018 06:09 #112915
by grijalvap
Replied by grijalvap on topic THC Servo Start
Hi, I had been using the corner lock with remapping for 3 days and it works nice.
I have changed the M67 by M68 because M67 makes a small stop (it is synchronized with moves).
I have changed the M67 by M68 because M67 makes a small stop (it is synchronized with moves).
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
- islander261
- Offline
- Platinum Member
Less
More
- Posts: 757
- Thank you received: 216
07 Jul 2018 00:04 #113618
by islander261
Replied by islander261 on topic THC Servo Start
Guys
Does anyone know if what is discussed in bug report #447 may have something to do with this? I know that even with all the work I've done to fix every corner hold problem I can find I am still getting "witness" marks where arcs and straight commands join. I was thinking about asking for help with how to optimize G64 blending but then I found the bug report.
John
Does anyone know if what is discussed in bug report #447 may have something to do with this? I know that even with all the work I've done to fix every corner hold problem I can find I am still getting "witness" marks where arcs and straight commands join. I was thinking about asking for help with how to optimize G64 blending but then I found the bug report.
John
Please Log in or Create an account to join the conversation.
07 Jul 2018 00:20 #113619
by grijalvap
Replied by grijalvap on topic THC Servo Start
how can I see the #447 bug report
Please Log in or Create an account to join the conversation.
07 Jul 2018 01:28 #113622
by rodw
Replied by rodw on topic THC Servo Start
John, I think you should upload a gcode sample file to that bug report with a photo of the resulting cut.
github.com/LinuxCNC/linuxcnc/issues/447
Pedro here:how can I see the #447 bug report
github.com/LinuxCNC/linuxcnc/issues/447
Please Log in or Create an account to join the conversation.
- islander261
- Offline
- Platinum Member
Less
More
- Posts: 757
- Thank you received: 216
08 Jul 2018 17:58 #113826
by islander261
Replied by islander261 on topic THC Servo Start
Guys
I will try and get some photos of the marks posted in the next few days. The G code snippets will be a little harder, these parts are cut from an approximately 500kb file ( 12k lines of code). Does the community want to see the code where the marks occurred, at the start of the cut, at the start of the program?
John
John
I will try and get some photos of the marks posted in the next few days. The G code snippets will be a little harder, these parts are cut from an approximately 500kb file ( 12k lines of code). Does the community want to see the code where the marks occurred, at the start of the cut, at the start of the program?
John
John
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19198
- Thank you received: 6436
08 Jul 2018 20:31 #113835
by tommylight
Redundancy ???
Replied by tommylight on topic THC Servo Start
John
John
Redundancy ???
Please Log in or Create an account to join the conversation.
- islander261
- Offline
- Platinum Member
Less
More
- Posts: 757
- Thank you received: 216
10 Jul 2018 18:41 #113964
by islander261
Replied by islander261 on topic THC Servo Start
Guys
I started looking into the bug #447 problem on plasma cutters and have found plenty of examples of "divots" at the junctions of some arc and straight sections. Now the bad news, these "divots" are also at places with strange small linear segments in the G code. So is this the problem reported in bug #447 or is it a post processor problem? I haven't had a chance to look over the original artwork yet and check for short segments but I will.
John
I started looking into the bug #447 problem on plasma cutters and have found plenty of examples of "divots" at the junctions of some arc and straight sections. Now the bad news, these "divots" are also at places with strange small linear segments in the G code. So is this the problem reported in bug #447 or is it a post processor problem? I haven't had a chance to look over the original artwork yet and check for short segments but I will.
[attachment=15408]gcode_snippet.ngc[/attachment]
John
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19198
- Thank you received: 6436
10 Jul 2018 21:20 #113971
by tommylight
Replied by tommylight on topic THC Servo Start
@John
Can you notice any slow downs when that divot occurs?
I have seen this plenty when using inkscape to create the paths for plasma, and inkscape has a nice feature to show the segments of any path so you clearly see where the paths are not linked even if they are a single union, so selecting the two unconnected dots and making a single dot out of the two solves that problem.
Almost any path is made out of segments and if those segments are not connected, the machine will have to decelerate and accelerate at that point, leaving a divot.
Can you notice any slow downs when that divot occurs?
I have seen this plenty when using inkscape to create the paths for plasma, and inkscape has a nice feature to show the segments of any path so you clearly see where the paths are not linked even if they are a single union, so selecting the two unconnected dots and making a single dot out of the two solves that problem.
Almost any path is made out of segments and if those segments are not connected, the machine will have to decelerate and accelerate at that point, leaving a divot.
Please Log in or Create an account to join the conversation.
- islander261
- Offline
- Platinum Member
Less
More
- Posts: 757
- Thank you received: 216
10 Jul 2018 23:24 #113977
by islander261
Replied by islander261 on topic THC Servo Start
Tommy
This happens very fast! With halscope I would see the requested-vel go to zero and the back to full speed at the .ini acceleration settings.
I went back and checked the original drawing in Inkscape. The path is joined at every segment. The "divots" actually occur in a single segment. I have used Inkscape for a long time with plasma and am pretty good at producing cuttable files. When I import the file into SheetCAM something happens. SheetCAM breaks up the nice long path segments from Inkscape into shorter segments so each segment is an arc or a straight line, not the Bezier curve that Inkscape uses. The "divots" are at the junction of two of the SheetCAM generated arc segments. It gets even stranger because looking at the SheetCAM generated segments the "divots" are at the junction of two arc segments but the G code produced by the PP has tiny straight segments there. I am going to do some in depth testing of this problem over the next few days.
John
This happens very fast! With halscope I would see the requested-vel go to zero and the back to full speed at the .ini acceleration settings.
I went back and checked the original drawing in Inkscape. The path is joined at every segment. The "divots" actually occur in a single segment. I have used Inkscape for a long time with plasma and am pretty good at producing cuttable files. When I import the file into SheetCAM something happens. SheetCAM breaks up the nice long path segments from Inkscape into shorter segments so each segment is an arc or a straight line, not the Bezier curve that Inkscape uses. The "divots" are at the junction of two of the SheetCAM generated arc segments. It gets even stranger because looking at the SheetCAM generated segments the "divots" are at the junction of two arc segments but the G code produced by the PP has tiny straight segments there. I am going to do some in depth testing of this problem over the next few days.
John
Please Log in or Create an account to join the conversation.
- islander261
- Offline
- Platinum Member
Less
More
- Posts: 757
- Thank you received: 216
11 Jul 2018 03:03 #113996
by islander261
Replied by islander261 on topic THC Servo Start
Guys
As promised here is my current kerf crossing component.
John
As promised here is my current kerf crossing component.
John
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.146 seconds