Monitor the RPM on a 4-pin Fan
-
Hi all,
I have a 4-pin fan mounted and working properly on the Duet 3 Mini 5+.
It's working well and I can see the RPM changing correctly in the web interface when changing the fan settings.
Is there any way to get that RPM value from a G-Code command or through the web API?
Thanks!
-
@raph_the_goat I expect that RPM value will be in the object model and you can query it that way
-
@jay_s_uk Looks indeed promising!
https://github.com/Duet3D/RepRapFirmware/wiki/Object-Model-Documentation#fansrpm
I'll dig into it! Thanks!