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

    Out of Sync for sync motors (same Axis)

    Scheduled Pinned Locked Moved
    General Discussion
    4
    25
    718
    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.
    • maor3degem.co.ilundefined
      maor3degem.co.il
      last edited by droftarts

      Dir all,

      recently we face a wired problem.
      we have 20 3d printer which has parallel x motor and parallel Z motor.
      after a while the printer is working suddenly random motor out of sync which case him to move shorter distance in compare to the sync one.
      attached is a photo and a video.
      after I restart the machine the problem goes a way till the next random occasion
      this happen randomly in 5 3d printer from 20.

      Pic:
      OutOFSyncZ (seperate Drivers).jpg

      Video:
      OutOFSyncZ (seperate Drivers).mp4

      Config:
      config.g

      ; Configuration file for Duet WiFi (firmware version 3.3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.10 on Wed Mar 02 2022 19:03:35 GMT+0200 (Israel Standard Time)
      
      ; General preferences
      ;M575 P1 S1 B57600                                                       ; enable support for PanelDue
      G90                                                                     ; send absolute coordinates...
      M83                                                                     ; ...but relative extruder moves
      M550 P"Trifolium"                            ; Set machine name
      
      ;M950 P3 C"exp.heater3" Q500          ;braks
      
      
      M42 P3 S1
      ; Network
      M552 S1                                  ; Enable network
      M586 P0 S1                               ; Enable HTTP
      M586 P1 S0                               ; Enable FTP
      M586 P2 S0                               ; Enable Telnet
      
      M587 S"Degem" P"Password123"
      
      M584 X3 Y1:2 Z5:7:8:9 E4:0
      
      M671 X-200:1300:1300:-200 Y-200:-200:1300:1300 S1000 ; leadscrews at left (connected to Z) and right (connected to E1) of X axis
      
      ; Drives
      M569 P0 S1                               ; Drive 0 goes forwards
      M569 P1 S0                               ; Drive 1 goes forwards
      M569 P2 S1                               ; Drive 2 goes forwards
      M569 P3 S1                               ; Drive 3 goes backwards
      M569 P4 S1                               ; Drive 4 goes backwards
      M569 P5 S1                               ; Drive 5 goes backwards
      M569 P6 S1                               ; Drive 6 goes backwards
      M569 P7 S1                               ; Drive 6 goes backwards
      M569 P8 S1                               ; Drive 6 goes backwards
      M569 P9 S1                               ; Drive 6 goes backwards
      M350 X16 Y16 Z16 E16 I1    			     ; configure microstepping with interpolation
      M92 X97 Y97.00 Z640.00 E400.00        ; Set steps per mm
      M566 X600.00 Y600.00 Z24.00 E1200.00     ; Set maximum instantaneous speed changes (mm/min)
      M203 X24000.00 Y24000.00 Z1440.00 E7200.00 ; Set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z500.00 E10000.00     ; Set accelerations (mm/s^2)
      M906 X1800.00 Y1800.00 Z1800.00 E750.00 I30; Set motor currents (mA) and motor idle factor in per cent
      M84 S30                                  ; Set idle timeout
      
      ; switch motor
      M950 P0 C"spi.cs1"
      M950 P1 C"spi.cs2" 
      M950 P2 C"spi.cs3"
      
      
      
      ; Axis Limits
      M208 X0 Y0 Z0 S1                               ; set axis minima
      M208 X1100 Y1070 Z1135 S0                         ; set axis maxima
      
      ; Endstops
      M574 X1 S1 P"!xstop"                            ; configure active-high endstop for low end on X via pin xstop
      M574 Y2 S1 P"!ystop"                            ; configure active-high endstop for low end on Y via pin ystop
      M574 Z1 S2                                      ; configure Z-probe endstop for low end on Z
      
      ;M591 D0 P3 C"e0_stop" S1 R70:130 L24.8 E1000 ; Duet3D rotating magnet sensor for extruder drive 0 is connected to E0 endstop input, enabled, sensitivity 24.8mm.rev, 70% to 130% tolerance, ;3mm detection length
      M591 D0 ; display filament sensor parameters for extruder drive 0
      ;M591 P3 C"e0_stop" S1 D3 L3 E4                          ; filament monitor connected to E0_stop
      ; Z-Probe
      M558 P1 C"zprobe.in" H5 F500 T6000             ; set Z probe type to unmodulated and the dive height + speeds
      G31 P500 X33 Y5 Z0.8                         ; set Z probe trigger value, offset and trigger height
      M557 X50:1050 Y50:1050 p20:20                      ; define mesh grid
      M376 H50
      
      ; Heaters
      M308 S0 P"bedtemp" Y"thermistor" T100000 B4092     ; 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                                            ; enable bang-bang mode for the bed heater and set PWM limit
      M140 H0                                            ; map heated bed to heater 0
      M143 H0 S150                                       ; set temperature limit for heater 0 to 150C
      M308 S1 P"e0temp" Y"thermistor" T100000 B4580 C7.06e-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 S400                                       ; set temperature limit for heater 1 to 275C
      M308 S2 P"e0temp" Y"thermistor" T100000 B4580 C7.06e-8      ; configure sensor 2 as thermistor on pin e1temp
      M950 H2 C"e0heat" T2                               ; create nozzle heater output on e1heat and map it to sensor 2
      M307 H2 B0 S1.00                                   ; disable bang-bang mode for heater  and set PWM limit
      M143 H2 S400                                       ; set temperature limit for heater 2 to 275C
      M308 S3 P"e0temp" Y"thermistor" T100000 B4580 C7.06e-8      ; configure sensor 3 as thermistor on pin duex.e2temp
      M950 H3 C"e0heat" T3                               ; create nozzle heater output on duex.e2heat and map it to sensor 3
      M307 H3 B0 S1.00                                   ; disable bang-bang mode for heater  and set PWM limit
      M143 H3 S400                                       ; set temperature limit for heater 3 to 275C
      M308 S4 P"e0temp" Y"thermistor" T100000 B4580 C7.06e-8    ; configure sensor 4 as thermistor on pin duex.e2temp
      M950 H4 C"e0heat" T4                               ; create nozzle heater output on duex.e2heat and map it to sensor 4
      M307 H4 B0 S1.00                                   ; disable bang-bang mode for heater  and set PWM limit
      M143 H4 S400                                       ; set temperature limit for heater 4 to 275C
      M308 S5 P"e0temp" Y"thermistor" T100000 B4580 C7.06e-8      ; configure sensor 5 as thermistor on pin duex.e2temp
      M950 H5 C"e0heat" T5                               ; create nozzle heater output on duex.e2heat and map it to sensor 5
      M307 H5 B0 S1.00                                   ; disable bang-bang mode for heater  and set PWM limit
      M143 H5 S400                                       ; set temperature limit for heater 5 to 275C
      
      ; 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:1 H1 F0                                  ; define tool 0
      M567 P0 E1.0:1.0
      
      M563 P1 D0:1 H1 F0                                   ; define tool 1
      M567 P1 E1.0:1.0
      
      M563 P2 D0:1 H1 F0                                   ; define tool 2
      M567 P2 E1.0:1.0
      
      M563 P3 D0:1 H1 F0                                   ; define tool 3
      M567 P3 E1.0:1.0
      
      M563 P4 D0:1 H1 F0                                   ; define tool 4
      M567 P4 E1.0:1.0
      
      M563 P5 D0:1 H1 F0                                   ; define tool 5
      M567 P5 E1.0:1.0
      
      G10 P0 X0 Y0 Z0                                    ; set tool 0 axis offsets
      G10 P1 X0 Y0 Z0                                    ; set tool 1 axis offsets
      G10 P2 X0 Y0 Z0                                    ; set tool 2 axis offsets
      G10 P3 X0 Y0 Z0                                    ; set tool 3 axis offsets
      G10 P4 X0 Y0 Z0                                    ; set tool 4 axis offsets
      G10 P5 X0 Y0 Z0                                    ; set tool 5 axis offsets
      
      G10 P0 R0 S0                                       ; set initial tool 0 active and standby temperatures to 0C
      G10 P1 R0 S0                                       ; set initial tool 1 active and standby temperatures to 0C
      G10 P2 R0 S0                                       ; set initial tool 2 active and standby temperatures to 0C
      G10 P3 R0 S0                                       ; set initial tool 3 active and standby temperatures to 0C
      G10 P4 R0 S0                                       ; set initial tool 4 active and standby temperatures to 0C
      G10 P5 R0 S0                                       ; set initial tool 5 active and standby temperatures to 0C
      
      ; Custom settings are not defined
      
      ; Miscellaneous
      M575 P1 S1 B57600                              ; enable support for PanelDue
      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
      
      M17
      M42 P3 S0
      

      regards
      Maor

      jay_s_ukundefined 1 Reply Last reply Reply Quote 0
      • jay_s_ukundefined
        jay_s_uk @maor3degem.co.il
        last edited by

        @maor3degem-co-il you'll have to give us some more hints. Firmware version? Hardware?
        You'll have to give more an overview about the machine as your picture shows a tilted bed and yet you only have 1 Z motor defined...

        maor3degem.co.ilundefined 1 Reply Last reply Reply Quote 0
        • maor3degem.co.ilundefined
          maor3degem.co.il @jay_s_uk
          last edited by

          @jay_s_uk
          Board: Duet 2 WiFi (2WiFi)
          Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.3 (2021-06-15)
          Duet WiFi Server Version: 1.26

          we did define 4/2 Z motor, depending on a specific machine
          M584 X3 Y1:2 Z5:7:8:9 E4:0

          jay_s_ukundefined 1 Reply Last reply Reply Quote 0
          • jay_s_ukundefined
            jay_s_uk @maor3degem.co.il
            last edited by

            @maor3degem-co-il best to update to 3.5.2 then. and post a config for the actual machine with the issue

            maor3degem.co.ilundefined 1 Reply Last reply Reply Quote 0
            • maor3degem.co.ilundefined
              maor3degem.co.il @jay_s_uk
              last edited by

              @jay_s_uk config (1).g

              jay_s_ukundefined 2 Replies Last reply Reply Quote 0
              • jay_s_ukundefined
                jay_s_uk @maor3degem.co.il
                last edited by

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • jay_s_ukundefined
                  jay_s_uk @maor3degem.co.il
                  last edited by

                  @maor3degem-co-il best update the firmware and try again
                  then if it happens again, grab an M122 output after the occurance

                  maor3degem.co.ilundefined 2 Replies Last reply Reply Quote 0
                  • maor3degem.co.ilundefined
                    maor3degem.co.il @jay_s_uk
                    last edited by

                    @jay_s_uk
                    thanks
                    will do so and keep you posted

                    1 Reply Last reply Reply Quote 1
                    • maor3degem.co.ilundefined
                      maor3degem.co.il @jay_s_uk
                      last edited by

                      @jay_s_uk
                      Here is again, 3 pairs of motor are out of sync.
                      config.g M122.txt Pic.jpg Vid.mp4

                      this is with the latest FW version 3.5.2

                      please advise

                      Maestroundefined 1 Reply Last reply Reply Quote 0
                      • Maestroundefined
                        Maestro @maor3degem.co.il
                        last edited by Maestro

                        @maor3degem-co-il

                        Any macros being called during the print? Anything running in daemon.g?

                        In your first post's video the right-hand motor looks to be turning 16x faster than the left, so, that's no random number. Wonder if code is being called somewhere that is changing your microstepping or steps/mm?

                        maor3degem.co.ilundefined 2 Replies Last reply Reply Quote 0
                        • maor3degem.co.ilundefined
                          maor3degem.co.il @Maestro
                          last edited by

                          @Maestro
                          I alsothought this could be,
                          but. this 2 motor define as the same axis. so cannot be done.
                          and also I check the m350 and it remain OK as define in the config

                          020205e4-82aa-4812-b485-0e63c39a489a-image.png

                          droftartsundefined 1 Reply Last reply Reply Quote 0
                          • droftartsundefined
                            droftarts administrators @maor3degem.co.il
                            last edited by droftarts

                            @maor3degem-co-il Sorry you are having issues. I notice that the failing axes are usually plugged in to the DueX board. In your first crash it was Z that lost sync, when the following was defined:

                            M584 X3 Y1:2 Z5:7:8:9 E4:0
                            

                            In the second, it looks like X lost sync, and dropped on the Z axis that knocked the bed out of level. Were the Z motors also turning at different speeds? The M584 was:

                            M584 X5:6:7:8 Y3 Z2:1 E4:9
                            

                            As you have been using quite old firmware, and this has not been reported before, we do not think this is a firmware bug. Most likely is interference on the ribbon cable, that carries the SPI commands that set up the drivers, as well as controlling them. It could also be due to a poor earth wire between the Duet and Duex, causing ground issues on ribbon cable between the two boards.

                            Please check the following:

                            • Check there are no other wires running close to or across the ribbon cable between the Duet and Duex. Ribbon cables are quite susceptible to interference; wrapping them in foil can help, but better to remove any close source of interference.
                            • Check that the DueX board is properly grounded. See https://docs.duet3d.com/Duet3D_hardware/Duet_2_family/DueX2_and_DueX5#power-wiring

                            If that doesn't help, please take a picture and post it, showing how your Duet and DueX boards are wired.

                            Ian

                            Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                            maor3degem.co.ilundefined 1 Reply Last reply Reply Quote 0
                            • maor3degem.co.ilundefined
                              maor3degem.co.il @droftarts
                              last edited by

                              @droftarts Hi
                              thanks for your help,
                              in the second, the Z motor also turning different length , the same symptom as with the X axis. and the Z connected to the main board...

                              in addition we face this problem with a few machines we have (5) and it is occur also in the main boards drivers.

                              please advice what else can help us to solve this problems

                              Regards
                              Maor

                              droftartsundefined maor3degem.co.ilundefined 3 Replies Last reply Reply Quote 0
                              • droftartsundefined
                                droftarts administrators @maor3degem.co.il
                                last edited by

                                @maor3degem-co-il said in Out of Sync for sync motors (same Axis):

                                in the second, the Z motor also turning different length , the same symptom as with the X axis. and the Z connected to the main board

                                It is possible interference on the SPI bus via the ribbon cable, or poor ground between the Duet and DueX, could affect the drivers on the main board as well. Please look at my previous message for advice. Please post a picture of the wiring if that doesn't help.

                                in addition we face this problem with a few machines we have (5) and it is occur also in the main boards drivers.

                                Maybe they are all wired the same way? What is different about these 5 machines compared to the other 15?

                                please advice what else can help us to solve this problems

                                At the moment, I don't have any other theory about what is wrong based on the information you have give, or I'd tell you.

                                Ian

                                Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                                1 Reply Last reply Reply Quote 0
                                • maor3degem.co.ilundefined
                                  maor3degem.co.il @maor3degem.co.il
                                  last edited by

                                  @maor3degem-co-il
                                  we have 15 machine that look pretty much the same.
                                  we used them for 4 years without any problem like this,
                                  this start happen in the last 4 months...

                                  can heavy dust cause this?

                                  1 Reply Last reply Reply Quote 0
                                  • droftartsundefined
                                    droftarts administrators @maor3degem.co.il
                                    last edited by

                                    @maor3degem-co-il I also note on your last image there is an error on the PanelDue:
                                    0e651313-a7cf-4b36-88a7-18e363c9968f-image.png

                                    I think this says "Driver 3 error: Phase A short to ground phase B short to ground". Is that correct? Did the Y axis wires cut when the carriage fell?

                                    can heavy dust cause this?

                                    Do you mean on the Duet boards, or on the mechanical components? However, I don't think either would cause these kind of problems, because something is causing the configuration of the driver chip to change without the firmware knowing. Though it wouldn't hurt to use compressed air to clean off the boards, if there's a lot of dust on the boards. If there's dust in the mechanics, I'd expect skipped steps rather than a change in the driver configuration.

                                    After 4 years, it's probably time to check/replace wiring, check contact especially in screw terminals, etc.

                                    Ian

                                    Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                                    maor3degem.co.ilundefined 1 Reply Last reply Reply Quote 0
                                    • maor3degem.co.ilundefined
                                      maor3degem.co.il @droftarts
                                      last edited by

                                      @droftarts
                                      The driver error is due to the carriage fall cut the wire.

                                      by the way, the machine is on pause right now and I can see the problem of the motors. if I will restart the machine the problem will go a way till next time.

                                      and before restart the is no evidence of changing in the configuration

                                      maor3degem.co.ilundefined 1 Reply Last reply Reply Quote 0
                                      • maor3degem.co.ilundefined
                                        maor3degem.co.il @Maestro
                                        last edited by

                                        @Maestro
                                        I double checked it and
                                        the motor doesn't move 1/16 cycles than the other
                                        both motors are define in the same axis so it is impossible to define different micro stepping for each motor. and when I typed M584 the machine return 1:16 micro stepping for those X axis drivers/motors

                                        Regards
                                        Maor

                                        1 Reply Last reply Reply Quote 0
                                        • maor3degem.co.ilundefined
                                          maor3degem.co.il @maor3degem.co.il
                                          last edited by

                                          @maor3degem-co-il @Maestro
                                          I double checked it and
                                          the motor doesn't move 1/16 cycles than the other
                                          both motors are define in the same axis so it is impossible to define different micro stepping for each motor. and when I typed M584 the machine return 1:16 micro stepping for those X axis drivers/motors

                                          Regards
                                          Maor

                                          Maestroundefined droftartsundefined 2 Replies Last reply Reply Quote 0
                                          • Maestroundefined
                                            Maestro @maor3degem.co.il
                                            last edited by Maestro

                                            @maor3degem-co-il
                                            I'm not sure what you mean by "the motor doesn't move 1/16 cycles than the other"? Irrespective of whatever values are read from firmware or anywhere else, that first video you loaded shows one motor moving 1/16 the speed of the other, at least within the resolution of the video to quantify.

                                            Even it if is not possible to deliberately set different microstepping for 2 motors on the same axis in the firmware, that doesn't negate @droftarts's point that the drivers themselves could potentially decide that they've been given a different value due to noisy instruction sets.

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