dc42 what would be the difference between defining them as axis and extruder ? Don't they both react the same ?
Latest posts made by educa
-
RE: Getting the digital step/dir signals on stepper X,Y, Z
-
RE: Getting the digital step/dir signals on stepper X,Y, Z
Somehow I figured out I need M584 for what I want to do, but
My machine will have 2 steppers on Y axis, 1 on Z and 1 on X.
Can I somehow easily configure the duet so that my first Y stepper runs on the Y-driver and then the second Y stepper runs completely parallel in movement, but driven by the E1 driver?
M584 X0 Y1:5 Z2
But what with extruder 1 then which is probaly assigned by default to E1 ? Or should I use then
M584 X0 Y1:5 Z2 E7
My ultimate goes is this setup
X axis on X driver
Y axis on Y and E1 driver (2 motors with each a driver)
Z axis on Z driver
NO extruder needed, but I want 1 virtual axis (It might be E0 or E1) which sends its step and dir signals to the expansion header where I can grab them. They will NOT drive a stepper but give signals to some other piece of electronics. -
RE: Warning: motor phase B may be disconnected reported by driver0
I think I found one who will even go faster. he has a little higher inductance, but half the holding torque.
I can move my axis perfectly fine with only 0.2A on the current motors which are rated at 1.5 , so I require very little force.
Chances are big that this motor will have enough juice to move the axis and will also be able to go faster in the end because if reasonably low inductance EMF, but due to the lower holding torque also more margin in the EMF due to rotation of the motor
https://www.omc-stepperonli
ne.com/hybrid-stepper-motor/dual-shaft-nema-17-bipolar-1-8deg-22ncm-31oz-in-1-33a-2-8v-42x33mm-4-wires.html -
RE: Warning: motor phase B may be disconnected reported by driver0
I wonder what the back EMF due to rotation is based on. For this last motor that seems so be the limiting factor and not the inductance. It seems like it is related to the Rated holding torque so I guess thats as good as it will get for that motor (if 28 mm/s is the calculated limit, then maybe 25mm/s would be a safe limit and that is a very acceptable speed for what I want to build
-
RE: Warning: motor phase B may be disconnected reported by driver0
If I plug this one in the calculator (and I enter 2500mA rated and 1500mA given current @ 24vDC, then this motor should theoretically give me 28mm/s before things go red
-
RE: Warning: motor phase B may be disconnected reported by driver0
The current motor is a kysan 1124090 with 4,8mH inductance and 2,8 ohm resistance
I can reach around 13mms on my leadscrew with 24vDC and I can even achieve this while powering the motor with only 0.2A while the motor is rated at max 1.5A
So the motor is too powerfull for what needed.
I tried the EMF calculator (didn't even know this existed) and found out that lower phase inductance can lead to higher speeds.
I cannot us other leadscrews because I bought second hand THK KR20 rails which are ultra high precision screws at quite high price
So I have to stick with them and I have to find motors with lower inductance if I want higher topspeeds. I'd like to be able to reach 20mm/s if possible because the printer I'll make for this won't go faster than that.
Anyway, The motor I'll need probably can we nema 17, but also nema 14 or even 11 since I am perfectly able to run it at 24V 0.2A currently, so there is margin.
Any idea where I could find motors specificly suited for higher speeds and having lower inductance ? I have 1 goldenmotor nema11 here (model 28HD1411-02) and that motor should have 4,8ohm resistance and 2,8mH inductance, so this one should go faster.
Any tip/shints are welcome
-
RE: Warning: motor phase B may be disconnected reported by driver0
I tried that EMF calculator and indeed I see that when I go past 15mm/s (which is 3200steps per mm) then I and get red numbers
It also looks like microstepping has nothing to do with it and also that running the motor at 1A lets me achieve higher speeds than running is at 0.5A (under the condition that the motor can produce enough torque of course)
So now what ? Any suggestions for quality motors which have lower inductance and could give me higher speeds ?
-
RE: Warning: motor phase B may be disconnected reported by driver0
Inductance is 4.8mH± 20%
Supplyvoltage is 24vDC
Wiring is factory wiring and I tried 4 identical motors which makes me think they won't be all faultyAny idea ?
-
Warning: motor phase B may be disconnected reported by driver0
Hi,
I keep getting this error/warning
Warning: motor phase B may be disconnected reported by driver(s) 0
I have atached a nema17 stepper motor and configured it to have
M92 X3200.00 Y200.00 Z200.00 E420.00 ; set steps per mm M350 X2 Y16 Z16 E16 I0 ; configure microstepping with interpolation M566 X50.00 Y900.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min) M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min) M201 X20.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
Only X motor is connected. The motor is rated for max 1.5A and I tested with all kind of settings between 1 and 1.5
This motor is driving a leadscrew with 1mm pitch
So I define it as 3200 steps per mm (based on the default 16x microstepping on duet) and then reconfigure for x2 halfstepping without interpolation (It does the same if I choose x16 I1 howeverAs soon as I let my motor reach 900rpm . (resulting in 15mm/s speed on my leadscrew) I start getting these warnings.
I can however go a lot higher than 900rpm on the motor and it doesn't stall, but what are these warnings and what should I do with them ?Are they any indication of step loss? Or is this some kind of bug ?
Kind regards,
Bart -
RE: Getting the digital step/dir signals on stepper X,Y, Z
@dc42 said in Getting the digital step/dir signals on stepper X,Y, Z:
command in config.g to assign both an internal driver and a driver on t
ok thank you.
You say drive up to 12 steppers of which 9 can be axes. Out of curiousity, but what are the other 3 then ?