Issues with motors..... Don't move
-
Hi,
Config.g
; Configuration file for Duet WiFi (firmware version 1.17)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool on Fri Aug 04 2017 00:02:04 GMT-0400 (Eastern Daylight Time); General preferences
M111 S0 ; Debugging off
G21 ; Work in millimetres
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder moves
M555 P1 ; Set firmware compatibility to look like RepRapFirmare
M665 R157 L397.1073 B175 H500.3 ; Set delta radius, diagonal rod length, printable radius and homed height
M666 X0 Y0 Z0 ; Put your endstop adjustments here, or let auto calibration find them
M208 Z0 S1 ; Set minimum Z; Endstops & Monitoring aa
M574 X2 Y2 Z2 S1 ; Define active high microswitches
M557 R110 S25 ; Define mesh grid
M911 S12.0:19.5:22.0 ; Auto-pause at 19.5V, then either stop at 12V or auto-resume at 22V;DESACTIVAR EL PIN DEL HEATER7, EN EL SOCKET DE EXPANSION
;Zprobe Precision Piezo
; M558 P0
M558 P8 I1 R0.4 F500 X0 Y0 Z0; M558 P8 I1 R1 F300 X0 Y0 Z0 H2 / M558 P5 I1 R0.4 F300 H5 X0 Y0 Z0 T2400
G31 X0 Y0 Z-0.1 P400 ;(X, Y, Z offsets, debounce interval); Drives
M569 P0 S1 ; Drive 0 goes forwards
M569 P1 S1 ; Drive 1 goes forwards
M569 P2 S1 ; Drive 2 goes forwards
M569 P3 S0 ; Drive 3 goes reverse
M350 E16 I1 ; Configure microstepping with interpolation
M350 X32 Y32 Z32 I1 ; Configure microstepping with interpolation
M92 X160 Y160 Z160 E415 ; Set steps per mm
M566 X1200 Y1200 Z1200 E1200 ; Jerk Set maximum instantaneous speed changes (mm/min)
M203 X18000 Y18000 Z1800 E1200 ; Set maximum speeds (mm/min)
M201 X1000 Y1000 Z1000 E1000 ; Set accelerations (mm/s^2)
M906 X1200 Y1200 Z1200 E800 I40 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Pressure in advance
M572 D0 S0.08 ; Setup for pressure in advance
; Heaters
M143 S285 ; Set maximum heater temperature to 285C
M301 H0 S1.00 P10 I0.1 D200 T0.4 W180 B30 ; Use PID on bed heater (may require further tuningM305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1; Tools
M563 P0 S"Prometheus" D0 H1 F1 ;M563 P0 D0 H1 ; tool(P)0 Nombre(S) Motor de extrusion(D)0 Calentador(H)1 y Ventilador(F)1
G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C; Network
M550 PTLM Duet 2 ; Set machine name
M587 S"TERRAZAExtender2.4GHz" P"a1b2c3d4" I192.168.1.200
M552 S1 ; Enable network
M586 P0 S1 ; Enable HTTP
M586 P1 S0 ; Disable FTP
M586 P2 S0 ; Disable Telnet; Fans
M106 P0 H-1 ; GCODE FAN
M106 P1 H-1 ; GCODE FAN
M106 P2 S1 I0 F500 H1 T205 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on a 70C; Custom settings are not configured
; Miscellaneous
M501 ; Load saved parameters from non-volatile memoryM119
Endstops - X: not stopped, Y: not stopped, Z: not stopped, Z probe: not stopped
-
Hi,
An idea it's make a Soft reset... How would the procedure?
-
@peirof said in Issues with motors..... Don't move:
Hi,
An idea it's make a Soft reset... How would the procedure?
Sending M999 causes a software reset.
-
@dc42 Ok... Later try... Exist, in Duet, a Hard reset?
-
@peirof said in Issues with motors..... Don't move:
M558 P8 I1 R0.4 F500 X0 Y0 Z0; M558 P8 I1 R1 F300 X0 Y0 Z0 H2 / M558 P5 I1 R0.4 F300 H5 X0 Y0 Z0 T2400
I could be way of the mark here but in this line
M558 P8 I1 R0.4 F500 X0 Y0 Z0; M558 P8 I1 R1 F300 X0 Y0 Z0 H2 / M558 P5 I1 R0.4 F300 H5 X0 Y0 Z0 T2400is the semicolon directly after the Z0 ok or does it need a space in there?
Doug
-
i am not sure, but think this is not the problem, the printer has been working with these config.g, months....
-
Well....eeee, not, bad.
I have do the test i have comented, soft reset and with a new MicroSD, reinstall printer.... and the same.
ALL WORKS (HEATERS, TERMISTORS, ENDSTOPS, ZPROBE,....) MINUS STEPPERS MOTORS
Only rest, think, is test of drivers of Duet, think TMC2660, are working ok...
How can test this point?
Its strange that all drivers goes off at the same time. Why?
Something more to test?These look bad....
Now i have no ideas.....
@dc42, please HELP!!!!!!!!!!!!!!
-
Please verify the following:
-
When you power up the Duet, initially it is possible to move the carriages of your printer by hand (slowly!), because the motors are not energised.
-
If you send the following commands:
G91
G1 S2 X-10then the X motor does not move.
-
After sending those commands, the X carriage is difficult to move (because there is current in the X motor). But the Y and Z carriages are still easy to move.
-
Sending this;
G91
G1 S2 Y-10doesn't make the Y motor move, but does lock the Y motor.
- Sending this;
G91
G1 S2 Z-10doesn't make the Z motor move, but does lock the Z motor.
- After sending these commands, there are no error messages reported in the GCode console.
Is all of that correct?
-
-
No, it is not correct.
The motors ever, after send the gcode (G1 S2 X-10 or G1 S2 Y-10 or G1 S2 Z-10), are smooth to move, are not energiced....
-
@peirof said in Issues with motors..... Don't move:
The motors ever, after send the gcode (G1 S2 X-10 or G1 S2 Y-10 or G1 S2 Z-10), are smooth to move, are not energiced....
In that case, I think there may be a problem with the ENN signal that goes from the processor to all the drivers. This signal is also present on the expansion connector (see the label underneath for which pin it is). You could measure the voltage between it and ground (which you can connect to on any endstop connector) using a multimeter. With USB power only applied, it should be at +3.3V. When VIN power is applied, it should drop to 0V, which enables the drivers.
-
Hi,
If I did not understand wrong, the procedure would be:
1- Disconnect, Duet3d Board, from power.
2- Connect Duet3d, with the USB cable to a PC.
3- I check the voltage, in the expansion module, between the pins, pin 28 (ENN) and pin 2 (GND).
4- With Duet3d Board, WITHOUT ELECTRIC CURRENT but with the USB connected, the reading on the voltage meter would have to be 3.3V.
5- I turn on the PSU, as soon as I turn it on, the voltage should drop to 0.0V.Okay?
-
Hi,
tests do its.... i send images.
ONLY WITH USB TO LAPTOP
WITH TLM PSU ON
Something its wrong. No?. But what.... and.... WHY?
-
Some tips for I can do?
-
What did you mean by this in your earlier response:
i send by console G91 and after G1 S2 X10.... and axis stiff, the same with Y and Z
I unerstood that to mean that after you sent G1 S2 X10, the axis became harder to move by hand. But more recently you said:
The motors ever, after send the gcode (G1 S2 X-10 or G1 S2 Y-10 or G1 S2 Z-10), are smooth to move, are not energiced....
Which is correct?
Is this Duet still within the warranty period? (as of when you first reported this issue).
-
The axis are smooth... Its easy move(after command move it)... Sorry for my english, Its not very good
-
@dc42 said in Issues with motors..... Don't move:
Is this Duet still within the warranty period? (as of when you first reported this issue).
hi,
this is complicated....
The first time I bought the Duet board, it was this:
Order ID: 1957
Date Added: 10/08/2017and, in the middle of last year, it was changed, by a Duet 2 board, since the original, stopped working. The exact date I can not find it.
And this second unit is the one that has stopped working.
SUMMARY:
- The original purchase was made on 10/8/2017
- The current unit, installed in the middle of last year, I can not find the date
-
Please... i am waiting instructions
What can i do?
-
Well....
I think, Duet 2 its dead.... i d'like buy another board.... but i have some questions:
- I have see, there is a Spanish retailer, BricoGeek. The product in the retailer its Duet Wifi, but the specifications seems DUET 2 Wifi. Can anyone check this? What model its.
- I suppose, that i buy the board in these retailer, BricoGeek, follow using the official support and use of this forum.
- In the e-shop, the image seems have 2 fuse in board, my actual Duet2, only have one. Why? (In web refer as 1.04 version)
- And the most important.... WHY MY ACTUAL DUET, its partial dead. If i dont know why its dead,... there is a lot of possibilities that the new unit deads again for the same problem......
-
Duet WiFi and Duet 2 WiFi are the same thing. We added the 2 to distinguish the Duet WiFi/Ethernet/Maestro from the generation 1 boards (Duet 06, Duet 085).
In line with our policy of continuous improvement, we've gone through several PCB revisions to make minor improvements, to better work with evolving usage patterns. See https://duet3d.dozuki.com/Wiki/Hardware_Overview#Section_PCB_revision_history for the details.
Your Duet is well out of warranty, but if you want to send it to me then I will attempt to diagnose the fault, tell you what I think may have caused it, and see if a repair is possible.
-
Hi,
For test purposes....
With only a USB wire conected... Duet its capable of move stepper motors? Or need a 24v Psu conected?