Control to delay zero-rpm for an amount of time below minimum temperature #2675
paridkushta
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
|
Put a trigger in the mix with that 40% fan speed at load. Put a 10-15-20 seconds response time, whatever delay you want. Idle fan speed 0%. Thus the trigger will hold the load fan speed (here 40%) until it hits idle temp or below FOR AT LEAST 10-15-20 seconds. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I cannot seem to be able to make this work with Triggers/Mix curves, please help me out if I'm missing something.
I use linear curves from 60C to 70C, from 0% to 100%, with 1 second hysteresis (only-down), 1 second response time, not ignoring hysteresis at min/max temperatures.
My system has the capability to uphold itself with no active cooling for non-gaming tasks. Currently I am forced to put (PWM) fans to idle speed all the time, where they rotate slowly for nothing. I can switch them to DC mode and make them shut off like that.
What I want to achieve is for the fans to start spinning at 60C (from zero), then whenever the temperature falls under 60C (which is often in transitional periods in-game) the fans should stay at an idle speed (mine are 40%) for a user-set period of time, after which they go to 0%.
This could be set as an extra control inside curve cards as "zero-rpm", which when enabled shows the timer box and idle speed similarly to the trigger card. Or even better (in my opinion) to have these options in each fan control card.
This is necessary for all zero-rpm configurations because the computer keeps turning the fans on and off every second. Increasing hysteresis fixes one problem and creates a bigger one by making fans not work linearly during heavier workloads, either keeping them too fast or suddenly slowing them.
There is literally no solution in any software including BIOSes, and it seems a simple thing to implement in FanControl (not saying it's easy).
With this option fans avoid the wear at startup and making noise because of startup. Seems like a no-brainer to me that it should be mandatory with any fan control software, in principle.
Beta Was this translation helpful? Give feedback.
All reactions