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

    Configuring PT1000 sensors

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    3
    5
    822
    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.
    • Dougal1957undefined
      Dougal1957
      last edited by

      This is probably for David but please feel free to chip in if you can help.

      I Have some PT1000 sensors from RS pn 100-7530 https://uk.rs-online.com/web/p/platinum-resistance-temperature-sensors/1007530/?sra=pstk and I have put one straight into a molex shell for test.

      when out of the board it measures 1.1 kOhms so I would expect this to give me a sensible reading on DWC (Not the case)

      I have it configured as M305 P0 X500 in my config

      with nothing connected to the E0 Thermistor pins the DWC Reads 493.6 degrees with the pt1000 connected I get the same

      This is the Heater section of my Config.g

      ; Heaters
      M305 P0 X500 R4700 ; Configure thermocouple for heater 0
      M143 H0 S120 ; Set temperature limit for heater 0 to 120C
      M305 P1 X200 ; Configure thermocouple for heater 1
      M143 H1 S280 ; Set temperature limit for heater 1 to 280C

      I am on the latest FW

      Any ideas what I have done wrong

      Doug

      1 Reply Last reply Reply Quote 0
      • DjDemonDundefined
        DjDemonD
        last edited by

        Hi Doug,

        I have some sample pt1000's that we are about to begin stocking. I just measured one and it shows 1.035Kohm at about 14 degrees C.

        I have got 3 connected to my cylinder delta using the following config

        M305 P0 X500 R4700  			; heater 0 uses a PT1000 connected to thermistor channel 0 which has a 4.7K series resistor
        M305 P1 X501 R4700  			; heater 1 uses a PT1000 connected to thermistor channel 1 which has a 4.7K series resistor
        M305 P2 X502 R4700  			; heater 2 uses a PT1000 connected to thermistor channel 1 which has a 4.7K series resistor
        

        So it might be the heater channel has to be 501,502,503 etc…

        Simon. Precision Piezo Z-Probe Technology
        www.precisionpiezo.co.uk
        PT1000 cartridge sensors NOW IN, just attach to your Duet board directly!

        1 Reply Last reply Reply Quote 0
        • dc42undefined
          dc42 administrators
          last edited by

          Your M305 comments don't match the parameters values. Your first M305 command says that the bed heater channel uses a PT1000 connected to the bed thermistor input. The second one says that your E0 heater uses a PT100 sensor connected to a daughter board. Nothing about a PT1000 connected to E0 thermistor input.

          Duet WiFi hardware designer and firmware engineer
          Please do not ask me for Duet support via PM or email, use the forum
          http://www.escher3d.com, https://miscsolutions.wordpress.com

          1 Reply Last reply Reply Quote 0
          • Dougal1957undefined
            Dougal1957
            last edited by

            no this is for the bed Simon I intend to use a PT100 in the hotend

            I have tried X501 for P1 as well with the same results. also with and without the R4700

            1 Reply Last reply Reply Quote 0
            • Dougal1957undefined
              Dougal1957
              last edited by

              Thank you David that was the Clue I needed all now sorted.

              I did indeed put it on the E0 thermistor input instead of the bed one Doh

              Doug

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