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

    Stepper chips temps? [Solved]

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    2
    6
    846
    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.
    • 3dmntbighkerundefined
      3dmntbighker
      last edited by 3dmntbighker

      There is an MCU temp in the latest firmware Machine Status. Is there any way to determine if the stepper chips are being sufficiently cooled? My MCU seems to be running around 35C. Can I interrogate any other temperatures?

      Scratch built CoreXY with Maestro
      Heavily modified Ender 3 with Maestro
      MPCNC work in progress with Duet WiFi

      1 Reply Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator
        last edited by

        Kind of

        https://forum.duet3d.com/topic/5507/detect-overheated-driver/9

        You can monitor for the high temp and over temp flags.

        If your board is actively cooled with a fan you're probably fine. It's far easier to use the MCU temp as a proxy for the driver temps since if one is working hard, the other will be as well and they are in the same working environment. MCU temp of 35c is quite cool.

        Z-Bot CoreXY Build | Thingiverse Profile

        3dmntbighkerundefined 1 Reply Last reply Reply Quote 0
        • 3dmntbighkerundefined
          3dmntbighker @Phaedrux
          last edited by

          @phaedrux said in Stepper chips temps?:

          Kind of

          https://forum.duet3d.com/topic/5507/detect-overheated-driver/9

          You can monitor for the high temp and over temp flags.

          If your board is actively cooled with a fan you're probably fine. It's far easier to use the MCU temp as a proxy for the driver temps since if one is working hard, the other will be as well and they are in the same working environment. MCU temp of 35c is quite cool.

          I have a blower fan pulling air across the stepper area of the back of the board. But it's fairly restricted so I was hoping to see what it's doing.

          Do any of those high or over temp flags appear in the web interface? Maybe in bright flashing yellow then red? 😉

          Scratch built CoreXY with Maestro
          Heavily modified Ender 3 with Maestro
          MPCNC work in progress with Duet WiFi

          Phaedruxundefined 1 Reply Last reply Reply Quote 0
          • Phaedruxundefined
            Phaedrux Moderator @3dmntbighker
            last edited by Phaedrux

            @3dmntbighker said in Stepper chips temps?:

            Do any of those high or over temp flags appear in the web interface? Maybe in bright flashing yellow then red?

            They can if you add their channel as a virtual heater in config.g

            M305 P101 S"DuetDriversTemp"

            Then in the DWC DuetDriversTemp will show up in the +Extra tab of the tools and heaters temp setting section. Add a checkmark for it to show up in the temp graph. It won't show the temp, because it just reports the flag, so the line won't move until there is a high temp or over temp situation, which is like 80c or something very high.

            Z-Bot CoreXY Build | Thingiverse Profile

            3dmntbighkerundefined 2 Replies Last reply Reply Quote 0
            • 3dmntbighkerundefined
              3dmntbighker @Phaedrux
              last edited by

              @phaedrux said in Stepper chips temps?:

              @3dmntbighker said in Stepper chips temps?:

              Do any of those high or over temp flags appear in the web interface? Maybe in bright flashing yellow then red?

              They can if you add their channel as a virtual heater in config.g

              M305 P101 S"DuetDriversTemp"

              Then in the DWC DuetDriversTemp will show up in the +Extra tab of the tools and heaters temp setting section. Add a checkmark for it to show up in the temp graph. It won't show the temp, because it just reports the flag, so the line won't move until there is a high temp or over temp situation, which is like 80c or something very high.

              P1001? Doesn't seem to appear in the interface anywhere.

              M305 P1001 S"DuetDriversTemp"

              Channel 1001 represents the temperature warning and overheat flags on the TMC2660, TMC2224 or other smart drivers on the Duet main board. It reads 0C when there is no warning, 100C if any driver reports over-temperature warning , and 150C if any driver reports over temperature shutdown.

              Scratch built CoreXY with Maestro
              Heavily modified Ender 3 with Maestro
              MPCNC work in progress with Duet WiFi

              1 Reply Last reply Reply Quote 0
              • 3dmntbighkerundefined
                3dmntbighker @Phaedrux
                last edited by

                @phaedrux

                Never mind, looks like it's P101 X1001.

                Scratch built CoreXY with Maestro
                Heavily modified Ender 3 with Maestro
                MPCNC work in progress with Duet WiFi

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