Temperature sensor integrated into 3HC and 1XD boards
-
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! -
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 -
undefined Esteban has marked this topic as solved