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

    Berd air connection to heater pin

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    3
    7
    365
    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.
    • matej1006undefined
      matej1006
      last edited by matej1006

      Hello will this code work that i will be able to connect berdair pump to heater 1 pin's?
      my 4 heater are all connected to duex board so i have bouth Heater on duet2wifi free

      ; Part cooling fan
      M950 H1 C"nil" ; disable heater 1 and free up the associated pin
      M950 F9 C"heater1" Q0; Fan 9 is connected to heater 1 pin, PWM at 100Hz   
      M106 P9 S1  
      

      i have H1 heater sign to duex.e2heat
      so i need to sign new heater and then disable pin or how i could manage that?
      and what i need to do that i will see fan on dashboard?

      Matej

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

        If the Berd Air is your main print cooling fan, it's best to call it Fan 0 not Fan 9. Don't create heater 1. So I suggest you use the following:

        M950 F0 C"duex.e2heat" Q100; Fan 0 is connected to duex.e2heat pin, PWM at 100Hz   
        M106 P0 S1  
        

        The fan should appear on the dashboard automatically.

        You should connect a flyback diode in parallel with the Berd Air motor, because the heater outputs on the Duet don't have built-in flyback diodes.

        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
        • matej1006undefined
          matej1006
          last edited by

          hello @dc42 i add diode already where can i find all connector name

          And which is gnd and vcc pin or how i need to connect Motor to heater pin

          deckingmanundefined 1 Reply Last reply Reply Quote 0
          • deckingmanundefined
            deckingman @matej1006
            last edited by

            @matej1006

            https://duet3d.dozuki.com/Wiki/Duex_wiring_diagrams

            Ian
            https://somei3deas.wordpress.com/
            https://www.youtube.com/@deckingman

            matej1006undefined 1 Reply Last reply Reply Quote 0
            • matej1006undefined
              matej1006 @deckingman
              last edited by

              @deckingman Yeah i know but which of to is gnd and which vcc on output for heater 1

              deckingmanundefined 1 Reply Last reply Reply Quote 0
              • deckingmanundefined
                deckingman @matej1006
                last edited by

                @matej1006 Sorry - I though you wanted to connect to the Duex board. Duet is here

                https://duet3d.dozuki.com/Wiki/Duet_Wiring_Diagrams

                VCC is Vin (the one on the left in that diagram).

                Ian
                https://somei3deas.wordpress.com/
                https://www.youtube.com/@deckingman

                matej1006undefined 1 Reply Last reply Reply Quote 0
                • matej1006undefined
                  matej1006 @deckingman
                  last edited by

                  @deckingman no worry

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