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

    Reading negative temperature and N/A temp

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    5
    27
    1.9k
    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.
    • jay_s_ukundefined
      jay_s_uk
      last edited by

      I would set the values to the following

      M305 P0 T10000 B3950 R4700               ; set thermistor + ADC parameters for heater 0
      M143 H0 S120                             ; set temperature limit for heater 0 to 120C
      M305 P1 T100000 B4725 C7.060000e-8 R4700 ; set thermistor + ADC parameters for heater 1
      M143 H1 S280                             ; set temperature limit for heater 1 to 280C
      

      The P0 is a generic 3950 which is what tends to be used by chinese suppliers.
      The P1 is correct for a 104GT

      I would remove the P2 as this is probably confusing things.

      If you're still getting no values, I would revisit your crimping

      Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

      1 Reply Last reply Reply Quote 0
      • johnyundefined
        johny
        last edited by

        I did those changes and i even solder a pair of wires directly to the bed thermistor to bypass any broken cable, the magic number is still there.
        Probably is something burn in the board, what could it be?
        Thank you

        1 Reply Last reply Reply Quote 0
        • jay_s_ukundefined
          jay_s_uk
          last edited by

          You could try remapping the bed thermistor to P2 and connecting to the e1 temp header and see if you get a reading

          Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

          1 Reply Last reply Reply Quote 0
          • johnyundefined
            johny
            last edited by

            I did it, no luck, still same error :S
            I unplugged a thermistor from another printer to check it if was the thermistor and the same result.

            1 Reply Last reply Reply Quote 0
            • A Former User?
              A Former User
              last edited by A Former User

              (Don't think there is one)
              1 Reply Last reply Reply Quote 0
              • johnyundefined
                johny
                last edited by

                @bearer said in Reading negative temperature and N/A temp:

                (Don't think there is one)

                Well i measure between the vssa and gnd and i got 3 ohms.
                I just checked that my heat bed had a short between the +12v and gnd but i got no readings even before plugging it.

                1 Reply Last reply Reply Quote 0
                • blt3dpundefined
                  blt3dp
                  last edited by

                  What version of the firmware does M115 report? Might be useful in troubleshooting.

                  My 3D Printing YouTube Channel
                  Better Living Through 3D Printing

                  Follow me on Instagram and Twitter
                  Instagram
                  Twitter

                  1 Reply Last reply Reply Quote 0
                  • johnyundefined
                    johny
                    last edited by

                    @blt3dp said in Reading negative temperature and N/A temp:

                    M115

                    M115
                    FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 3.0 ELECTRONICS: Duet WiFi 1.02 or later FIRMWARE_DATE: 2020-01-03b3

                    blt3dpundefined 1 Reply Last reply Reply Quote 0
                    • blt3dpundefined
                      blt3dp @johny
                      last edited by

                      @johny said in Reading negative temperature and N/A temp:

                      FIRMWARE_VERSION: 3.0

                      That's why you're not getting a reading, you need have to define the pin that it's using.

                      My 3D Printing YouTube Channel
                      Better Living Through 3D Printing

                      Follow me on Instagram and Twitter
                      Instagram
                      Twitter

                      jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                      • jay_s_ukundefined
                        jay_s_uk @blt3dp
                        last edited by jay_s_uk

                        @johny

                        Use

                        ; Bed Heater
                        M308 S0 P"bedtemp" Y"thermistor" T100000 B3950 C0 R4700				; Set thermistor + ADC parameters for heater 0
                        M950 H0 C"bedheat" T0                               		; create bed heater output on bedheat and map it to sensor 0
                        M307 H0 B0 S1.00
                        M140 H0
                        M143 H0 S130                               					; Set temperature limit for heater 0 to 120C
                        
                        ; Extruder Heater
                        M308 S0 P"eotemp" Y"thermistor" T100000 B4275 C7.060000e-8  R4700							;
                        M950 H1 C"e0heat" T1                                		; create nozzle heater output on e0heat and map it to sensor 1
                        M143 H1 S400     
                        

                        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                        blt3dpundefined 1 Reply Last reply Reply Quote 0
                        • blt3dpundefined
                          blt3dp @jay_s_uk
                          last edited by blt3dp

                          @jay_s_uk said in Reading negative temperature and N/A temp:

                          @johny

                          Use

                          ; Bed Heater
                          M308 S0 P"bedtemp" Y"thermistor" T100000 B3950 C0 R4700				; Set thermistor + ADC parameters for heater 0
                          M950 H0 C"bedheat" T0                               		; create bed heater output on bedheat and map it to sensor 0
                          M307 H0 B0 S1.00
                          M140 H0
                          M143 H0 S130                               					; Set temperature limit for heater 0 to 120C
                          
                          ; Extruder Heater
                          M308 S0 P"eotemp" Y"thermistor" T100000 B4275 C7.060000e-8  R4700							;
                          M950 H1 C"e0heat" T1                                		; create nozzle heater output on e0heat and map it to sensor 1
                          M143 H1 S400     
                          

                          Yep, use that. In fact, looks like you're either modifying or creating a new config file based off of a RRF2x one. You might want to run through the web configurator and generate one for RRF3

                          My 3D Printing YouTube Channel
                          Better Living Through 3D Printing

                          Follow me on Instagram and Twitter
                          Instagram
                          Twitter

                          1 Reply Last reply Reply Quote 0
                          • johnyundefined
                            johny
                            last edited by

                            I used and got a different error!
                            fault on thermistor

                            1 Reply Last reply Reply Quote 0
                            • johnyundefined
                              johny
                              last edited by

                              cant detect sensor

                              1 Reply Last reply Reply Quote 0
                              • blt3dpundefined
                                blt3dp
                                last edited by blt3dp

                                Most likely your tool settings. Update these secttions.

                                ; Heaters
                                M308 S0 P"bedtemp" Y"thermistor" T100000 B4267 C7.06e-8 ; 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
                                M143 H0 S130                                            ; set temperature limit for heater 0 to 130C
                                M307 H0 B0 S1.00                                        ; disable bang-bang mode for the bed heater and set PWM limit
                                M140 H0                                                 ; map heated bed to heater 0
                                M308 S1 P"e0temp" Y"thermistor" T100000 B4267 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
                                M143 H1 S275                                            ; set temperature limit for heater 1 to 275C
                                M307 H1 B0 S1.00                                        ; disable bang-bang mode for heater  and set PWM limit
                                
                                ; 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
                                

                                My 3D Printing YouTube Channel
                                Better Living Through 3D Printing

                                Follow me on Instagram and Twitter
                                Instagram
                                Twitter

                                1 Reply Last reply Reply Quote 0
                                • johnyundefined
                                  johny
                                  last edited by

                                  @blt3dp said in Reading negative temperature and N/A temp:

                                  ; 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

                                  And magic!!!! i get readings!!!! thank you a lot m8! i was starting to get crazy with it! need to check if it heats up!
                                  thank you!

                                  1 Reply Last reply Reply Quote 0
                                  • johnyundefined
                                    johny
                                    last edited by

                                    It heats!!!! Thank you, i rly appreciate it!

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