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

DueX set up issues

Scheduled Pinned Locked Moved Solved
General Discussion
4
14
322
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.
  • undefined
    rister502dad
    last edited by 24 Mar 2023, 14:38

    Hi,

    I am trying to get a DueX to work with my Duet2 Ethernet board, when I first plugged it in it was heating up my extruder even though I didn't turn it on. Then the temperature 100K thermistor was oscillating (was wrong by over 10C) then after a while it was reached the correct temperature. Now I get this problem when not powered up:

    Driver 5: over temperature warning, over temperature shutdown, phase A short to ground, phase B short to ground, standstill, SG min n/a
    Driver 6: over temperature warning, over temperature shutdown, phase A short to ground, phase B short to ground, standstill, SG min n/a

    Then when powered up, I get
    Driver 1: over temperature warning, over temperature shutdown, phase A short to ground, phase B short to ground, standstill, SG min n/a
    Driver 3: over temperature warning, over temperature shutdown, phase A short to ground, phase B short to ground, standstill, SG min n/a

    Anyone have a clue what is going on? Thanks

    undefined 1 Reply Last reply 24 Mar 2023, 15:03 Reply Quote 0
    • undefined
      elmoret @rister502dad
      last edited by 24 Mar 2023, 15:03

      @rister502dad Hi. As mentioned via email, we'll need photos of your wiring and a copy of your config.g file to be able to troubleshoot.

      undefined 1 Reply Last reply 24 Mar 2023, 16:37 Reply Quote 0
      • undefined
        rister502dad @elmoret
        last edited by 24 Mar 2023, 16:37

        @elmoret Oh sorry. Here is a link (https://photos.app.goo.gl/gKpkBTnMTgeXojoX9)

        undefined 1 Reply Last reply 24 Mar 2023, 16:47 Reply Quote 0
        • undefined
          T3P3Tony administrators @rister502dad
          last edited by 24 Mar 2023, 16:47

          @rister502dad let start with the hotend heater. unplug the stepper motors for now, post your config.g and a picture that clearly shows how the hotend heater and temperature sensor are plugged in.

          www.duet3d.com

          undefined 1 Reply Last reply 24 Mar 2023, 20:46 Reply Quote 1
          • undefined
            rister502dad @T3P3Tony
            last edited by Phaedrux 24 Mar 2023, 20:46

            @T3P3Tony
            Here's a link to the pict: https://photos.app.goo.gl/mzYR4jtKSko4oy6w7

            Here is the config.g thanks

            ; Configuration file for Duet WiFi (firmware version 1.21)
            ; executed by the firmware on start-up
            ;
            ; generated by RepRapFirmware Configuration Tool v2 on Wed Aug 07 2019 11:31:44 GMT-0700 (Pacific Daylight Time)
            
            ; General preferences
            G90                                                ; Send absolute coordinates...
            M83                                                ; ...but relative extruder moves
            
            M669 K1                                            ; Select CoreXY mode
            
            ; Network
            M550 P"toolchanger-labbot1"                                ; Set machine name
            M552 S1                                            ; Disable network
            ;M587 S"ATT45TfZ2C" P"6vz?ba88tse4"                        ; Configure access point. You can delete this line once connected
            M586 P0 S1                                         ; Enable HTTP
            M586 P1 S0                                         ; Disable FTP
            M586 P2 S1                                         ; Enable Telnet
            
            ; 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 S1                                         ; Physical drive 3 goes forwards
            M569 P4 S1                                         ; Physical drive 4 goes backwards
            M584 X0 Y1 Z2 E4                                   ; set drive mapping
            M92 X160.00 Y160.00 Z400.00 E327.00                ; Set steps per mm
            M350 X16 Y16 Z16 E16 I0                            ; Configure microstepping without interpolation
            M566 X900.00 Y900.00 Z12.00 E120.00                ; Set maximum instantaneous speed changes (mm/min)
            M203 X6000.00 Y6000.00 Z1200.00 E1200.00            ; Set maximum speeds (mm/min)
            M201 X500.00 Y500.00 Z100.00 E250.00               ; Set accelerations (mm/s^2)
            M906 X800.00 Y800.00 Z2000.00 E300.00 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 X350 Y300 Z240 S0                              ; Set axis maxima
            
            ;C drive specific instructions
            M584 C3                                          ; Axis mapper
            M208 C0:240                                      ; Axis limits
            M92 C200
            M350 C16 I1
            M566 C2                                          ; Set maximum instantaneous speed changes (mm/min)
            M203 C10000                                      ; Set maximum speeds (mm/min)
            M201 C500                                        ; Set accelerations (mm/s^2)
            M906 C500                                        ; Set motor currents (mA) and motor idle factor in percent
            ;M574 C1 S3                                       ; Stall detect coupler at low end of its range
            ;Stall Detection
            M915 C S5 F0 H200 R0
            
            
            ; Endstops
            M574 X1 S1 P"xstop"  
            M574 Y1 S1 P"ystop"
            ;M574 X1 Y1 S3 					 					; Set X / Y endstop stall detection
            M574 C0 Z0  										; No C Z endstop
            
            
            
            ; Z-Probe
            M558 P8 C"e0stop" H5 F500 T6000 S1
            ;M558 P8 C"zstop" H5 F0 T6000                                ; Set Z probe type to switch and the dive height + speeds
            G31 P600 X0 Y0 Z2.5                                  ; Set Z probe trigger value, offset and trigger height
            M557 X15:200 Y15:195 S20                             ; Define mesh grid
            
            ; Heaters
            
            M308 S0 P"bedtemp" Y"thermistor" T100000 B3950 ; 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 S1.00                               ; disable bang-bang mode for the bed heater and set PWM limit
            M307 H0 R0.511 K0.261:0.000 D7.46 E1.35 S1.00 B0
            M140 H0                                        ; map heated bed to heater 0
            M143 H0 S120                                   ; set temperature limit for heater 0 to 120C
            
            M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.06e-8
            M950 H1 C"e0heat" T1
            M143 H1 S280                                       ; Set temperature limit for heater 1 to 280C
            M307 H1 R2.522 K1.060:0.000 D6.59 E1.35 S1.00 B0 V11.7
            
            ; https://duet3d.dozuki.com/Wiki/RepRapFirmware_3_overview#Section_Pin_names_for_Duet_2_WiFi_Ethernet
            M308 S2 P"exp.thermistor3" Y"thermistor" T100000 H1 B3950
            M950 H2 C"exp.heater3" T2
            M143 H2 S280                                       ; Set temperature limit for heater 1 to 280C
            M307 H2 R1.993 K0.289:0.000 D4.58 E1.35 S1.00 B0 V12.0
            
            
            ;M307 H2 A240 C340 D5.5 V12
            
            
            ; Fans
            ;M106 P1 S1 I0 F500 H1 T30                            ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on, fan on at 30 C.
            ;M106 P1 S1 I0 F500 H1 T20                          ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
            ;M106 P2 S1 I0 F500 H1 T20                          ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on
            ; 2-wire fans, normally controlled and thermostatic
            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                                      ; 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
            
            ; Automatic power saving
            M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss
            
            M563 P0 D0 H1 F0 S"T0"                                 ; define tool 0
            G10 P0 X0 Y0 Z-10.37                                  ; set tool 0 axis offsets
            G10 P0 R0 S0                                     ; set initial tool 0 active and standby temperatures to 0C
            
            
            ; Custom settings are not configured
            M563 P1 D0 H2 F0 S"T1"                                 ; define tool T1
            G10 P1 X0 Y0 Z-44.1                                  ; set tool 0 axis offsets
            G10 P1 R0 S0                                     ; set initial tool 0 active and standby temperatures to 0C
            
            1 Reply Last reply Reply Quote 0
            • undefined
              rister502dad
              last edited by 24 Mar 2023, 20:56

              Oh it looks like it wasn't plugged in correctly and the power was too intermittent. So that appears to be working now but I still have the heater turning on and haven't figured out why maybe there's something going with the config.g

              thanks

              undefined 1 Reply Last reply 24 Mar 2023, 21:44 Reply Quote 0
              • undefined
                rister502dad @rister502dad
                last edited by 24 Mar 2023, 21:44

                @rister502dad Yeah I can't make any sense with these heater pins that just stay on. So when you turn on the heater the pins go to 0V then you get the heater error, and I guess the pins are supposed to go off but then they go to 12V. Its like the logic is reversed.

                undefined undefined 2 Replies Last reply 25 Mar 2023, 18:09 Reply Quote 0
                • undefined
                  T3P3Tony administrators @rister502dad
                  last edited by 25 Mar 2023, 18:09

                  @rister502dad please run M98 Pconfig.g and report the results

                  www.duet3d.com

                  1 Reply Last reply Reply Quote 0
                  • Phaedruxundefined
                    Phaedrux Moderator
                    last edited by 25 Mar 2023, 21:34

                    PXL_20230324_204357700.jpg PXL_20230324_141709421.jpg

                    Z-Bot CoreXY Build | Thingiverse Profile

                    1 Reply Last reply Reply Quote 0
                    • Phaedruxundefined
                      Phaedrux Moderator
                      last edited by Phaedrux 25 Mar 2023, 21:39

                      @rister502dad said in DueX set up issues:

                      @rister502dad Yeah I can't make any sense with these heater pins that just stay on. So when you turn on the heater the pins go to 0V then you get the heater error, and I guess the pins are supposed to go off but then they go to 12V. Its like the logic is reversed.

                      Which heater?

                      From your pic it looks like you're using the E2 heater input, but your config has exp.heater3 which is the pinname you would use if you were using the bare expansion header and not a Duex. Those would need to be inverted.

                      Change your config to use the correct Duex pin names.
                      You have:

                      M308 S2 P"exp.thermistor3" Y"thermistor" T100000 H1 B3950
                      M950 H2 C"exp.heater3" T2
                      

                      You need:

                      M308 S2 P"duex.e2temp" Y"thermistor" T100000 H1 B3950
                      M950 H2 C"duex.e2heat" T2
                      

                      See here: https://docs.duet3d.com/en/Duet3D_hardware/Duet_2_family/DueX2_and_DueX5#pin-names

                      Z-Bot CoreXY Build | Thingiverse Profile

                      undefined 1 Reply Last reply 26 Mar 2023, 01:24 Reply Quote 2
                      • undefined
                        elmoret @Phaedrux
                        last edited by 26 Mar 2023, 01:24

                        @Phaedrux ❤

                        1 Reply Last reply Reply Quote 0
                        • undefined
                          rister502dad @rister502dad
                          last edited by 3 Apr 2023, 23:09

                          @rister502dad Hi Tony, thanks for the suggestion, here is the response I get when running the command:

                          M98 Pconfig.g
                          HTTP is enabled on port 80
                          FTP is disabled
                          TELNET is enabled on port 23
                          Warning: Heater 2 predicted maximum temperature at full power is 443°C

                          undefined 1 Reply Last reply 5 Apr 2023, 13:52 Reply Quote 0
                          • undefined
                            T3P3Tony administrators @rister502dad
                            last edited by 5 Apr 2023, 13:52

                            @rister502dad thanks, looks like @Phaedrux spotted the issue which i assume you have fixed as config.g is not reporting the error.

                            www.duet3d.com

                            undefined 1 Reply Last reply 5 Apr 2023, 18:24 Reply Quote 0
                            • undefined
                              rister502dad @T3P3Tony
                              last edited by 5 Apr 2023, 18:24

                              @T3P3Tony Yes Phaedrux was right, that fixed it thanks

                              1 Reply Last reply Reply Quote 1
                              • Phaedruxundefined Phaedrux marked this topic as a question 5 Apr 2023, 18:25
                              • Phaedruxundefined Phaedrux has marked this topic as solved 5 Apr 2023, 18:25
                              • First post
                                Last post
                              Unless otherwise noted, all forum content is licensed under CC-BY-SA