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

    Driver temperature display

    Scheduled Pinned Locked Moved
    General Discussion
    4
    5
    400
    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.
    • Marco Bonaundefined
      Marco Bona
      last edited by

      Hi all, I'm trying to insert driver's temperature in DWC(3.1.1) but the temperature it remains constant at zero.
      I am using the latest firmware version RRF3.1.1 on Duet3.
      I don't understand if I am doing something wrong or if it is not possible to view it correctly, unfortunately I have not found big solutions in the forum.
      I enclose the part of the code:

      M308 S4 Y"drivers" A"DRIVERS"                                     
      M308 S5 Y"mcu-temp" A"MCU"                                        
      
      A Former User? Kolbiundefined 2 Replies Last reply Reply Quote 0
      • A Former User?
        A Former User @Marco Bona
        last edited by

        @Marco-Bona said in Driver temperature display:

        but the temperature it remains constant at zero.

        expected behaviour. 0=ok, 100=bad, 150=call someone. those are roughly the only values you'll see. i think its refered to in the docs for M307.

        1 Reply Last reply Reply Quote 0
        • Kolbiundefined
          Kolbi @Marco Bona
          last edited by

          @Marco-Bona If the drivers on Duet3 work the same as Duet2, I think you will only 'see' 0, 100, or 150. Here's the note I put in my config.g to remind about this.

          M308 S4 Y"drivers" A"TMC2660"                              ; Case fan - configure sensor 2 as temperature warning and overheat flags on the TMC2660 on Duet
                                                                     ; !!! Reports 0C when there is no warning, 100C if any driver reports over-temperature
                                                                     ; !!! warning , and 150C if any driver reports over-temperature shutdown
          
          1 Reply Last reply Reply Quote 0
          • aidarundefined
            aidar
            last edited by

            Hi.
            Drivers does not show temperature. They gives warning if temperature of driver is about 100 C and shut down when temperature is about 150 C. So until that is always shows 0.

            1 Reply Last reply Reply Quote 0
            • Marco Bonaundefined
              Marco Bona
              last edited by

              @bearer, @Kolbi, @aidar, thanks for clarification!!

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