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

    use PT100 sensor for extruder 0 sensor

    Scheduled Pinned Locked Moved
    Third-party add-ons
    3
    6
    571
    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.
    • yamanundefined
      yaman
      last edited by

      hi all
      I want to know if I can use PT100 with PT100 Daughter Board for extruder 0 tool 0 sensor
      what the command I should to use
      I try to use command M305 but I think this command for bed heater .
      also I try to connect PT100 direct to tool 0 sensor but it give me wrong reading for temperature
      so can any one tell my witch command define tool sensor

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

        See https://duet3d.dozuki.com/Wiki/Connecting_PT100_temperature_sensors#Section_Firmware_configuration.

        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
        • A Former User?
          A Former User
          last edited by A Former User

          If you're having issues with making the configuration with the web based reprap configurator, try V1 instead. I ran into all sorts of trouble when trying to set up PT100 with the new.

          I think I saw a thread that may have fixed the issue, but I haven't tried it myself.

          But yes, I use PT100 on daughterboard for both bed and extruder.

          ;H0 = bed
          ;H1 = E0 hotend
          M307 H0 B0 P1 F10 V0                                 ; 10Hz PID, ignore voltage compensation (mains powered)
          M305 P0 X201                                         ; Configure thermocouple for heater 0
          M143 H0 S120                                         ; Set temperature limit for heater 0 to 120C
          M301 H1 S0.70                                        ; Set heater 1 PWM limit to 70%
          M305 P1 X200                                         ; Configure thermocouple for heater 1
          M143 H1 S280                                         ; Set temperature limit for heater 1 to 280C
          
          1 Reply Last reply Reply Quote 0
          • yamanundefined
            yaman
            last edited by yaman

            yep it's work
            before that I try command M305 more then 100 time and it's won't work
            after I restart the controller I use command M305 P1 X202 and the magic happen from first time 🤔 🤔
            thanks ☺ 👌

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

              Do you have two PT100 boards, or is M305 P1 X202 meant to be something else?

              1 Reply Last reply Reply Quote 0
              • yamanundefined
                yaman
                last edited by

                yes I have two PT100 boards

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