Motors doesn't work on drives from Duex 5
-
@eken said in Motors doesn't work on drives from Duex 5:
@fcwilt
24,2V if I remember correctly, same as at the Duet and PSU.Edit
24,19VAll I can suggest at this point is to disconnect everything but power and the ribbon cable then run M122.
Of course turn off power first.
Frederick
-
And there is no need to perform a reset?
Necessary positioning of jumper?
No nothing to get the drive outputs active more than assigning them in config?Noticed that if I disconnect all stepper motors the end6 LED turns off.
If I connect a motor on any of the drive outputs the end6 LED turns on. -
@fcwilt
Ok, tried that as well. -
@eken said in Motors doesn't work on drives from Duex 5:
@fcwilt
Ok, tried that as well.With nothing still connected run M98 P"config.g" and see if any errors are reported.
Frederick
-
@fcwilt
M98 P"config.g"
HTTP is enabled on port 80
FTP is disabled
TELNET is disabled
Error: Heater 7 not found -
@eken said in Motors doesn't work on drives from Duex 5:
@fcwilt
M98 P"config.g"
HTTP is enabled on port 80
FTP is disabled
TELNET is disabled
Error: Heater 7 not foundI'm running out of ideas. Please post your complete config.g file using the </> tag.
Thanks.
Frederick
-
; Configuration file for Duet WiFi (firmware version 3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.2.1 on Tue Jan 12 2021 00:28:54 GMT+0100 (centraleuropeisk normaltid) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"ME4080" ; set printer name M669 K1 ; select CoreXY mode ; Drives M569 P0 S1 ; physical drive 0 goes forwards M569 P1 S1 ; physical drive 1 goes forwards M569 P2 S1 ; physical drive 2 goes forwards M569 P3 S0 ; physical drive 3 goes backwards M569 P4 S0 ; physical drive 4 goes backwards M569 P5 S1 ; physical drive 7 goes forwards M569 P6 S1 ; physical drive 8 goes forwards M569 P9 S1 ; physical drive 9 goes forwards M584 X0 Y1 Z2:5:6 E3 ; set drive mapping M350 Z16 I0 ; configure microstepping without interpolation M350 X16 Y16 E16 I1 ; configure microstepping with interpolation M92 X100.00 Y100.00 Z400.00 E402.00 ; set steps per mm M566 X900.00 Y900.00 Z90.00 E3000.00 ; set maximum instantaneous speed changes (mm/min) M203 X6000.00 Y6000.00 Z720.00 E12000.00 ; set maximum speeds (mm/min) M201 X500.00 Y500.00 Z400.00 E4000.00 ; set accelerations (mm/s^2) M906 X1400 Y1400 Z1400 E800 I30 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 X0 Y0 Z0 S1 ; set axis minima M208 X270 Y270 Z260 S0 ; set axis maxima ; Endstops M574 X1 S1 P"xstop" ; configure active-high endstop for low end on X via pin xstop M574 Y1 S1 P"ystop" ; configure active-high endstop for low end on Y via pin ystop M574 Z1 S2 ; Define Z to use Probe. Home to Min ; Z-Probe M558 P9 C"^zprobe.in" H10 F120 T6000 X0 Y0 Z1 ; Set Z probe type/mode 9. H=Dive Height. F=Speed the bed moves M557 X10:200 Y10:200 S50 ; define mesh grid G31 X60 Y60 Z3.0 P25 ; Z probe trigger value, offset in relation to nozzle. And trigger height adjustment M950 S13 C"duex.pwm5" ; Which pin BLTouch is connected to ; Heaters M307 H7 A-1 C-1 D-1 ; Disable the 7th Heater to free up PWM channel 5 on the Duex board. M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0 M307 H0 B0 R0.724 C166.5 D3.47 S1.00 V24.2 ; disable bang-bang mode for the bed heater and set PWM limit M140 H0 ; map heated bed to heater 0 M143 H0 S120 ; set temperature limit for heater 0 to 100C M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.060000e-8 ; configure sensor 1 as thermistor on pin e0temp M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1 M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit M143 H1 S280 ; set temperature limit for heater 1 to 280C ; Fans M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on ; Tools M563 P0 D0 H1 F0 ; define tool 0 G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C ; Custom settings are not defined ; Miscellaneous M501 ; load saved parameters from non-volatile memory M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss T0 ; select first tool
Don't understand what you meen with </> tag?
-
Well you must have used it since the file is display correctly.
Clicking on the </> icon enters three lines of characters used for pasting code into a post. I've reached the point where I just type in the needed characters (two sets of 3 ` characters).
Frederick
-
-
@fcwilt
Ok, thanks a lot for your time and effort!
The board is mounted on brass extenders for PC motherboards, extra tall so there should be enough clearance.
Hmm maybe I can find another ribbon cable just for trying something…I’ve never used the </> button, only knew about the ‘’’
-
Did you check to be sure there was no continuity from power in (positive or negative) to the metal plate?
Frederick
-
@fcwilt
Yes, nothing there.
0V
0.L ohm
Have measured at multiple locations (+/- on Duet, Duex and PSU) -
@eken said in Motors doesn't work on drives from Duex 5:
Hmm maybe I can find another ribbon cable just for trying something…
Does the ribbon cable have continuity on all it's pins?
-
@phaedrux
Yes it has.
So I didn’t bother looking for another cable to try with. -
@eken said in Motors doesn't work on drives from Duex 5:
@phaedrux
This is a "new" Duex, ordered it 13 months ago and installed it this week.When and where was the Duex purchased?
-
@phaedrux
End of 11/2 2021, RepRapPro.me -
It would be out of warranty, but seeing as it hasn't been used until now, and the issue seems to be that the Duex is not being detected at all, I think we should cover it under warranty.
Please send an email to warranty@duet3d.com and CC your reseller. Include a link to this forum thread and the details of your original purchase. You'll receive a reply with a form to fill out.
-
@phaedrux
Thanks for the reply!
I’ve sent an email now. -
@phaedrux
Recieved my new Duex yesterday and work out just great now!
Now I'm off to get use of some 3-point-independent-z-motor-super-mega-heavy-duty-auto-bed-levelingThanks for your help and thanks to Duet-team and reprappro.me for the quick handling of the warranty case!
-
Glad you're up and running now.
-
-