Forum

Welcome Guest 

Show/Hide Header

Welcome Guest, posting in this forum requires registration.





Pages: [1]
Author Topic: Adafruit motor shield V2
EATYone
Advanced
Posts: 67
Permalink
Post Adafruit motor shield V2
on: September 27, 2016, 12:25
Quote

Sandy, i know that u don't like this shield :D, so i've search myself why i've got problem with it... And found something to solve my problem : i've changed stepType from mircrostep to INTERLEAVE (in configuration.ino), and now all is ok 🙂

any reason to use microstep with adafruit v2?

EATYone
Advanced
Posts: 67
Permalink
Post Re: Adafruit motor shield V2
on: September 28, 2016, 14:16
Quote

Ok, understand why you choose microstep, but don't know why, motors whistle and are very hot in this mode... Certainly a pb beetween motors and power supply ...

sandy
Administrator
Posts: 1317
Permalink
sandy
Post Re: Adafruit motor shield V2
on: September 28, 2016, 22:05
Quote

It's one of the reasons I wasn't keen on this shield was that I didn't really understand it!
I think my reasoning for using MICROSTEP was that the other settings moved quite jerkily - it's the same kind of behaviour as when the old motorshield was overpowered. And sure enough, when I turned the power down, the jerkiness got better. I think I felt that microstepping would work more reliably, without having to do the power supply tuning, because that's quite difficult.

In common with all microstepping drivers, you should define your machine size in full steps (ie motorStepsPerRev=200), and the use stepMultiplier=16.

The purpose of that is to prevent the motor from ever stopping on a microstep position - that's not really possible to do, and it heats up and gets angry if you try.

Interleaved style, you should double your motorStepsPerRev (ie 400), and have stepMultiplier=1.

sn

EATYone
Advanced
Posts: 67
Permalink
Post Re: Adafruit motor shield V2
on: September 29, 2016, 10:58
Quote

Thnx for your answer, but like you say, this shield is a nightmare... When you think you have a good install, you find a new problem... Since yesterday i switch on a Ramps laying around here ...

TuneWithHa-
mmer
Newbie
Posts: 12
Permalink
Post Re: Adafruit motor shield V2
on: January 25, 2018, 20:27
Quote

I've just achieved success with my motorshield V2 changing from microstep to
const int stepType = INTERLEAVE
steps per rev to 400
multiplier to 1
Then after readjusting all page size and location values I'm back in business with both drawing and pen lift moves maybe 10x faster than with microstepping.

sandy
Administrator
Posts: 1317
Permalink
sandy
Post Re: Adafruit motor shield V2
on: January 25, 2018, 20:33
Quote

Word! I have never been a fan of the microstepping style on the AFMSv2. Interleave is what the cool kids use, but it does require well-matched motors or it can be a bit jerky and harsh.

TuneWithHa-
mmer
Newbie
Posts: 12
Permalink
Post Re: Adafruit motor shield V2
on: January 26, 2018, 00:59
Quote

Running a D2S job now and it is simply zipping along. About 1000 lines per hour, which is many, many times faster than the default setting.

alexdmejia-
s
Newbie
Posts: 6
Permalink
Post Re: Adafruit motor shield V2
on: April 4, 2018, 15:40
Quote

what kind of motors are you using @TuneWithHammer?

Pages: [1]
Mingle Forum by cartpauj
Version: 1.0.34 ; Page loaded in: 0.022 seconds.