Machsupport Forum

Mach Discussion => Mach4 General Discussion => Topic started by: MB12 on April 25, 2020, 05:14:56 AM

Title: Mach4 Minor Stops after each GCode Line
Post by: MB12 on April 25, 2020, 05:14:56 AM
My Machine does a minor stop (propably about a few ms) after each Line of GCode. I can not see it in the moves the machine does but you can hear, that the stepper motors stop moving for a moment. I use Mach 4.2.0.4466 with ESS in my machine. My machine did not show that behaviour with Mach3.

Does anyone have an idea how to get rid of that?

Marius
Title: Re: Mach4 Minor Stops after each GCode Line
Post by: Graham Waterworth on April 25, 2020, 07:32:44 AM
Is CV turned off
Title: Re: Mach4 Minor Stops after each GCode Line
Post by: MB12 on April 26, 2020, 05:29:40 AM
Yes, the machine is set to exact stop
Title: Re: Mach4 Minor Stops after each GCode Line
Post by: Graham Waterworth on April 26, 2020, 06:48:40 PM
That is why its pausing, set it to CV on G64 or click the button on screen and remove any G61 from your code.
Title: Re: Mach4 Minor Stops after each GCode Line
Post by: MB12 on April 27, 2020, 11:42:46 AM
That solved my Problem!  :)

Thank you so much!