Skip to content

What is the correct method to implement a PID controller with a Process Model? #845

Closed Answered by murrayrm
TheWicklowWolf asked this question in Q&A
Discussion options

You must be logged in to vote

To implement saturation nonlinearities and anti-windup compensation, you'll have to create an input/output (I/O) system description. An example of a PID controller with anti-windup protection can be found in one of the examples in the documentation: PI controller with antiwindup protection. Note that the saturation nonlinearity is in the process dynamics (look for the clip call here, but you could also clip the output of the PID controller.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@TheWicklowWolf
Comment options

Answer selected by TheWicklowWolf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants