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

    Display toolboard temperature on dashboard

    Scheduled Pinned Locked Moved
    Duet Web Control
    2
    3
    167
    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.
    • kuonundefined
      kuon
      last edited by

      Is it possible to display the toolboard temperature (reported by M122 Bxx) on the dashboard?

      T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
      • T3P3Tonyundefined
        T3P3Tony administrators @kuon
        last edited by

        @kuon

        See :https://docs.duet3d.com/User_manual/Reference/Gcodes#m308-set-or-report-sensor-parameters

        To read mcu and driver temperatures on an expansion board connected to a Duet 3 mainboard, set the CAN address in the P parameter. For example, a board at CAN address 1 would use:

        M308 S12 Y"mcu-temp" P"1.dummy" A"3HC MCU"
        M307 S13 Y"drivertemp" P"1.dummy" A"3HC Steppers"
        

        Note that from RRF 3.4.0 beta 8, "drivertemp" will be changed to "drivers" to match the main board.

        so for example a toolboard on CAN address 20, setup to use sensor number 12

        M308 S12 A"Toolboard MCU" Y"mcu-temp" P"20.dummy"

        gives

        0d54efb2-3a2e-4cf8-b5d4-3d2657fc29f5-image.png

        www.duet3d.com

        kuonundefined 1 Reply Last reply Reply Quote 1
        • kuonundefined
          kuon @T3P3Tony
          last edited by

          @T3P3Tony Thanks. I totally missed that in the doc.

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