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

    Setup temp01 sensor on Toolboard for ambient

    Scheduled Pinned Locked Moved
    Using Duet Controllers
    3
    4
    229
    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.
    • kingofthegeeksundefined
      kingofthegeeks
      last edited by kingofthegeeks

      If I wanted to attach a standard thermistor to temp01 on the toolboard and just monitor the ambient temperature within the printhead enclosure or on the stepper motor, is this possible ?

      I've managed to get an IDEX up and running just by following the guides and reading the forum, I'm almost embarrassed this seemingly simple task eludes me ...

      feeshfeudundefined 1 Reply Last reply Reply Quote 0
      • feeshfeudundefined
        feeshfeud @kingofthegeeks
        last edited by

        It's possible. I can't say that this is the most correct way of doing it but I've just configured my misc. temp sensors to unused heaters:

        e.g.

        M308 S1 P"temp1" Y"thermistor" T100000 B4138 A"radiator" ; configure thermistor for measuring radiator temp
        M950 H1 C"out8" T1 Q0 ; configure heater for 'extruder' (NOT USED)

        Here I'm not using H1 or 'out8' for anything. Of course configure to your thermistor and input ('temp1' for me).

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

          @feeshfeud said in Setup temp01 sensor on Toolboard for ambient:

          It's possible. I can't say that this is the most correct way of doing it but I've just configured my misc. temp sensors to unused heaters:

          e.g.

          M308 S1 P"temp1" Y"thermistor" T100000 B4138 A"radiator" ; configure thermistor for measuring radiator temp
          M950 H1 C"out8" T1 Q0 ; configure heater for 'extruder' (NOT USED)

          Here I'm not using H1 or 'out8' for anything. Of course configure to your thermistor and input ('temp1' for me).

          The M950 line isn't necessary if you just want to monitor the temperature. In Duet Web Control, if you click on the Extras link in the tools pane then you will be able to display the extra temperature in the chart.

          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
          • kingofthegeeksundefined
            kingofthegeeks
            last edited by

            Thank you both, like I expected, embarrassingly simple.

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