Allow step up (% per sec) and step down (% per sec) to be variable #867
bluespresso
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
Further explanation When the temperature jumps up or down 1 °C I want step up / step down to be just 0,1%/sec. When the jump happens the fan power would momentarily lag behind by 8%. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Allow step up (% per sec) and step down (% per sec) to be variable…
dependent on one parameter:
[the absolute difference between current fan power and the fan power requested by fan curve]
ss a mathematical function or as graph.
Currently you can only set step up and step down to fixed values.
For a near steady state condition, e.g. GPU temperature only changes like between 65°C and 66°C I want step up / step down to be as low as possible like 0,1% / sec because the difference in fan power between 65°C and 66°C is quite high, 9,1%. I can hear it when it changes quickly between these two values.
Unfortunately, 0,1%/sec is not feasible on computer start because it takes quite a while until it spins down and when you start a game because it takes too long to spin up.
A variable step up / step down would make sort of a rubber band behavior where the fan power would not jitter as much just because of 1°C change but at the same time would allow quick adjustment if the conditions change rapidly.
Beta Was this translation helpful? Give feedback.
All reactions