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

    Thermostatic fan control

    Scheduled Pinned Locked Moved
    General Discussion
    4
    8
    1.5k
    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.
    • cdl1701yahoo.comundefined
      cdl1701yahoo.com
      last edited by

      I am wanting to control an enclosure fan so that it comes on when the E1 thermistor reaches 26c. I have it set up on PWM FAN1.

      M107 P1 S1 I0 F500 H1:2 T26

      But instead it turns on when the hotend starts to heat up. What am I doing wrong in the code above?

      1 Reply Last reply Reply Quote 0
      • demonio669undefined
        demonio669
        last edited by

        Please, try this:

        M106 P1 L255 S255 F500 H2 T26

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

          @cdl1701@yahoo.com:

          I am wanting to control an enclosure fan so that it comes on when the E1 thermistor reaches 26c. I have it set up on PWM FAN1.

          M107 P1 S1 I0 F500 H1:2 T26

          But instead it turns on when the hotend starts to heat up. What am I doing wrong in the code above?

          H1:2 means turn the fan on when either thermistor 1 or thermistor 2 is at or above 26C. You need just H2 as in the previous reply.

          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
          • cdl1701yahoo.comundefined
            cdl1701yahoo.com
            last edited by

            Ahh I misunderstood what the H1 was then. I thought H1 enables thermostatic mode and H-1 disables. But it means turn it on or off for that particular thermistor. So H0, H1, and H2 are available for thermostatic mode?

            1 Reply Last reply Reply Quote 0
            • iDeveloundefined
              iDevelo
              last edited by

              @cdl1701@yahoo.com:

              Ahh I misunderstood what the H1 was then. I thought H1 enables thermostatic mode and H-1 disables. But it means turn it on or off for that particular thermistor. So H0, H1, and H2 are available for thermostatic mode?

              Correct.

              H-1 = Disable
              H0 = Heater 0
              H1 = Heater 1
              H2 = Heater 2

              1 Reply Last reply Reply Quote 0
              • cdl1701yahoo.comundefined
                cdl1701yahoo.com
                last edited by

                So the fan still will not turn on when the inside of the box reaches temp. Should all three thermistors be showing up in the heaters section?

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

                  The third thermistor reading will not show up unless you configure it to be used as another extruder heater, or as a chamber heater. So I suggest you configure heater 2 as a chamber heater (even though it isn't really) using M141. You will also need the usual M305 commands to set thermistor parameters for heater 2.

                  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
                  • cdl1701yahoo.comundefined
                    cdl1701yahoo.com
                    last edited by

                    Ahh that did the trick. Thanks!

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