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

    Duet 3 Mini 5+ Ethernet - No IP Address

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    2
    5
    234
    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.
    • p8blrundefined
      p8blr
      last edited by p8blr

      Hello, I cannot get an ip address on my printer. I have another 3 Mini 5+ that works fine and I've double checked the ethernet connection and the cable and switch port are good. I've updated the mainboard, toolboard to 3.4.5, and paneldue to 3.4.1.

      Config.g

      ; Configuration file for Duet 3 Mini 5+ (firmware version 3.3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.14 on Wed Nov 09 2022 08:00:34 GMT-0600 (Central Standard Time)
      
      ; General preferences
      M575 P1 S1 B57600                                ; enable support for PanelDue
      G90                                              ; send absolute coordinates...
      M83                                              ; ...but relative extruder moves
      M550 P"TXT MakerGear 1"                          ; set printer name
      
      ; Wait a moment for the CAN expansion boards to start
      G4 S2
      
      ; Network
      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.0 S0                                     ; physical drive 0.0 goes forwards
      M569 P0.1 S1                                     ; physical drive 0.1 goes forwards
      M569 P0.2 S1                                     ; physical drive 0.2 goes forwards
      M569 P121.0 S1                                   ; physical drive 121.0 goes forwards
      M584 X0.0 Y0.1 Z0.2 E121.0                       ; set drive mapping
      M350 X16 Y16 Z16 E16 I1                          ; configure microstepping with interpolation
      M92 X80.35 Y80.35 Z1013.78 E410.024                ; set steps per mm was M92 X80.10 Y80.10 Z1007.70 E471.50
      M566 X900.00 Y900.00 Z60.00 E120.00              ; set maximum instantaneous speed changes (mm/min)
      M203 X18000.00 Y18000.00 Z600.00 E1500.00          ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z20.00 E250.00              ; set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E450 I30                     ; set motor currents (mA) and motor idle factor in per cent
      M84 S30                                          ; Set idle timeout
      
      ; Axis Limits
      M208 X0 Y-27 Z-5 S1                                 ; set axis minima
      M208 X192 Y228 Z190 S0                           ; set axis maxima
      
      ; Endstops
      M574 X1 S1 P"io1.in"                             ; configure switch-type (e.g. microswitch) endstop for low end on X via pin io1.in
      M574 Y1 S1 P"io2.in"                             ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin io2.in
      M574 Z1 S2                                       ; configure Z-probe endstop for low end on Z
      
      ; Z-Probe
      M950 S0 C"121.io0.out"                           ; create servo pin 0 for BLTouch
      M558 P9 C"121.io0.in" H2 F1000:200 T9000          ; set Z probe type to bltouch and the dive height + speeds
      G31 P500 X-26 Y-22 Z1.36                              ; set Z probe trigger value, offset and trigger height
      M557 X10:173 Y27:204 P10                        ; define mesh grid
      
      ; Heaters
      M308 S0 P"temp0" Y"thermistor" T100000 B4138     ; configure sensor 0 as thermistor on pin temp0 
      M950 H0 C"out0" T0                               ; create bed heater output on out0 and map it to sensor 0
      M307 H0 R0.191 K0.194:0.000 D15.44 E1.35 S1.00 B0 ; disable bang-bang mode for the bed heater and set PWM limit was
      M140 H0                                          ; map heated bed to heater 0
      M143 H0 S120                                     ; set temperature limit for heater 0 to 120C
      M308 S1 P"121.temp0" Y"thermistor" T100000 B4680 C6.455513e-8 ; configure sensor 1 as thermistor on pin 121.temp0
      M950 H1 C"121.out0" T1                           ; create nozzle heater output on 121.out0 and map it to sensor 1
      M307 H1 R2.686 K0.309:0.122 D9.09 E1.35 S1.00 B0 V24.3 ; disable bang-bang mode for heater  and set PWM limit
      M143 H1 S310                                     ; set temperature limit for heater 1 to 310C
      
      ; Fans
      M950 F0 C"121.out1" Q500                         ; create fan 0 on pin 121.out1 and set its frequency
      M106 P0 C"Part Cooling" S0 H-1                   ; set fan 0 name and value. Thermostatic control is turned off
      M950 F1 C"121.out2" Q500                         ; create fan 1 on pin 121.out2 and set its frequency
      M106 P1 C"Heat Sink" S255 H1 T45                   ; set fan 1 name and 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
      T0                                               ; select first tool
      
      
      

      M98

      Connecting...
      Printer is now online.
      >>> M98 P"config.g"
      SENDING:M98 P"CONFIG.G"
      HTTP is enabled on port 80
      FTP is disabled
      TELNET is disabled
      >>> M552 S1
      SENDING:M552 S1
      >>> M552
      SENDING:M552
      Ethernet is enabled, configured IP address: 0.0.0.0, actual IP address: 0.0.0.0
      
      1 Reply Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator
        last edited by

        Can you share the results of M122?

        You say you have another mini5+ that works as expected with the same config and network wiring connection?

        When and where did you purchase the Mini5 in question?

        Z-Bot CoreXY Build | Thingiverse Profile

        p8blrundefined 1 Reply Last reply Reply Quote 0
        • p8blrundefined
          p8blr @Phaedrux
          last edited by p8blr

          @Phaedrux

          Connecting...
          Connecting...
          Printer is now online.
          >>> M122
          SENDING:M122
          === Diagnostics ===
          RepRapFirmware for Duet 3 Mini 5+ version 3.4.5 (2022-11-30 19:41:16) running on Duet 3 Mini5plus Ethernet (standalone mode)
          Board ID: G3WDN-9296U-D65J0-40KMA-LP03Z-7VWQ8
          Used output buffers: 3 of 40 (11 max)
          === RTOS ===
          Static ram: 103652
          Dynamic ram: 104848 of which 0 recycled
          Never used RAM 33212, free system stack 168 words
          Tasks: NETWORK(ready,24.0%,546) ETHERNET(notifyWait,0.0%,662) HEAT(notifyWait,0.0%,367) Move(notifyWait,0.0%,363) CanReceiv(notifyWait,0.0%,774) CanSender(notifyWait,0.0%,336) CanClock(delaying,0.0%,348) TMC(notifyWait,0.7%,115) MAIN(running,74.3%,425) IDLE(ready,0.2%,30) AIN(delaying,0.8%,263), total 100.0%
          Owned mutexes: USB(MAIN)
          === Platform ===
          Last reset 00:01:11 ago, cause: power up
          Last software reset time unknown, reason: User, GCodes spinning, available RAM 33336, slot 0
          Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x00000000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
          Error status: 0x00
          Error status: 0x00
          
          Aux0 errors 0,0,0
          MCU revision 3, ADC conversions started 71645, completed 71645, timed out 0, errs 0
          Step timer max interval 740
          MCU temperature: min 21.3, current 27.0, max 27.0
          Supply voltage: min 24.2, current 24.2, max 24.2, under voltage events: 0, over voltage events: 0, power good: yes
          Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0
          Events: 0 queued, 0 completed
          Driver 0: standstill, SG min 0, read errors 0, write errors 0, ifcnt 11, reads 3727, writes 11, timeouts 0, DMA errors 0, CC errors 0
          Driver 1: standstill, SG min 0, read errors 0, write errors 0, ifcnt 11, reads 3727, writes 11, timeouts 0, DMA errors 0, CC errors 0
          Driver 2: standstill, SG min 0, read errors 0, write errors 0, ifcnt 11, reads 3727, writes 11, timeouts 0, DMA errors 0, CC errors 0
          Driver 3: standstill, SG min 0, read errors 0, write errors 0, ifcnt 9, reads 3728, writes 9, timeouts 0, DMA errors 0, CC errors 0
          Driver 4: standstill, SG min 0, read errors 0, write errors 0, ifcnt 9, reads 3729, writes 9, timeouts 0, DMA errors 0, CC errors 0
          Driver 5: not present
          Driver 6: not present
          Date/time: 1970-01-01 00:00:00
          Cache data hit count 121209856
          Slowest loop: 4.99ms; fastest: 0.13ms
          === Storage ===
          Free file entries: 10
          SD card 0 detected, interface speed: 22.5MBytes/sec
          SD card longest read time 3.1ms, write time 0.0ms, max retries 0
          === Move ===
          DMs created 83, segments created 0, maxWait 0ms, bed compensation in use: none, comp offset 0.000
          === MainDDARing ===
          Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
          === AuxDDARing ===
          Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
          === Heat ===
          Bed heaters 0 -1 -1 -1, chamber heaters -1 -1 -1 -1, ordering errs 0
          Heater 1 is on, I-accum = 0.0
          === GCodes ===
          Segments left: 0
          Movement lock held by null
          HTTP is idle in state(s) 0
          Telnet is idle in state(s) 0
          File is idle in state(s) 0
          USB is ready with "M122" in state(s) 0
          Aux is idle in state(s) 0
          Trigger is idle in state(s) 0
          Queue is idle in state(s) 0
          LCD is idle in state(s) 0
          SBC is idle in state(s) 0
          Daemon is idle in state(s) 0
          Aux2 is idle in state(s) 0
          Autopause is idle in state(s) 0
          Code queue is empty
          === CAN ===
          Messages queued 650, received 1414, lost 0, boc 0
          Longest wait 3ms for reply type 6053, peak Tx sync delay 3, free buffers 18 (min 17), ts 357/356/0
          Tx timeouts 0,0,0,0,0,0
          === Network ===
          Slowest loop: 0.74ms; fastest: 0.03ms
          Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0)
          HTTP sessions: 0 of 8
          = Ethernet =
          State: establishingLink
          Error counts: 0 0 0 0 0 0
          Error counts: 0 0 0 0 0 0
          
          Socket states: 0 0 0 0 0 0 0 0
          

          Yes, I actually just duplicated my sd card files because it's an identical printer.

          Both were purchased from Matterhackers.com in October 2022.

          Thanks.

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

            Please send an email to warranty@duet3d.com and CC your reseller. Include a link to this forum thread and the details of your original purchase. You'll receive a reply with a form to fill out.

            Z-Bot CoreXY Build | Thingiverse Profile

            p8blrundefined 1 Reply Last reply Reply Quote 0
            • p8blrundefined
              p8blr @Phaedrux
              last edited by

              @Phaedrux said in Duet 3 Mini 5+ Ethernet - No IP Address:

              Please send an email to warranty@duet3d.com and CC your reseller. Include a link to this forum thread and the details of your original purchase. You'll receive a

              Will do, thank you.

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