CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] EMC - Tuning Stepper rates?

Posted by Jon Elson
on 2002-03-10 23:05:24 UTC
snuckleton wrote:

> I have EMC running on a Linux machine and I
> am successfully moving my x axis stepper.
>
> But the step rate is too high for the motor. In emc.ini,
> I see I can set things like the default velocity, max velocity but
> I don't see anything about limiting the step rate (like
> MAX_STEPS_PER_SECOND = 50)
>
> Does anyone know of a good tutorial on tuning these parameters
> for particular stepping motors?

It is pretty simple. The max step rate is steps per user unit times
max velocity (which is in user units per SECOND). Assuming an
Imperial (inch) unit of measurement, and 1000 steps/inch, then
if your limit is 1500 steps/second, your max velocity will be
1500 / 1000 = 1.5 inches per second. that translates to
90 IPM, which is more familiar to machinists.

You also need to set max acceleration to a reasonable value.
Something around 2.0 (user units per second squared) works
out pretty well.

Jon

Discussion Thread

snuckleton 2002-03-10 17:23:56 UTC EMC - Tuning Stepper rates? Tim Goldstein 2002-03-10 21:21:39 UTC RE: [CAD_CAM_EDM_DRO] EMC - Tuning Stepper rates? Jon Elson 2002-03-10 23:05:24 UTC Re: [CAD_CAM_EDM_DRO] EMC - Tuning Stepper rates? rehenry 2002-03-11 08:43:58 UTC Re: EMC - Tuning Stepper rates?