-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 0ee1ae1 Author: Markus Kuhn <git@kuhn-clan.de> Date: Fri Nov 22 14:28:09 2024 +0100 FIX: SlowPwmDevice.cycle no longer depends in input ... within sensible limits: *Input.interval should be less than SlowPwmDevice.cycle, otherwise the PWM will react unproportionally (non linear). Too short cycle time may wear your relay contacts. I'd recommend semiconductor switches for short cycle times. After all its named SLOWPwmDevice! commit 9037c8a Author: Markus Kuhn <git@kuhn-clan.de> Date: Fri Nov 22 12:53:00 2024 +0100 FIX: SlowPwmDevice 100% showed as 50% in History Review of inheritance of SwitchDevice, SlowPwmDevice and AnalogDevice should be done! commit 5f2158d Author: Markus Kuhn <git@kuhn-clan.de> Date: Fri Nov 22 11:17:59 2024 +0100 Fixes and tuning of PidCtrl on real HW Remaining work: - refactor to use a PID class, e.g. m-lundberg/simple-pid pn github - debug the 50% ON state in SlowPwmDevice's history, should be 100% - relax interaction of AnalogInput.interval with SlowPwmDevice.cycle when connected with a PidCtrl. ATM interval MUST be slightly (!) shorter than cycle. - review log levels of PidCtrl and SlowPwmDevice commit f0592f7 Author: Markus Kuhn <78373870+schwabix-1311@users.noreply.github.com> Date: Thu Nov 7 20:46:51 2024 +0100 ctrl_nodes.py still contained py3.9-style annotations commit 9388338 Author: Markus Kuhn <git@kuhn-clan.de> Date: Thu Nov 7 20:37:26 2024 +0100 experimental backport of PidCtrl
- Loading branch information
1 parent
bdbe551
commit e24b583
Showing
10 changed files
with
235 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.