short-to-ground reported by driver 0 1 2 4. Help Needed
-
I am new to the Duet board but have been building CNC machines for a while. This is a new install of a Duet 3 6HC on a newly created printer.
Whenever I try any motion the short-to-ground error is given. I have tripple checked all the wiring, tested the motors and wires on other systems and also used a meter to check/verify the wiring and coils in the motors. There is no short in the wires or motors.
I am at a loss. I have searched forum and found others with similar errors but they usually had wiring issues. I don't all the motors work, tested individually on the good driver channels.
Here is my configuration file and a list of the errors.
; Configuration file for Duet 3 (firmware version 3)
; executed by the firmware on start-up
;; --------------- Pin/connection Mapping Legend -------------------
; out0 - UNUSED
; out1 - Extruder 1 heater
; out2
; out3
; out4
; out5
; out6
; out7 - Solid State Relay 1 (Bed Heater)
; out8 - Solid State Relay 2 (unused)
; out9 - Run Signal to Limits/E-Stop board.
; out4.tach
; out5.tach
; out6.tach
; io0.in - X limit switch. Active High Signal.
; io1.in - Y limit switch. Active High Signal.
; io2.in - Z limit switch. Active High Signal.
; io3.in - Emergency stop from Limits/E-Stop board.
; io4.in - Unused Signal from Limits/E-Stop board.
; io5.in
; io6.in
; io7.in - BL-Touch
; io8.in
; io0.out
; io1.out
; io2.out
; io3.out
; io4.out
; io5.out
; io6.out
; io7.out - BL-Touch
; io8.out
; pson
; spi.cs0
; spi.cs1
; spi.cs2
; spi.cs3
; temp0 - Bed Thermistor
; temp1 - Hotend Thermistor
; temp2
; temp3
; mcu-temp - MCU sensor
; driver0 - XY Left NEMA 23 Stepper 4.0 Amps, 20 tooth GT2 belt.
; driver1 - XY Right NEMA 23 Stepper 4.0 Amps, 20 tooth GT2 belt.
; driver2 - Z Center/Rear NEMA 17 Stepper 1.5 Amps, Belt drive 3:1 reduction driving 1204 ballscrew.
; driver3 - Z Left/Front NEMA 17 Stepper 1.5 Amps, Belt drive 3:1 reduction driving 1204 ballscrew.
; driver4 - Z Right/Front NEMA 17 Stepper 1.5 Amps, Belt drive 3:1 reduction driving 1204 ballscrew.
; driver5 - Extruder, NEMA 17 Stepper 1.3 Amps, 14:1 planetary geared, driving Bondtech Drivegear 35mm/rotation
; -----------------------------------------------------------------; generated by RepRapFirmware Configuration Tool v3.1.4 on Fri Aug 14 2020 15:56:18 GMT-0400 (Eastern Daylight Time)
; General preferences
G04 P2000 ; Pause for 2 seconds.
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"Duet 3" ; set printer name
G21 ; Set units to Millimeters.
M669 K1 ; select CoreXY mode; Drives
M569 P0.0 S1 ; physical drive 0.0 goes forwards
M569 P0.1 S1 ; physical drive 0.1 goes forwards
M569 P0.2 S1 ; physical drive 0.2 goes forwards
M569 P0.3 S0 ; physical drive 0.3 goes forwards
M569 P0.4 S1 ; physical drive 0.4 goes forwards
M569 P0.5 S1 ; physical drive 0.5 goes forwards; Next Line Modified.
M584 X0.0 Y0.1 Z0.2:0.3:0.4 E0.5 ; set drive mapping. 3 Z motors
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation; Next Line Modified. Uncomment and update when data is known.
; Set up three Z-axis location
;M671 X-52.5:377.5:377.5 Y162.5:282.5:42.5 S5 ; leadscrews at 1 - left, 2 - rear right and 3 - front rightM92 X80.00 Y80.00 Z2400.00 E420.00 ; set steps per mm
M566 X900.00 Y900.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z600.00 E1200.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
M906 X3000 Y3000 Z1000 E800 I50 ; 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 X230 Y210 Z200 S0 ; set axis maxima; Endstops
M574 X1 S1 P"io0.in" ; configure active-high endstop for low end on X via pin io0.in
M574 Y1 S1 P"io1.in" ; configure active-high endstop for low end on Y via pin io1.in
M574 Z1 S1 P"io2.in" ; configure active-high endstop for low end on Z via pin io2.in; Z-Probe
M950 S0 C"io7.out" ; create servo pin 0 for BLTouch
M558 P9 C"^io7.in" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
G31 P500 X0 Y32 Z2.5 ; set Z probe trigger value, offset and trigger height
M557 X15:215 Y15:195 S20 ; define mesh grid; Heaters
M308 S0 P"temp0" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin temp0
; Next Line Modified.
M950 H0 C"out7" T0 ; create bed heater output on out7 and map it to sensor 0
M307 H0 B1 S1.00 ; enable 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 120C
M308 S1 P"temp1" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin temp1
M950 H1 C"out1" T1 ; create nozzle heater output on out1 and map it to sensor 1
M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit; Fans
M950 F0 C"out4" Q500 ; create fan 0 on pin out4 and set its frequency
M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
M950 F1 C"out5" Q500 ; create fan 1 on pin out5 and set its frequency
M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on
M950 F2 C"out6" Q500 ; create fan 2 on pin out6 and set its frequency
M106 P2 S1 H1 T45 ; set fan 2 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; Emergency Stop
M574 S1 P"^!io3.in" ; Define Emergency endstop - emergency stop switch condition
M581 P"io3.in" T0 ; Define action to be taken with activation of emergency stop switch; Miscellaneous
T0 ; select first tool
M501 ; Store parameters8/15/2020, 8:57:43 AM Emergency stop, attemping to reconnect...
8/15/2020, 8:57:42 AM Warning: Firmware halted
8/15/2020, 8:57:38 AM Error: short-to-ground reported by driver(s) 0 1 2 4
8/15/2020, 8:57:34 AM Error: short-to-ground reported by driver(s) 2 4
8/15/2020, 8:57:29 AM Error: short-to-ground reported by driver(s) 2 4
8/15/2020, 8:57:25 AM Error: short-to-ground reported by driver(s) 2 4
8/15/2020, 8:57:20 AM Error: short-to-ground reported by driver(s) 2 4
8/15/2020, 8:57:16 AM Error: short-to-ground reported by driver(s) 2 4
8/15/2020, 8:57:11 AM Error: short-to-ground reported by driver(s) 2 4
8/15/2020, 8:57:07 AM Error: short-to-ground reported by driver(s) 2 4
8/15/2020, 8:57:02 AM Error: short-to-ground reported by driver(s) 2 4
8/15/2020, 8:56:58 AM Error: short-to-ground reported by driver(s) 2 4
8/15/2020, 8:56:53 AM Error: short-to-ground reported by driver(s) 2 4
8/15/2020, 8:56:49 AM Error: short-to-ground reported by driver(s) 2 4
8/15/2020, 8:56:44 AM Error: short-to-ground reported by driver(s) 2 4
8/15/2020, 8:56:40 AM Error: short-to-ground reported by driver(s) 2 4
8/15/2020, 8:56:36 AM Error: short-to-ground reported by driver(s) 2 4
8/15/2020, 8:56:31 AM Error: short-to-ground reported by driver(s) 2 4
8/15/2020, 8:56:17 AM Connected to 10.102.1.114 -
@maxspongebob sorry for the inconvenience, this is a known issue with a short run of boards. Please see this thread for info and what to do: https://forum.duet3d.com/topic/18011/duet-3-6hc-short-to-ground-issue?
In short, contact Duet3D for a warranty replacement.
Ian