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

    3,3V yellow, 5V red, LED VIN blue Probe not working

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    6
    22
    700
    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.
    • Phaedruxundefined
      Phaedrux Moderator @Topenga
      last edited by

      @Topenga said in 3,3V yellow, 5V red, LED VIN blue Probe not working:

      sensor open circuit

      Check your wiring.
      Post your config.g and the results of M122
      Maybe show a photo of your wiring at the board.

      Z-Bot CoreXY Build | Thingiverse Profile

      1 Reply Last reply Reply Quote 0
      • Topengaundefined
        Topenga
        last edited by

        Hello Phaedrux,

        as requested:
        18.1.2021, 01:24:55 M122
        === Diagnostics ===
        RepRapFirmware for Duet 2 WiFi/Ethernet version 3.2 running on Duet WiFi 1.02 or later
        Board ID: 08DLM-996AL-K65SW-6J9F2-3SN6N-1B52X
        Used output buffers: 3 of 24 (11 max)
        === RTOS ===
        Static ram: 23460
        Dynamic ram: 73488 of which 44 recycled
        Never used RAM 15088, free system stack 189 words
        Tasks: NETWORK(ready,183) HEAT(blocked,311) MAIN(running,358) IDLE(ready,19)
        Owned mutexes: WiFi(NETWORK)
        === Platform ===
        Last reset 00:01:54 ago, cause: power up
        Last software reset at 2021-01-16 13:26, reason: User, GCodes spinning, available RAM 14912, slot 0
        Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
        Error status: 0x00
        Aux0 errors 0,0,0
        MCU temperature: min 29.3, current 36.4, max 36.5
        Supply voltage: min 24.0, current 24.2, max 24.4, under voltage events: 0, over voltage events: 0, power good: yes
        Driver 0: position 0, standstill, SG min/max not available
        Driver 1: position 0, standstill, SG min/max not available
        Driver 2: position 0, standstill, SG min/max not available
        Driver 3: position 0, standstill, SG min/max not available
        Driver 4: position 0, standstill, SG min/max not available
        Driver 5: position 0
        Driver 6: position 0
        Driver 7: position 0
        Driver 8: position 0
        Driver 9: position 0
        Driver 10: position 0
        Driver 11: position 0
        Date/time: 2021-01-18 01:24:51
        Cache data hit count 140372180
        Slowest loop: 3.70ms; fastest: 0.20ms
        I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
        === Storage ===
        Free file entries: 10
        SD card 0 detected, interface speed: 20.0MBytes/sec
        SD card longest read time 0.9ms, write time 0.0ms, max retries 0
        === Move ===
        DMs created 83, maxWait 0ms, bed compensation in use: none, comp offset 0.000
        === MainDDARing ===
        Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
        === AuxDDARing ===
        Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
        === Heat ===
        Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1 -1 -1
        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 idle 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
        Daemon is idle in state(s) 0
        Autopause is idle in state(s) 0
        Code queue is empty.
        === Network ===
        Slowest loop: 79.60ms; fastest: 0.00ms
        Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions
        HTTP sessions: 1 of 8

        • WiFi -
          Network state is active
          WiFi module is connected to access point
          Failed messages: pending 0, notready 0, noresp 0
          WiFi firmware version 1.25
          WiFi MAC address 8c:aa:b5:d5:7d:0a
          WiFi Vcc 3.39, reset reason Power up
          WiFi flash size 4194304, free heap 20128
          WiFi IP address 192.168.0.99
          WiFi signal strength -60dBm, mode 802.11n, reconnections 0, sleep mode modem
          Clock register 00002002
          Socket states: 0 0 0 0 0 0 0 0
        1 Reply Last reply Reply Quote 0
        • Topengaundefined
          Topenga
          last edited by

          ; Configuration file for Duet WiFi (firmware version 3)
          ; executed by the firmware on start-up
          ;
          ; generated by RepRapFirmware Configuration Tool v3.2.0 on Wed Jan 06 2021 00:20:17 GMT+0100 (Mitteleuropäische Normalzeit)

          ; General preferences
          G90 ; send absolute coordinates...
          M83 ; ...but relative extruder moves
          M550 P"Dany's CR-10s Pro" ; set printer name

          ; Network
          M551 P"1945" ; set password
          M552 S1 ; enable network
          M586 P0 S1 ; enable HTTP
          M586 P1 S1 ; enable FTP
          M586 P2 S1 ; enable Telnet

          ; Drives
          M569 P0 D2 S1 ; physical drive 0 goes forwards
          M569 P1 D2 S0 ; physical drive 1 goes backwards
          M569 P2 D2 S1 ; physical drive 2 goes forwards
          M569 P3 D0 S1 ; physical drive 3 goes forwards
          M584 X0 Y1 Z2 E3 ; set drive mapping
          M350 X128 Y128 Z128 E16 I1 ; configure microstepping without interpolation
          M92 X640.00 Y640.00 Z3200.00 E697.96 ; set steps per mm
          M566 X2500.00 Y1100.00 Z200.00 E800.00 ; set maximum instantaneous speed changes (mm/min)
          M203 X20000.00 Y20000.00 Z850.00 E5000.00 ; set maximum speeds (mm/min)
          M201 X4000.00 Y1800.00 Z1000.00 E4000.00 ; set accelerations (mm/s^2)
          M906 X2000 Y2000 Z800 E750 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 X310 Y318 Z400 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 S1 ; configure Z-probe endstop for low end on Z

          ; Z-Probe
          M558 P5 C"^!zprobe.in" H4.0 F250 T20000 ; set Z probe type to switch and the dive height + speeds
          G31 P500 X0 Y-40 Z2.5 ; set Z probe trigger value, offset and trigger height
          ;M556 S50 X0 Y0 Z0 ; set orthogonal axis compensation parameters
          M557 X2:270 Y10:305 S35 ; define mesh grid

          ; Heaters
          M308 S0 P"bedtemp" Y"thermistor" T100000 B3950 ; configure sensor 0 as thermistor on pin bedtemp
          M950 H0 C"bedheat" T1 Q10 ; create bed heater output on bedheat and map it to sensor 0
          M307 H0 A258.8 C272.2 D2.1 B1 S0.85 ; disable bang-bang mode for the bed heater and set PWM limit
          M140 H0 ; map heated bed to heater 0
          M143 H0 S110 ; set temperature limit for heater 0 to 110C
          M308 S1 P"e0temp" Y"thermistor" T100000 B3950 ; configure sensor 1 as thermistor on pin e0temp
          M950 H1 C"e0heat" T0 ; create nozzle heater output on e0heat and map it to sensor 1
          M307 H1 A707.7 C227.9 D7.1 V24.3 B0 S0.75 ; disable bang-bang mode for heater and set PWM limit
          M143 H1 S300 ; set temperature limit for heater 1 to 300C

          ; Fans
          M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
          M106 P0 C"Part Cooling FAN0" S0 H-1 ; set fan 0 name and value. Thermostatic control is turned off
          M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
          M106 P1 C"Heatsink cooling FAN1" S1 H1 T45 ; set fan 1 name and value. Thermostatic control is turned on
          M950 F2 C"fan2" Q500 ; create fan 2 on pin fan2 and set its frequency
          M106 P2 C"Drives cooling FAN2" S0 H-1 ; set fan 2 name and value. Thermostatic control is turned off

          ; Tools
          M563 P0 D0 H1 F2 ; 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
          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
          T0 ; select first tool

          1 Reply Last reply Reply Quote 0
          • Topengaundefined
            Topenga
            last edited by

            The wiring should be o.k. because the board was working properly for some months.
            Regarding Firmware.....after i realized that i have some trouble with the board i erased the memory and installed new firmware just to ensure that it is not to software issues.

            Many thanks in advance

            Danijel

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

              @Topenga said in 3,3V yellow, 5V red, LED VIN blue Probe not working:

              The wiring should be o.k. because the board was working properly for some months.

              Well sensor open circuit would indicate it is not connected.

              Z-Bot CoreXY Build | Thingiverse Profile

              1 Reply Last reply Reply Quote 0
              • Topengaundefined
                Topenga
                last edited by

                but sensor shows the correct room temperature?!?! As well conected a new Temp.Sensor to avoid any trouble with this...

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

                  @Topenga said in 3,3V yellow, 5V red, LED VIN blue Probe not working:

                  Tryed out again just to read the failure: "Error: M303: heater 0 reported error 'sensor open circuit' at start of auto tuning"

                  Are you still getting that error?

                  Z-Bot CoreXY Build | Thingiverse Profile

                  Topengaundefined 1 Reply Last reply Reply Quote 0
                  • Topengaundefined
                    Topenga @Phaedrux
                    last edited by

                    @Phaedrux
                    unfortunately yes, still the same failure! But why are both Heaters blocked...... The strange...... Isn't it?
                    Is there a possibility that that a temp. Fuse is gone?

                    Mfg T.

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

                      Possibly a blown PTC fuse on the thermistor, yes.

                      Do you see any damaged components on the board?

                      How did you wire up the PS-on? Do things improve if you remove the PS-on wiring?

                      Z-Bot CoreXY Build | Thingiverse Profile

                      1 Reply Last reply Reply Quote 0
                      • Topengaundefined
                        Topenga
                        last edited by

                        Hello, the PS-On wiring I disconnected already and the same status as before, no changes. May you tell me where the PTC fuses are located on the board or even how they look like? Until now I was not able to locate any blown components on the board. Many thanks in advance

                        Best regards Danijel

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

                          You can see the schematics for your board version here: https://github.com/Duet3D/Duet-2-Hardware/tree/master/Duet2

                          Is this a genuine Duet or a clone? If Genuine, where and when was it purchased?

                          Z-Bot CoreXY Build | Thingiverse Profile

                          1 Reply Last reply Reply Quote 0
                          • apakundefined
                            apak
                            last edited by

                            @phaedrux already did
                            https://forum.duet3d.com/topic/27120/newbie-with-mfm?_=1647029669492

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