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

    Temperature sensor integrated into 3HC and 1XD boards

    Scheduled Pinned Locked Moved Solved
    General Discussion
    2
    2
    51
    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.
    • Estebanundefined
      Esteban
      last edited by

      Hello everyone,
      I'm going to install three new boards on one of my machines.

      • 3HC
      • 2 x 1XD

      Just as a precaution, I'm interested in monitoring the temperature of my boards, but I can't find out if these two different types of board have an integrated temperature sensor like the Mini 5+.
      Is this the case?
      What are the commands to attach to my config.g if this is the case?
      Thanks in advance for your help!

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

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

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

        https://docs.duet3d.com/User_manual/Reference/Gcodes#m308-set-or-report-sensor-parameters
        See the tab for MCU and driver temp

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 1
        • Estebanundefined Esteban has marked this topic as solved
        • First post
          Last post
        Unless otherwise noted, all forum content is licensed under CC-BY-SA