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

Driver temperature display

Scheduled Pinned Locked Moved
General Discussion
4
5
394
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.
  • undefined
    Marco Bona
    last edited by 27 Aug 2020, 17:33

    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"
    ? undefined 2 Replies Last reply 27 Aug 2020, 17:43 Reply Quote 0
    • ?
      A Former User @Marco Bona
      last edited by 27 Aug 2020, 17:43

      @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
      • undefined
        Kolbi @Marco Bona
        last edited by 27 Aug 2020, 17:44

        @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
        • undefined
          aidar
          last edited by 27 Aug 2020, 17:45

          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
          • undefined
            Marco Bona
            last edited by 27 Aug 2020, 18:04

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

            1 Reply Last reply Reply Quote 0
            • undefined gloomyandy referenced this topic 26 Feb 2022, 08:18
            4 out of 5
            • First post
              4/5
              Last post
            Unless otherwise noted, all forum content is licensed under CC-BY-SA