Pulse duration March 19, 2013 03:36AM |
Registered: 10 years ago Posts: 51 |
Re: Pulse duration March 20, 2013 01:40AM |
Registered: 10 years ago Posts: 51 |
Re: Pulse duration March 29, 2013 10:24PM |
Registered: 10 years ago Posts: 939 |
Re: Pulse duration March 29, 2013 10:48PM |
Registered: 10 years ago Posts: 51 |
Re: Pulse duration March 29, 2013 10:59PM |
Registered: 10 years ago Posts: 939 |
Re: Pulse duration March 29, 2013 11:26PM |
Registered: 10 years ago Posts: 51 |
Re: Pulse duration March 30, 2013 12:01AM |
Registered: 13 years ago Posts: 1,092 |
Re: Pulse duration March 30, 2013 03:47PM |
Registered: 10 years ago Posts: 51 |
Re: Pulse duration March 30, 2013 05:08PM |
Registered: 10 years ago Posts: 939 |
Re: Pulse duration March 30, 2013 06:23PM |
Registered: 10 years ago Posts: 51 |
I'm using a 2.75:1 belt pulley reduction AND 3/8-10 acme screws. Yeah. The steps per mm is set at ~2564 for the Y so that's roughly 43000 steps/second if I want to go 17 mm/second. Right? What ARM board are you working with? I've been eyeballing the smoothie board myself but that would be a big learning curve for me.Quote
It looks like you are using screws to drive the
axis, what's the pitch?
Would this manifest as a high pitched whine in the motor with no movement?Quote
There is a very real possibility you are exceeding
the arduinos ability to produce a step train
I'm trying to stick with the 32X ustep for the smoothness. I realize that puts a great load on 'the weakest link' of the system and that's mainly why I asked what the weakest link was. So it's the firmware and the processor? The speed at which the code can go through the loops it needs to generate the pulses?Quote
repetier firmware for
example processes 2 steps per interrupt for a
maximum speed of 32Ksteps/second.
If you are using 16x uStepping that's only about
10 revs /sec.
Tell me about it. Made my mouth water when I first saw them, then reality set in.Quote
most of the firmware defaults are
way too high for most printers.
Re: Pulse duration March 30, 2013 08:31PM |
Registered: 10 years ago Posts: 939 |
It might, basically if the interrupt rate is too high, you start missing interrupts, which reduces the speed and introduces a rather large amount of jitter into the step output, which could stall the motor. But you get the same thing if you run out of torque, run the motor too fast or your acceleration or jerk are set too high.Quote
Would this manifest as a high pitched whine in the motor with no movement?
I wouldn't bother with 32x uStepping with a steps per that high, to give you some point of comparison one of my printers here is set to 53.3 steps/mm @ 8x uStepping, and there are a lot of other errors that are significant long before the steps/mm become an issue.Quote
The steps per mm is set at ~2564
I'm trying to stick with the 32X ustep for the smoothness.
Quote
So it's the firmware and the processor?
I'm using an LPC1768 based board, with my own software and some breadboarded components at the moment, so it's probably not much use to you.Quote
What ARM board are you working with?
Re: Pulse duration March 31, 2013 02:38AM |
Registered: 10 years ago Posts: 369 |
Re: Pulse duration May 24, 2013 05:20PM |
Registered: 11 years ago Posts: 7 |
Re: Pulse duration May 25, 2013 03:45PM |
Registered: 10 years ago Posts: 51 |
Re: Pulse duration May 27, 2013 05:51PM |
Registered: 10 years ago Posts: 369 |
Re: Pulse duration May 27, 2013 05:52PM |
Registered: 10 years ago Posts: 369 |
Re: Pulse duration May 27, 2013 06:58PM |
Registered: 10 years ago Posts: 51 |
That's me! Thanks for the reply Red. Yes. All metal. I suppose if I were a carpenter it would be all wood!Quote
for newbies who do not know the exact science, this will present many hours of tinkering and pondering about the source of strange problems (like steppers going up in smoke? having a nice burn on the fingers?)
Re: Pulse duration May 27, 2013 07:06PM |
Registered: 10 years ago Posts: 369 |
Re: Pulse duration May 27, 2013 10:08PM |
Registered: 10 years ago Posts: 51 |
Re: Pulse duration May 27, 2013 11:41PM |
Registered: 10 years ago Posts: 369 |
Re: Pulse duration May 28, 2013 03:10AM |
Registered: 10 years ago Posts: 51 |
Re: Pulse duration May 28, 2013 07:34AM |
Registered: 10 years ago Posts: 369 |
Re: Pulse duration May 28, 2013 07:49AM |
Registered: 10 years ago Posts: 369 |
Re: Pulse duration May 28, 2013 09:55AM |
Registered: 11 years ago Posts: 7 |
Re: Pulse duration May 28, 2013 11:36AM |
Registered: 10 years ago Posts: 369 |
Re: Pulse duration May 28, 2013 03:08PM |
Registered: 10 years ago Posts: 51 |
Re: Pulse duration May 28, 2013 03:31PM |
Registered: 10 years ago Posts: 369 |
Re: Pulse duration May 28, 2013 05:00PM |
Registered: 10 years ago Posts: 51 |
It won't even turn at higher Vref. It just hums. Makes me think there is something else wrong but what? I'll video it to show. Get some sleep bud!Quote
Redreprap
see its heat dissipation before turning it down
Re: Pulse duration May 28, 2013 07:09PM |
Admin Registered: 16 years ago Posts: 7,871 |
Quote
perhaps nophead found a way to calculate this?
Re: Pulse duration May 28, 2013 07:16PM |
Registered: 10 years ago Posts: 369 |