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

    Motors doesn't work on drives from Duex 5

    Scheduled Pinned Locked Moved Solved
    Duet Hardware and wiring
    3
    33
    829
    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.
    • fcwiltundefined
      fcwilt @Eken
      last edited by

      @eken

      The Duex should be detected automaticially.

      Did you check the fuse on the Duex?

      Frederick

      Printers: A FT-5 with the 713 upgrade bits, a custom MarkForged style, a small Utilmaker style, a small CoreXY from kit and a E3D MS/TC setup. Various hotends. Using Duets (2 and 3) running 3.4.6

      Ekenundefined 1 Reply Last reply Reply Quote 0
      • Ekenundefined
        Eken @fcwilt
        last edited by

        @fcwilt
        Yea the fuse is solid.
        So there aren’t a configuration step to let the Duet know I added a Duex?
        That was one answer I was hoping for… 🤣

        I'm not stupid, I'm just unlucky when I try figuring it out.

        fcwiltundefined 1 Reply Last reply Reply Quote 0
        • fcwiltundefined
          fcwilt @Eken
          last edited by

          @eken said in Motors doesn't work on drives from Duex 5:

          @fcwilt
          Yea the fuse is solid.
          So there aren’t a configuration step to let the Duet know I added a Duex?
          That was one answer I was hoping for… 🤣

          Did you measure the voltage at the power input to the Duex board?

          Frederick

          Printers: A FT-5 with the 713 upgrade bits, a custom MarkForged style, a small Utilmaker style, a small CoreXY from kit and a E3D MS/TC setup. Various hotends. Using Duets (2 and 3) running 3.4.6

          Ekenundefined 1 Reply Last reply Reply Quote 0
          • Ekenundefined
            Eken @fcwilt
            last edited by Eken

            @fcwilt
            24,2V if I remember correctly, same as at the Duet and PSU.

            Edit
            24,19V

            I'm not stupid, I'm just unlucky when I try figuring it out.

            fcwiltundefined 1 Reply Last reply Reply Quote 0
            • fcwiltundefined
              fcwilt @Eken
              last edited by

              @eken said in Motors doesn't work on drives from Duex 5:

              @fcwilt
              24,2V if I remember correctly, same as at the Duet and PSU.

              Edit
              24,19V

              All I can suggest at this point is to disconnect everything but power and the ribbon cable then run M122.

              Of course turn off power first.

              Frederick

              Printers: A FT-5 with the 713 upgrade bits, a custom MarkForged style, a small Utilmaker style, a small CoreXY from kit and a E3D MS/TC setup. Various hotends. Using Duets (2 and 3) running 3.4.6

              Ekenundefined 1 Reply Last reply Reply Quote 0
              • Ekenundefined
                Eken
                last edited by

                And there is no need to perform a reset?
                Necessary positioning of jumper?
                No nothing to get the drive outputs active more than assigning them in config?

                Noticed that if I disconnect all stepper motors the end6 LED turns off.
                If I connect a motor on any of the drive outputs the end6 LED turns on.

                I'm not stupid, I'm just unlucky when I try figuring it out.

                1 Reply Last reply Reply Quote 0
                • Ekenundefined
                  Eken @fcwilt
                  last edited by

                  @fcwilt
                  Ok, tried that as well.

                  I'm not stupid, I'm just unlucky when I try figuring it out.

                  fcwiltundefined 1 Reply Last reply Reply Quote 0
                  • fcwiltundefined
                    fcwilt @Eken
                    last edited by

                    @eken said in Motors doesn't work on drives from Duex 5:

                    @fcwilt
                    Ok, tried that as well.

                    With nothing still connected run M98 P"config.g" and see if any errors are reported.

                    Frederick

                    Printers: A FT-5 with the 713 upgrade bits, a custom MarkForged style, a small Utilmaker style, a small CoreXY from kit and a E3D MS/TC setup. Various hotends. Using Duets (2 and 3) running 3.4.6

                    Ekenundefined 1 Reply Last reply Reply Quote 0
                    • Ekenundefined
                      Eken @fcwilt
                      last edited by

                      @fcwilt
                      M98 P"config.g"
                      HTTP is enabled on port 80
                      FTP is disabled
                      TELNET is disabled
                      Error: Heater 7 not found

                      I'm not stupid, I'm just unlucky when I try figuring it out.

                      fcwiltundefined 1 Reply Last reply Reply Quote 0
                      • fcwiltundefined
                        fcwilt @Eken
                        last edited by

                        @eken said in Motors doesn't work on drives from Duex 5:

                        @fcwilt
                        M98 P"config.g"
                        HTTP is enabled on port 80
                        FTP is disabled
                        TELNET is disabled
                        Error: Heater 7 not found

                        I'm running out of ideas. Please post your complete config.g file using the </> tag.

                        Thanks.

                        Frederick

                        Printers: A FT-5 with the 713 upgrade bits, a custom MarkForged style, a small Utilmaker style, a small CoreXY from kit and a E3D MS/TC setup. Various hotends. Using Duets (2 and 3) running 3.4.6

                        Ekenundefined 1 Reply Last reply Reply Quote 0
                        • Ekenundefined
                          Eken @fcwilt
                          last edited by

                          @fcwilt

                          ; Configuration file for Duet WiFi (firmware version 3)
                          ; executed by the firmware on start-up
                          ;
                          ; generated by RepRapFirmware Configuration Tool v3.2.1 on Tue Jan 12 2021 00:28:54 GMT+0100 (centraleuropeisk normaltid)
                          
                          ; General preferences
                          G90                                                	; send absolute coordinates...
                          M83                                                	; ...but relative extruder moves
                          M550 P"ME4080"                                     	; set printer name
                          M669 K1                                                 ; select CoreXY mode
                          
                          
                          ; Drives
                          M569 P0 S1                                         	; physical drive 0 goes forwards
                          M569 P1 S1                                         	; physical drive 1 goes forwards
                          M569 P2 S1                                         	; physical drive 2 goes forwards
                          M569 P3 S0                                         	; physical drive 3 goes backwards
                          M569 P4 S0                                         	; physical drive 4 goes backwards
                          M569 P5 S1											; physical drive 7 goes forwards
                          M569 P6 S1											; physical drive 8 goes forwards
                          M569 P9 S1											; physical drive 9 goes forwards
                          M584 X0 Y1 Z2:5:6 E3                                    ; set drive mapping
                          M350 Z16 I0                                   		; configure microstepping without interpolation
                          M350 X16 Y16 E16 I1                                	; configure microstepping with interpolation
                          M92 X100.00 Y100.00 Z400.00 E402.00   			; set steps per mm
                          M566 X900.00 Y900.00 Z90.00 E3000.00	   		; set maximum instantaneous speed changes (mm/min)
                          M203 X6000.00 Y6000.00 Z720.00 E12000.00     		; set maximum speeds (mm/min)
                          M201 X500.00 Y500.00 Z400.00 E4000.00        		; set accelerations (mm/s^2)
                          M906 X1400 Y1400 Z1400 E800 I30               		; 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 X270 Y270 Z260 S0                             	; set axis maxima
                          
                          
                          ; Endstops
                          M574 X1 S1 P"xstop"                                	; configure active-high endstop for low end on X via pin xstop
                          M574 Y1 S1 P"ystop"                                	; configure active-high endstop for low end on Y via pin ystop
                          M574 Z1 S2 						; Define Z to use Probe. Home to Min
                          
                          
                          ; Z-Probe
                          M558 P9 C"^zprobe.in" H10 F120 T6000 X0 Y0 Z1       ; Set Z probe type/mode 9. H=Dive Height. F=Speed the bed moves
                          M557 X10:200 Y10:200 S50                           	; define mesh grid
                          G31 X60 Y60 Z3.0 P25				        ; Z probe trigger value, offset in relation to nozzle. And trigger height adjustment
                          M950 S13 C"duex.pwm5" 					; Which pin BLTouch is connected to
                          
                          
                          ; Heaters
                          M307 H7 A-1 C-1 D-1 					; Disable the 7th Heater to free up PWM channel 5 on the Duex board.
                          M308 S0 P"bedtemp" Y"thermistor" T100000 B4138     	; 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 B0 R0.724 C166.5 D3.47 S1.00 V24.2              ; disable 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 100C
                          M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.060000e-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 S280                                       	; set temperature limit for heater 1 to 280C
                          
                          
                          ; 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 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
                          
                          
                          ; Custom settings are not defined
                          
                          
                          ; Miscellaneous
                          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
                          T0                                                 	; select first tool
                          

                          Don't understand what you meen with </> tag?

                          I'm not stupid, I'm just unlucky when I try figuring it out.

                          fcwiltundefined 2 Replies Last reply Reply Quote 0
                          • fcwiltundefined
                            fcwilt @Eken
                            last edited by

                            @eken

                            Well you must have used it since the file is display correctly.

                            Clicking on the </> icon enters three lines of characters used for pasting code into a post. I've reached the point where I just type in the needed characters (two sets of 3 ` characters).

                            Frederick

                            Printers: A FT-5 with the 713 upgrade bits, a custom MarkForged style, a small Utilmaker style, a small CoreXY from kit and a E3D MS/TC setup. Various hotends. Using Duets (2 and 3) running 3.4.6

                            1 Reply Last reply Reply Quote 0
                            • fcwiltundefined
                              fcwilt @Eken
                              last edited by

                              @eken

                              I don't see anything odd in the file.

                              It looks like the boards are mounted to a metal plate. If so, did you check for any shorts to the plate.

                              If not at this point I think you need to get @dc42 involved - you may have a defective board or ribbon cable.

                              Frederick

                              Printers: A FT-5 with the 713 upgrade bits, a custom MarkForged style, a small Utilmaker style, a small CoreXY from kit and a E3D MS/TC setup. Various hotends. Using Duets (2 and 3) running 3.4.6

                              Ekenundefined 1 Reply Last reply Reply Quote 0
                              • Ekenundefined
                                Eken @fcwilt
                                last edited by Eken

                                @fcwilt
                                Ok, thanks a lot for your time and effort!
                                The board is mounted on brass extenders for PC motherboards, extra tall so there should be enough clearance.
                                Hmm maybe I can find another ribbon cable just for trying something…

                                I’ve never used the </> button, only knew about the ‘’’ 😀👍

                                I'm not stupid, I'm just unlucky when I try figuring it out.

                                fcwiltundefined Phaedruxundefined 2 Replies Last reply Reply Quote 0
                                • fcwiltundefined
                                  fcwilt @Eken
                                  last edited by

                                  @eken

                                  Did you check to be sure there was no continuity from power in (positive or negative) to the metal plate?

                                  Frederick

                                  Printers: A FT-5 with the 713 upgrade bits, a custom MarkForged style, a small Utilmaker style, a small CoreXY from kit and a E3D MS/TC setup. Various hotends. Using Duets (2 and 3) running 3.4.6

                                  Ekenundefined 1 Reply Last reply Reply Quote 0
                                  • Ekenundefined
                                    Eken @fcwilt
                                    last edited by Eken

                                    @fcwilt
                                    Yes, nothing there.
                                    0V
                                    0.L ohm
                                    Have measured at multiple locations (+/- on Duet, Duex and PSU)

                                    I'm not stupid, I'm just unlucky when I try figuring it out.

                                    1 Reply Last reply Reply Quote 1
                                    • Phaedruxundefined
                                      Phaedrux Moderator @Eken
                                      last edited by

                                      @eken said in Motors doesn't work on drives from Duex 5:

                                      Hmm maybe I can find another ribbon cable just for trying something…

                                      Does the ribbon cable have continuity on all it's pins?

                                      Z-Bot CoreXY Build | Thingiverse Profile

                                      Ekenundefined 1 Reply Last reply Reply Quote 1
                                      • Ekenundefined
                                        Eken @Phaedrux
                                        last edited by Eken

                                        @phaedrux
                                        Yes it has.
                                        So I didn’t bother looking for another cable to try with.

                                        I'm not stupid, I'm just unlucky when I try figuring it out.

                                        1 Reply Last reply Reply Quote 1
                                        • Phaedruxundefined
                                          Phaedrux Moderator @Eken
                                          last edited by

                                          @eken said in Motors doesn't work on drives from Duex 5:

                                          @phaedrux
                                          This is a "new" Duex, ordered it 13 months ago and installed it this week.

                                          When and where was the Duex purchased?

                                          Z-Bot CoreXY Build | Thingiverse Profile

                                          Ekenundefined 1 Reply Last reply Reply Quote 0
                                          • Ekenundefined
                                            Eken @Phaedrux
                                            last edited by Eken

                                            @phaedrux
                                            End of 11/2 2021, RepRapPro.me

                                            I'm not stupid, I'm just unlucky when I try figuring it out.

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