-
Notifications
You must be signed in to change notification settings - Fork 5
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
Start of P(ID) controller #323
Comments
@gijsber thanks for the data. Do I understand correctly that this is not PID control but discrete control (e.g. the pumps are either on or off), or does the second one interpolate between the values in the table? Does the Sobek model also contain profile data? At this moment I do not know how to incorporate the deadband (which I assume is the tolerance around the setpoint), I can image that to be a criterion for optimization. |
@SouthEndMusic I'll have to ask Geert Prinsen for that, but this were the pump-related control types I could identify. they look discrete indeed. and yes, profile data is available. I could check whether the gate or weir controllers have settings that are more PID like. Maybe @visr has been digging into D-RTC more with some example. For the deadband: this indeed is the lower/upperbound which indicates when the pump is turned on. |
Maybe this one is useful as well: the user manual of D-RTC Tools: https://usermanual.wiki/Pdf/DRTCUserManual.1356732301.pdf |
@SouthEndMusic I also have posted a more recent version posted in: n:\Deltabox\Postbox\Gijsbers, Peter\D-Real_Time_Control_User_Manual.pdf (19mb) |
Fixes #323. This is how far I got before my vacation. I also refactored `Connectivity` in Julia so that it now also contains the control connectivity. --------- Co-authored-by: Bart de Koning <[email protected]> Co-authored-by: Martijn Visser <[email protected]>
As motivated in #322. First steps:
The text was updated successfully, but these errors were encountered: