Is my Duex5 board dead?
-
Is there a way to test if my duex5 is receiving power? I got my Duex5 hooked up to my Duet 2 wifi ran home all axes, x and y homed fine but when it gets to the z axis I didn't notice the 3 z motors turning on. I have 3 motors for Z and they are on drivers 7 8 9 on the duex5 just to test if the board is working. Before I had one motor attached to the Z motor on the Duet 2 wifi and that one motor activated and can feel resistance if I try to turn the lead screw, but the 2 motors on the the duex5 nothing.
Are there any LEDs that turns on when the board is on? Or did I not set up my code correctly.
Here is the gcode motor setup
; Drives
M569 P0 S0 D3 ; physical drive 0 goes forwards
M569 P1 S0 D3 ; physical drive 1 goes forwards
M569 P2 S1 D3 ; physical drive 2 goes forwards
M569 P3 S1 D3 ; physical drive 3 goes forwards
M569 P4 S1 D3 ; physical drive 0.4 goes forwards
M569 P7 S1 D3
M569 P8 S1 D3 ; physical drive 0.5 goes forwards
M569 P9 S1 D3
;M584 X0 Y1 Z2 E3 ; set drive mapping
M584 X1 Y0 Z7:8:9 E3 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X80.00 Y80.00 Z800.00 E400.00 ; set steps per mm
M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z1000.00 E1200.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
M906 X800 Y800 Z800 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 -
@misterj
You could check the 24V input and the blade fuse on the Duex5. -
@o_lampe said in Is my Duex5 board dead?:
@misterj
You could check the 24V input and the blade fuse on the Duex5.The fuse is fine.
So digging around I attached a fan to the internal 12 pins and the fan is spinning. So I think I am getting power.
I entered M115 and only my Duet 2 wifi is listed. But only one time so far did M115 showed duet 2 wifi + duex 5. Could it be my ribbon cable is bad?
Edit: so I took the ribbon cable and flipped it. M115 is showing both boards. Not sure how long that will last.
-
-
So I took the off the ribbon cable and tested each pin on the cable with a multimeter and every pin has continuity, so it can't be the cable. I think the boards are not communicating with each other.
I have been doing M115 a lot and most of the time it only shows the duet 2 and randomly other times I get duet 2 wifi+duex 5 listed on the web interface. When that happens all my z axis drives are working.
So now its figuring what is at fault that the boards are not communicating with each other.
-
IIRC this can be the case if the power wiring from duet to duex is too long or if the GND wire has too low a diameter. Posting a photo of the wiring could shed some light.
-
Is this a new Duex5? When and where did you purchase it?
-
@oliof said in Is my Duex5 board dead?:
IIRC this can be the case if the power wiring from duet to duex is too long or if the GND wire has too low a diameter. Posting a photo of the wiring could shed some light.
Here is the image, the thinner wires are before and after are the thick wires. Even with the thicker wires duet 2 still don't detect duex5. I am getting voltage into the duex.
@phaedrux said in Is my Duex5 board dead?:
Is this a new Duex5? When and where did you purchase it?
Yes its new. I bought it back in April of 2021 from Filastruder. It's only now that I had time to finish building this printer and using the duex5.
-
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.