Re: [Emc-users] Stepper motor setup and test

2009-09-10 Thread Ian R Upton
Gentlefolk, Thanks for all the comments and suggestions. Back looking at the basics. How do I know the motor is 50 steps/rev??? The motor is an Epson EM-257 which I have not been able to find much about on the Internet. I held the shaft of the motor and rotated it carefully. 50 "steps" (harde

Re: [Emc-users] Feed word

2009-09-10 Thread Steve Blackmore
On Thu, 10 Sep 2009 08:12:05 -0500, you wrote: >> "F" controls the speed of travel in the direction of tool movement, >> whereas "K" sets the speed explicitly in the Z direction. > >In EMC2, K specifies the motion distance per rev in any direction. So >if you're turning a tapered thread you just

Re: [Emc-users] Feed word

2009-09-10 Thread Steve Blackmore
On Wed, 09 Sep 2009 18:41:05 -0400, you wrote: >Pitch is one thing, and feed is another, and never the twain shall meet. Splitting hairs, in single point threading A 1mm pitch thread, the Z feed advances 1mm per rev G33 K1 is the same move as G32 F1 or G95 G1 F1 >Personally I like it that way

Re: [Emc-users] EMC G-Code - Calling Files

2009-09-10 Thread Thomas Jager
Try setting: [RS274NGC] LAZY_CLOSE = 1 In your ini file. On Thu, 2009-09-10 at 19:54 +0200, Thorsten Seefeldt wrote: > Hello, > > I want to call a subroutine which I have moved to a separate file. > The documentation says this can be done like this: > > o call (a named file) > > -- > > m

[Emc-users] EMC G-Code - Calling Files

2009-09-10 Thread Thorsten Seefeldt
Hello, I want to call a subroutine which I have moved to a separate file. The documentation says this can be done like this: o call (a named file) -- myfile.ngc o sub ... o endsub M2 Unfortunately this does not work. Nothing happens when the command "o call" is executed. Can somebody plea

Re: [Emc-users] Stepper motor setup and test

2009-09-10 Thread Yann Jautard
- "Ian R Upton" a écrit : > Microstep = 1:1, (driver pwb also set to 1:1) > Something I noticed from my own system, is that I have far better performances in max speed and acceleration when using half-steping on the driver than full-step. I've read stories like this on this list too.

Re: [Emc-users] Stepper motor setup and test

2009-09-10 Thread Peter blodow
Hello Ian, you didn't state which version of stepconf you are unsing. I spent months this winter and spring with pretty much the same behaviour you experienced, and it turned out to be a bug in stepconf, but only when using the "Test axis" feature. The problem was that the spaces between pulses

Re: [Emc-users] Feed word

2009-09-10 Thread Chris Radek
On Thu, Sep 10, 2009 at 08:12:05AM -0500, Chris Radek wrote: > > In EMC2, K specifies the motion distance per rev in any direction. So > if you're turning a tapered thread you just specify the feed per rev > along the hypotenuse. If it is a 5 degree taper and you want 10 > threads per inch, K wo

Re: [Emc-users] Feed word

2009-09-10 Thread Chris Radek
On Thu, Sep 10, 2009 at 10:20:07AM +0100, Andy Pugh wrote: > "F" controls the speed of travel in the direction of tool movement, > whereas "K" sets the speed explicitly in the Z direction. In EMC2, K specifies the motion distance per rev in any direction. So if you're turning a tapered thread yo

Re: [Emc-users] Stepper motor setup and test

2009-09-10 Thread Ray Henry
On Thu, 2009-09-10 at 11:23 +0100, Andy Pugh wrote: > Or (it just occurs to me), you might be the only person ever to use a > 50-step motor, and everyone else has always used 200 step ones and not > noticed that the steps/rev setting is ignored. Seems unlikely, though. I saw a small hexapod in Ger

Re: [Emc-users] Stepper motor setup and test

2009-09-10 Thread John Thornton
You might have a 1.8° per step motor which is more common. At least the math adds up to that. If you change your steps/rev to 200 I bet your right on. John On 10 Sep 2009 at 20:00, Ian R Upton wrote: > Thanks for the response. > > The erratic behaviour appears to be a combination of motor cur

Re: [Emc-users] Stepper motor setup and test

2009-09-10 Thread Andy Pugh
2009/9/10 Ian R Upton : > Therefore I would expect 50 steps to move the motor shaft 1 rev for a > jog step of 1.00MM. > > But no! I need to have a jog step of 4.00MM to get the motor to move 1 rev. Wierd. I suspect that something is microstepping somwhere despite being told not to, or that there

Re: [Emc-users] Stepper motor setup and test

2009-09-10 Thread Ian R Upton
Thanks for the response. The erratic behaviour appears to be a combination of motor current, step velocity and stop/start delays. I read the documentation again.. A lot of fiddling and it is now sitting there repeatedly performing the same step count. This stability lets me look at th

Re: [Emc-users] Feed word

2009-09-10 Thread Andy Pugh
2009/9/9 John Kasunich : > Pitch is one thing, and feed is another, and never the twain shall meet. The more I think about this, the more sense it is making to me. "F" controls the speed of travel in the direction of tool movement, whereas "K" sets the speed explicitly in the Z direction. Takin

Re: [Emc-users] G33 tapers

2009-09-10 Thread Steve Blackmore
On Wed, 9 Sep 2009 19:41:57 -0400, you wrote: >On Wed, Sep 9, 2009 at 3:30 AM, Steve Blackmore wrote: > >> >> >http://jmkasunich.com/cgi-bin/blosxom/2008/03/31 >> > >> >This should answer some of the questions. :-) >> >> Yea it does - that style of code is almost unique to Linux Guru's and >> nev