Impact-Site-Verification: dbe48ff9-4514-40fe-8cc0-70131430799e

Search This Blog

Understanding PID Control, Part 5: Three Ways to Build a Model

Tuning a PID controller requires that you have a representation of the system you’re trying to control. - Download Code Examples to Learn How to Automatically Tune PID Controller Gainshttps: http://bit.ly/2HKBh12 This could be the physical hardware or a mathematical representation of that hardware. If you have physical hardware, you could guess at some PID gains, run a test to see how it performs, and then tweak the gains as necessary. This guess-and-check brute force tuning method might work, but you have other, more precise, options available if you have a mathematical model of the system. Therefore, this video presents three different ways to model your system so that you can take advantage of each of these methods when tuning your controller. The first method uses a detailed understanding of the system to develop the model with first principles. The second method uses system identification, the known input, and resulting output signal to fit the data to the model structure of your choice. The third method creates a model by linearizing an existing nonlinear model around a given operating point. With any of these models, you can start the process of developing and tuning a PID controller. Watch more MATLAB Tech Talks: http://bit.ly/2rTc8Yp Check out more control system lectures on Brian's Channel: http://bit.ly/2IUlvkw Other References: Modeling a DC Motor in Simscape: http://bit.ly/2KrgDVw Modeling a DC Motor in Simulink and Simscape – Tutorial: http://bit.ly/2KFp8va Videos on System Identification: http://bit.ly/2KIM3Wu Linear Analysis Tool - Documentation: http://bit.ly/2KqEowO Determining Model Order and Input Delay - Example: http://bit.ly/2KGsXR1 Determining an Optimal Model Order Using Akaike’s Information Criterion – Example: http://bit.ly/2KyYEMb

No comments

Popular Posts