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

    Connecting fans to "OUT1" or "OUT2"

    Scheduled Pinned Locked Moved Solved
    Duet Hardware and wiring
    3
    5
    206
    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.
    • Exerqtorundefined
      Exerqtor
      last edited by

      I've got a two "larger" 2pin blower 24v/12w (dual ballbearing variant) fans inbound i plan to use as AUX print cooling fans.

      Issue is however i'm running short on fan outputs on the Duet 3 Mini, so i was wondering if i could use "OUT2" to run both these?

      1 Reply Last reply Reply Quote 0
      • Mr Yodundefined
        Mr Yod
        last edited by Mr Yod

        You mean in parallel?

        The code should be:

        M950 F{fan number} C"out2" Q25000						; create fan {fan number} on pin out2 and set its frequency
        M106 P{fan number} S0 H-1 C"Heater controlled fans"		; set fan {fan number} value. Thermostatic control is turned off
        

        where {fan number} is the number you prefer

        Exerqtorundefined 1 Reply Last reply Reply Quote 1
        • Exerqtorundefined
          Exerqtor @Mr Yod
          last edited by Exerqtor

          @Mr-Yod Yeah in parallel, I know how to structure the code but I was curious if it might be any drawbacks to running fans on any of those outputs since they're "earmarked" for heaters 😅 Should have worded myself better probably 🙈

          Mr Yodundefined jay_s_ukundefined 2 Replies Last reply Reply Quote 0
          • Mr Yodundefined
            Mr Yod @Exerqtor
            last edited by Mr Yod

            @Exerqtor
            They are marked for heaters because they can output a much higher current than other output terminals.

            AFAIK there aren't drawbacks whatsoever and in your case it's also desireable since those fans draw a lot of current.

            The other solution would be to use an external relais with a standard fan output (of which you are running short)

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

              @Exerqtor there's no issues running fans on heater outputs

              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 1
              • Exerqtorundefined Exerqtor marked this topic as a question
              • Exerqtorundefined Exerqtor has marked this topic as solved
              • First post
                Last post
              Unless otherwise noted, all forum content is licensed under CC-BY-SA