Pauses in motion on the M10/M11 commands

If you have a question about the software please ask it here.

Pauses in motion on the M10/M11 commands

Postby shad » Thu Mar 02, 2017 7:35 pm

Hello Balazs!
Can you check this program? UCCNC make a pauses during motion on the M10/M11 commands.
Thank you!
Code: Select all
(Filename: ????)
(Date: 06.02.2002)
G21
G90
G0X54.54Y92.73
(Seq 1 - ????)
M3
G3X59.54Y75.48I11.12J-6.13F8000
M10
G2X71.72Y65.19I-19.54J-35.48
M11
G2X80.24Y44.59I-31.72J-25.19
M10
G2X72.85Y16.32I-40.24J-4.59
M11
G2X53.97Y1.98I-32.85J23.68
M10
G2X27.48Y1.48I-13.97J38.02
M11
G2X6.36Y17.45I12.52J38.52
M10
G2X-0.34Y36.41I33.64J22.55
M11
G2X10.15Y67.37I40.34J3.59
M10
G2X27.22Y78.43I29.85J-27.37
M11
G2X55.9Y77.25I12.78J-38.43
M10
G2X59.54Y75.48I-15.9J-37.25
G3X68.16Y77.97I3.06J5.56
M5
M30
-- Andrew
UC400ETH
UC300ETH-5LPT
NEURON Lite THC
http://neuroncnc.com/
shad
 
Posts: 331
Joined: Thu Sep 15, 2016 5:23 pm

Re: Pauses in motion on the M10/M11 commands

Postby beefy » Fri Mar 03, 2017 5:55 am

Hi Andrew,

I just tried it and yes, it paused at every M10/11. Looked like it decelerated to a stop each time.

I modified the file to give a straight X run and it didn't appear to pause. I wonder if the problem arises with IJ moves.

Code: Select all
G90
G0 X54.54 Y92.73



M3
G1 X50 F3000
M10
X100
M11
X150
M10
X200
M11
X250
M10
X300
M11
X350
M10
X400
M11
X450
M10
X500
M11
X550
M10
X600
M5
M30


Keith.
beefy
 
Posts: 449
Joined: Mon Sep 05, 2016 10:34 am

Re: Pauses in motion on the M10/M11 commands

Postby shad » Fri Mar 03, 2017 7:36 am

Hello Keith!
Thank you for testing. This program from my customer.
He said that IJ mode set as "I, J are always incremental". Program was generated via ProNest.
Let's wait for answer from Balazs.
-- Andrew
UC400ETH
UC300ETH-5LPT
NEURON Lite THC
http://neuroncnc.com/
shad
 
Posts: 331
Joined: Thu Sep 15, 2016 5:23 pm

Re: Pauses in motion on the M10/M11 commands

Postby cncdrive » Fri Mar 03, 2017 9:05 am

Hi Guys,

I ran the code and it not pauses, but deccelerates and accelerates on the M10/11 between the arcs in the code, so yes, I can reproduce the issue here.
It looks like to me it is somekind of problem in the trajectory planner about the M10/M11 codes between the arc G2/G3.
I just gave the code to my collegue and he is debugging it now.
Will let you know the results asap.
cncdrive
Site Admin
 
Posts: 4695
Joined: Tue Aug 12, 2014 11:17 pm

Re: Pauses in motion on the M10/M11 commands

Postby RJS » Fri Mar 10, 2017 1:51 am

I have this issue as well but it seems to be related to changes in direction, it make a noticeable change in speed when it changes directions or possibly moves from one command to the next. This is very noticeable when using a laser. I also see it with using the normal spindle to cut, it is enough of a slowdown or pause that is can sometimes burn the material, especially during a plunge where it plunges into the wood and pauses long enough before it starts moving again and leaves a burn mark in the wood.

This happens with both exact stop and continuous.

does anyone know if this Is just with arc (I,J) moves? Would switching to not using arcs be a workaround until this is fixed?

Thanks,

RJS
RJS
 
Posts: 20
Joined: Tue Jan 10, 2017 12:16 am

Re: Pauses in motion on the M10/M11 commands

Postby RJS » Sat Mar 11, 2017 11:12 pm

I was having the same issue with both the laser and the Spindle. With the laser the burn is uneven and have dots at each place there is a I and / or J with the spindle you still get the pause but it causes the bit to burn the wood where is uses a I and / or J.

As a workaround I tried using the CAMBAM convert arc to lines setting and it works as expected.

Hopefully there will be a fix for this soon.

Thanks,

RJS
RJS
 
Posts: 20
Joined: Tue Jan 10, 2017 12:16 am

Re: Pauses in motion on the M10/M11 commands

Postby cncdrive » Sat Mar 18, 2017 3:36 am

This has been already fixed in test release 1.2035 : viewtopic.php?f=2&t=240&start=30
cncdrive
Site Admin
 
Posts: 4695
Joined: Tue Aug 12, 2014 11:17 pm

Re: Pauses in motion on the M10/M11 commands

Postby RJS » Thu Mar 23, 2017 12:31 am

That works great - Thanks!
RJS
 
Posts: 20
Joined: Tue Jan 10, 2017 12:16 am

Re: Pauses in motion on the M10/M11 commands

Postby shad » Thu Mar 23, 2017 7:56 am

+1
-- Andrew
UC400ETH
UC300ETH-5LPT
NEURON Lite THC
http://neuroncnc.com/
shad
 
Posts: 331
Joined: Thu Sep 15, 2016 5:23 pm

Re: Pauses in motion on the M10/M11 commands

Postby RJS » Sat Sep 16, 2017 7:12 pm

Is seems this problem is back and happens whether I am using the spindle or the laser. I am using arcs and constant velocity mode but there is a very noticeable pause in motion when changing directions, it appears to happen when it moves from one line of g-code to the next line, between the different arc instructions. I have tried setting the acceleration to the max my machine will support and it is slightly better but when using the laser you can really see the effects. When I convert arcs to lines the issue is still there but less pronounced. I am running version 1.2042, which I believe is the latest.

Please help!

Thanks,

Randy
RJS
 
Posts: 20
Joined: Tue Jan 10, 2017 12:16 am

Next

Return to Ask a question from support here

Who is online

Users browsing this forum: No registered users and 29 guests

cron