-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fan speed control logic #188
Comments
Does it mean that fan will be always on regardless of the temperature? If the main reason why you opened this issue is continuous fan switching on and off, then we has to find a way how to avoid it (e.g. by implementing PID controller). |
Yes fan is always on regardless of the temperature, and it would be nice to implement PID controler for fan. Now its anoying fan noise if you use power supply lets say just for small power. |
We'll add PID controller to manage fan speed. That should also offer possibility that fan works continuously (with various speed) depending of defined P, I, and D constants. |
You can add PID or simple as I wrote two temperatures and then drive PWM depend on this two temperatures. |
You can add PID or simple as I wrote two temperatures and then drive PWM
depend on this two temperatures.
V V sre., 28. mar. 2018 ob 11:38 je oseba prasimix <[email protected]>
napisala:
… We'll add PID controller to manage fan speed. That should also offer
possibility that fan works continuously (with various speed) depending of
defined P, I, and D constants.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#188 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARHhWg95M3poG-EGqGh9S-254C1UaMeyks5ti1oFgaJpZM4QsxvZ>
.
|
Not sure that is the same: I don't want that fan is running all the time, and I believe it's possible to configure PID in both way (i.e. that fan is working continuously with different speed, or to switch off when measure temperature goes below one that is set for min. fan speed). |
Of course is not the same, but for that purpose I think that is fine simple control speed with temperature. |
PID controller is now implemented and ready for testing. For debuging purpose you can change PID values without recompiling/uploading new firmware using the SCPI command
Current settings is |
Nice to hear that this is implemented :). I will test this next week. |
I have sugestion for fan speed logic:
we can have three settings: PWMmin and two temperatures Temp1 and Temp2.
Speed PWMmin would be up to the Temp1.
Then between Temp1 and Temp2 PWM will be controled from PWMmin to 100%
From Temp2 fan will be at 100%
The text was updated successfully, but these errors were encountered: