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

    Potenial Bug in M106?

    Scheduled Pinned Locked Moved Solved
    General Discussion
    2
    4
    119
    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.
    • JBiscundefined
      JBisc
      last edited by JBisc

      I observed a potenial bug in the fan function M106.

      If I change the PWM output from 0 to a value X, the PWM seem to make something like this:

      0%PWM --> 100%PWM for 100-200ms --> x%PWM forever

      So there is a small "burst/impulse".... Is this intended?

      Config:

      M950 F1 C"out8" Q500                         ; create pump 1 on pin out8 and set its frequency
      M106 P1 S0 H-1  
      

      Change of PWM by:

      M106 P1 S1.0
      

      PS: Where is the best place to report potenial bugs? Here in the forum or in the Repository?

      My Setup: Duet 3 MB6HC Main Board with attached RPI

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

        That's intended.

        Add B0 to not have it blip

        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

        JBiscundefined 1 Reply Last reply Reply Quote 0
        • JBiscundefined
          JBisc @jay_s_uk
          last edited by

          @jay_s_uk Thanks! I still can't believe that somebody implemented 100ms as default.....

          My Setup: Duet 3 MB6HC Main Board with attached RPI

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

            @JBisc

            Some fans are stubborn and don't work well with PWM. The blip is intended to kickstart them before slowing the speed

            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
            • First post
              Last post
            Unless otherwise noted, all forum content is licensed under CC-BY-SA