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

    Duet3D 6HC - FAN WS7040+Drive - wiring and configuration help

    Scheduled Pinned Locked Moved
    General Discussion
    3
    9
    502
    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.
    • zambz2016undefined
      zambz2016
      last edited by

      Hi everyone!

      I'm looking for some help on how to wire this fan (WS7040 blower + ws2403dy01v04 drive)
      I'm using some information I found online:
      [https://resourcewebsite.singoo.cc/15626568631290760/en/pdf/1565593622183/WS2403DY01V04.pdf](link url)

      The way I wired was using 24 volts input, straight from the power supply and for PWM I've used the PIN SV, gray wire, also using FG, white wire as tacho
      On Duet side, I'm using OUT4 and just using just pins Out4 and Out4.tach.
      The config.g, I'm doing this setup:

      M950 F1 C"!out4+out4.tach" Q25000
      M106 P1 C"Tool Fan" S10 H-1 L0 X255

      This setup won't work for some reason. I can't make it to spin. It does work when I use the potentiometer that comes with the drive, so I assume the drive is working.

      Thanks!
      Z

      jay_s_ukundefined dc42undefined 2 Replies Last reply Reply Quote 0
      • jay_s_ukundefined
        jay_s_uk @zambz2016
        last edited by

        @zambz2016 i would suggest trying the out9 (the laser one) if you're not using it. don't worry about the tach to begin with
        51bbaca9-03fc-455e-959e-87477484b2f5-image.png

        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

        zambz2016undefined 2 Replies Last reply Reply Quote 0
        • zambz2016undefined
          zambz2016 @jay_s_uk
          last edited by

          @jay_s_uk

          I will definitely try this! Thanks!

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

            @zambz2016 i run my CPAP on a similar type pin on a different board.
            you can add the tach back in using out4.tach once you have the control working correctly

            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 0
            • zambz2016undefined
              zambz2016 @jay_s_uk
              last edited by

              @jay_s_uk I got it working on OUT9, like you said.

              Do you think its because the OUT4 is a higher voltage. Just assuming since it is written specifically 5V PWM for out 9.

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

                @zambz2016 possibly. at least its working

                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 0
                • dc42undefined
                  dc42 administrators @zambz2016
                  last edited by dc42

                  @zambz2016 if your original connection method didn't work then adding a 10K pullup resistor between OUT4_NEG (the pin that I think you are calling OUT4 in your post) and +5V from any IO_OUT connector should fix it. That would avoid having to use up the 5V_PWM pin.

                  Standard PC fans include a pullup resistor on the PWM input pin, but perhaps your fan doesn't.

                  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

                  zambz2016undefined 2 Replies Last reply Reply Quote 1
                  • zambz2016undefined
                    zambz2016 @dc42
                    last edited by zambz2016

                    @dc42
                    Thank you! I will keep that in mind, if I need to use OUT9

                    1 Reply Last reply Reply Quote 0
                    • zambz2016undefined
                      zambz2016 @dc42
                      last edited by zambz2016

                      @dc42 said in Duet3D 6HC - FAN WS7040+Drive - wiring and configuration help:

                      If your original connection method didn't work then adding a 10K pullup resistor between OUT4_NEG (the pin that I think you are calling OUT4 in your post) and +5V from any IO_OUT connector should fix it. That would avoid having to use up the 5V_PWM pin.

                      I tried this solution and it also works as expected.
                      The only drawback is that when you first turn on the machine or restart Duet, the fan goes Max speed and it is really loud.
                      I will keep it using the OUT_9 5V PWM + OUT4_Tach as final solution.

                      Thanks for all the help and super quick response from all of you!

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