Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Short to ground.

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    2
    21
    2.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Agniusmundefined
      Agniusm
      last edited by

      I have swapped my y motor for 0.9 degree 1.6 and i get short to ground. It would seem that its wired wrong but when i do homing of all axes all works as it should but when i try to start a print it starts stutter and reports short to ground. The board is maestro.
      Config.g is adjusted for new motor, steps and current. Microstepping at 16 steps

      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by

        Which firmware verison are you running? With older firmware versions there is an issue with spurious short-to-ground reports and poor performance when running at high speeds with the drivers in stealthChop mode.

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        1 Reply Last reply Reply Quote 0
        • Agniusmundefined
          Agniusm
          last edited by Agniusm

          FW 202rc5. I am not running in mode you mentiined, stealthChop, unless its by default

          1 Reply Last reply Reply Quote 0
          • Agniusmundefined
            Agniusm
            last edited by Agniusm

            @dc42 here are the motors i got:
            https://www.omc-stepperonline.com/nema-17-bipolar-09deg-44ncm-623ozin-168a-28v-42x42x47mm-4-wires-17hm19-1684s.html?search=17HM19-1684S
            Any recommendations on other motors?
            How are these: https://e3d-online.com/motors-compact-but-powerful-motor ?

            And here is my config:

            ; General preferences
            G90 ; Send absolute coordinates...
            M83 ; ...but relative extruder moves

            ; Network
            M550 P"Machine 2" ; Set machine name
            M552 P0.0.0.0 S1 ; Enable network and acquire dynamic address via DHCP
            M586 P0 S1 ; Enable HTTP
            M586 P1 S0 ; Disable FTP
            M586 P2 S0 ; Disable Telnet

            ; Drives
            M569 P0 S0 ; Drive 0 goes forwards
            M569 P1 S0 ; Drive 1 goes forwards
            M569 P2 S0 ; Drive 2 goes forwards
            M569 P3 S0 ; Drive 3 goes forwards
            M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
            M92 X80 Y160 Z400 E419.8 ; Set steps per mm X80.06 Y80.22
            M566 X400 Y400 Z12 E150 ; Set maximum instantaneous speed changes Jerk (mm/min) buvo Z24 E300
            M203 X12000 Y12000 Z1000 E1200 ; Set maximum speeds (mm/min) Z800
            M201 X600 Y600 Z100 E5000 ; Set accelerations (mm/s^2) Z200
            M906 X800 Y1500 Z800 E800 I5 ; Set motor currents (mA) and motor idle factor in per cent
            M84 S10 ; Set idle timeout

            ; Axis Limits
            M208 X-1 Y-4 Z0 S1 ; Set axis minima
            M208 X260 Y233 Z220 S0 ; Set axis maxima

            ; Z-Probe
            M558 P4 I0 F400 X0 Y0 Z0 T12000 ; Set Z probe type, the dive height + speeds
            G31 P500 X-24.5 Y0 Z0.25 ; Set Z probe trigger value, offset and trigger height
            M557 X5:260 Y2:233 S73.33:73.3 ; Define mesh grid

            ; Endstops
            M574 X1 Y1 Z2 S1 ; Define active low and unused microswitches
            M591 D0 P2 C4 S1 ; Filament runout
            ; M556 S79.95 X-0.1 Y0.5 Z0.55 ; Axes compensation

            ; Heaters
            M143 S350 ; Set maximum hotend temperature to 350C
            M143 H0 S120 ; Set maximum bed temperature to 130C
            M305 P1 T100000 B3950 C0 R2200 ; Set thermistor + ADC parameters for heater 1 Nozzle
            M305 P0 T100000 B3950 C0 R2200 ; Set thermistor + ADC parameters for heater 0 Bed
            M307 H1 A280.4 C177.7 D9.2 S1 B0 ; Use PID on extruder heater use M303
            M307 H0 A80.2 C399.8 D2.2 B0 ; Use PID on bed heater use M303

            ; Fans
            M106 P0 S0.6 I0 F500 H1 T45 ; Hotend fan, on at 45C
            M106 P1 S0 I0 F500 H-1 ; Part cooling fan
            M106 P2 S0 I0 F500 H-1 ; LED lights

            ; Tools
            M563 P0 D0 H1 F1 ; 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
            ; LCD
            M918 P1 E4 ; enable lcd

            M911 S23 R23 P"M913 X0 Y0 M106 S0 G91 M83 G1 Z3 E-1 F1000" ; Configure automatic saving on power loss removed E-1 F1000

            1 Reply Last reply Reply Quote 0
            • dc42undefined
              dc42 administrators
              last edited by dc42

              Are sure that you wired the motor correctly? Normally it's red and blue wires to one end of the connector, green and black to the other end. But check with a multimeter that read and green are one phase, and green and black are the other.

              Duet WiFi hardware designer and firmware engineer
              Please do not ask me for Duet support via PM or email, use the forum
              http://www.escher3d.com, https://miscsolutions.wordpress.com

              Agniusmundefined 1 Reply Last reply Reply Quote 0
              • Agniusmundefined
                Agniusm @dc42
                last edited by

                @dc42 I am swapping and doing combinations now. But would it home normally and fuck up on print start? I think it even throws X axis bonkers.
                So one phase is 1A and 1B and another 2A and 2B. I have checked with multimeter where i have phases and i have motor manual diagram for wiring, was included.
                I will get the vid

                1 Reply Last reply Reply Quote 0
                • Agniusmundefined
                  Agniusm
                  last edited by

                  I have a hunch. It could be that maestro remembers bad wiring in some weird way? When i power off and on again, it might have juice in bigass cap and prevents change to take place so i keep swapping wires but lack waiting till cap is discharged and get the same result

                  1 Reply Last reply Reply Quote 0
                  • dc42undefined
                    dc42 administrators
                    last edited by dc42

                    You are right, if the motors are homing OK then the phases must be correct.

                    Please try firmware 2.02RC7.

                    How are you cooling the Duet? You are running the Y motor at 1500mA which is close to the maximum, and at that current it will need a lot of cooling. Try 1200mA, that will probably be enough.

                    Duet WiFi hardware designer and firmware engineer
                    Please do not ask me for Duet support via PM or email, use the forum
                    http://www.escher3d.com, https://miscsolutions.wordpress.com

                    Agniusmundefined 1 Reply Last reply Reply Quote 0
                    • Agniusmundefined
                      Agniusm @dc42
                      last edited by Agniusm

                      @dc42 i am uploading a vid atm. Cooling is done all stock as on ender 3. 24v 40x40x10 fan at the top, vents at the bottom and sides.
                      High current could be a problem but i would suspect that it wont happen strait away. I will try lowering my currents just to see.
                      Just to mention i got 2 motors and tested both with the same results.
                      I also tested it on the clone board with the same outcome

                      1 Reply Last reply Reply Quote 0
                      • Agniusmundefined
                        Agniusm
                        last edited by

                        Lowering currents to 1000mA did not help.

                        1 Reply Last reply Reply Quote 0
                        • Agniusmundefined
                          Agniusm
                          last edited by

                          @dc42
                          https://youtu.be/04CG28UY_cI

                          1 Reply Last reply Reply Quote 0
                          • Agniusmundefined
                            Agniusm
                            last edited by

                            Firmware upgrade did not help.

                            1 Reply Last reply Reply Quote 0
                            • dc42undefined
                              dc42 administrators
                              last edited by dc42

                              So you only get the errors if you have the heaters on? That sounds like a power issue to me, which is quite likely because your new motors are higher current/lower inductance than the original ones. After the short to ground errors are reported, run M122 and check the count of under voltage events.

                              Duet WiFi hardware designer and firmware engineer
                              Please do not ask me for Duet support via PM or email, use the forum
                              http://www.escher3d.com, https://miscsolutions.wordpress.com

                              1 Reply Last reply Reply Quote 0
                              • Agniusmundefined
                                Agniusm
                                last edited by

                                M122
                                Error: short-to-ground reported by driver(s) 1
                                === Diagnostics ===
                                RepRapFirmware for Duet 2 Maestro version 2.02RC7(RTOS) running on Duet Maestro 1.0
                                Board ID: 08DAM-9F9DA-MWNS8-6J9D6-3SW6P-K51LW
                                Used output buffers: 3 of 20 (7 max)
                                === RTOS ===
                                Static ram: 19476
                                Dynamic ram: 97632 of which 0 recycled
                                Exception stack ram used: 268
                                Never used ram: 13696
                                Tasks: NETWORK(ready,672) HEAT(blocked,1300) MAIN(running,3940) IDLE(ready,204)
                                Owned mutexes:
                                === Platform ===
                                Last reset 00:02:35 ago, cause: power up
                                Last software reset at 2018-12-23 11:45, reason: User, spinning module GCodes, available RAM 13688 bytes (slot 3)
                                Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0400f000 BFAR 0xe000ed38 SP 0xffffffff Task 0x4e49414d
                                Error status: 0
                                Free file entries: 9
                                SD card 0 detected, interface speed: 15.0MBytes/sec
                                SD card longest block write time: 0.0ms, max retries 0
                                MCU temperature: min 15.3, current 23.4, max 23.5
                                Supply voltage: min 0.0, current 24.1, max 24.4, under voltage events: 0, over voltage events: 0, power good: yes
                                Driver 0: standstill, read errors 0, write errors 0, ifcount 10, reads 6182, timeouts 0
                                Driver 1: short-to-ground, read errors 0, write errors 0, ifcount 10, reads 6182, timeouts 0
                                Driver 2: standstill, read errors 0, write errors 0, ifcount 10, reads 6182, timeouts 0
                                Driver 3: standstill, read errors 0, write errors 0, ifcount 6, reads 6186, timeouts 0
                                Driver 4: standstill, read errors 0, write errors 0, ifcount 6, reads 6186, timeouts 0
                                Driver 5: ok, read errors 0, write errors 0, ifcount 0, reads 0, timeouts 6192
                                Driver 6: ok, read errors 0, write errors 0, ifcount 0, reads 0, timeouts 6191
                                Date/time: 2018-12-23 15:40:54
                                Slowest loop: 5.48ms; fastest: 0.13ms
                                I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0
                                === Move ===
                                Hiccups: 0, StepErrors: 0, LaErrors: 0, FreeDm: 238, MinFreeDm: 238, MaxWait: 65062ms, Underruns: 0, 0
                                Scheduled moves: 22, completed moves: 21
                                Bed compensation in use: none
                                Bed probe heights: 0.000 0.000 0.000 0.000 0.000
                                === Heat ===
                                Bed heaters = 0, chamberHeaters = -1 -1
                                Heater 0 is on, I-accum = 0.3
                                Heater 1 is on, I-accum = 0.5
                                === GCodes ===
                                Segments left: 0
                                Stack records: 1 allocated, 1 in use
                                Movement lock held by http
                                http is idle in state(s) 1 5
                                telnet is idle in state(s) 0
                                file is idle in state(s) 0
                                serial is idle in state(s) 0
                                aux is idle in state(s) 0
                                daemon is idle in state(s) 0
                                queue is idle in state(s) 0
                                lcd is idle in state(s) 0
                                autopause is idle in state(s) 0
                                Code queue is empty.
                                === Network ===
                                Slowest loop: 4581228.50ms; fastest: 0.02ms
                                Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0) Telnet(0)
                                HTTP sessions: 1 of 8
                                Interface state 5, link 100Mbps full duplex
                                === Filament sensors ===
                                Extruder 0 sensor: ok

                                1 Reply Last reply Reply Quote 0
                                • Agniusmundefined
                                  Agniusm
                                  last edited by

                                  @dc42 What to look in motors? Are the 12-48V suitable on 24V supply? https://www.ebay.com/itm/NEMA-17-Stepper-Motor-Sanyo-Denki-0-9deg-RepRap-3D-Printer-CNC-Mill/232844624116?epid=28018767423&hash=item36369f00f4:g:tlsAAOSw7Kta6En7:rk:3:pf:1&frcectupt=true

                                  I am just lost and out of options. Takes too long to get motors to test and then wait again. Advice on motor would be appreciated.

                                  1 Reply Last reply Reply Quote 0
                                  • dc42undefined
                                    dc42 administrators
                                    last edited by dc42

                                    The motors you have are suitable, although a rating of about 1.3A would be better than 1.7A. They should not cause short-to-ground error reports, in spread cycle mode at least. Try configuring them in pure spread cycle mode. See M569 on the GCodes wiki page for details.

                                    Also, make quite sure you are running the correct firmware version, by sending M115.

                                    Duet WiFi hardware designer and firmware engineer
                                    Please do not ask me for Duet support via PM or email, use the forum
                                    http://www.escher3d.com, https://miscsolutions.wordpress.com

                                    Agniusmundefined 1 Reply Last reply Reply Quote 0
                                    • Agniusmundefined
                                      Agniusm @dc42
                                      last edited by Agniusm

                                      @dc42 setting M569 P1 S0 with D2 parameter fixed the issue. Is there a read on different modes? Did i sacrifice something running in this mode?
                                      Could this be to do with ripples i get with 1.8 degree motors?

                                      dc42undefined 1 Reply Last reply Reply Quote 0
                                      • dc42undefined
                                        dc42 administrators @Agniusm
                                        last edited by dc42

                                        @agniusm said in Short to ground.:

                                        @dc42 setting M569 P1 S0 with D2 parameter fixed the issue. Is there a read on different modes? Did i sacrifice something running in this mode?
                                        Could this be to do with ripples i get with 1.8 degree motors?

                                        The different modes are described in the Trinamic TMC22xx datasheet. In brief, spreadCycle is a mode unique to Trinamic drivers that works well with most motors. With some motors it causes some noise when the motor is idle. This can sometimes be reduce by adjusting (normally reducing) the off-time.

                                        The stealthChop mode is another mode unique to Trinamic drivers. It controls the average voltage applied to the motors to try to use the minimum power needed. A side effect of using minimum power is that it makes the motors even quieter. But it has two disadvantages: (1) it is unreliable at high speeds (and short-to-ground messages are a consequence of this), and (2) if the load suddenly increases (for example, because the nozzle hits a blob on the print) then you are much more likely to get a skipped step.

                                        So my recommendation is to use either spreadCycle mode (reliable, but not the quietest), or to use stealthChop mode with a low crossover speed to spreadCycle (V parameters in M569). When using high current low inductance motors such as yours, stealthChop spreadCycle is probably more suitable.

                                        If you want to use stealthChop, here is something you can try that may help the drivers characterise the motors. Start your homeall.g file with the following:

                                        G91 ; relative mode
                                        G1 S2 X0.01 Y0.01 Z0.01 ; move the motors a tiny bit to apply current to them
                                        G4 P200 ; wait a short while to allow the drivers to calibrate the motor standstill characteristics
                                        G90

                                        then continue with the homing routine.

                                        Duet WiFi hardware designer and firmware engineer
                                        Please do not ask me for Duet support via PM or email, use the forum
                                        http://www.escher3d.com, https://miscsolutions.wordpress.com

                                        1 Reply Last reply Reply Quote 0
                                        • Agniusmundefined
                                          Agniusm
                                          last edited by

                                          There is too much fuss around quietness of the printers. I dont mind the noise as i dont like being near them as there are particles released which you dont want to inhale anyway 🙂
                                          Thank you for clarification. I am running test print on stock motor with D2 to see if that helps ripple effect.
                                          Cheers

                                          1 Reply Last reply Reply Quote 0
                                          • Agniusmundefined
                                            Agniusm
                                            last edited by

                                            So i have changed to another motor which is 0.9A and all is working good.
                                            I wast to add a blinking led and my led is connected to fan output. I tried infinite loop for macro:
                                            M106 P2 S1;
                                            G4 P600;
                                            M106 P2 S0;
                                            G4 P600;
                                            M98 P/macros/BlinkLED.g
                                            but it reports stack overflow. How can i get this working(or even make it more high tech and fade in and out) as it is a nice future after print is finished when you have so many printers? Thanks

                                            dc42undefined 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Unless otherwise noted, all forum content is licensed under CC-BY-SA