MCU Temp Duet 3 Expansion EXP3HC?`
-
Hello , how can I include the MCU temperature from the Duet 3 Expansion EXP3HC?`
-
Hi,
this works by adding this line to your config.g:
M308 S6 Y"mcu-temp" P"1.dummy" A"3HC MCU" ;show MCU-temp of CAN expansion board 1 (3HC) in DWC (Tools -> Extra) Graph
Note: Here you find the docs for M308.
You have to adjust
- the sensor number S (6 in my case but maybe allready taken in your setup)
- the CAN address of your EXP3HC in P (1 in my case but probably different in your setup)
-
Thank You !