Tune PID controllers
MATLAB Toolstrip: On the Apps tab, under Control System Design and Analysis, click the app icon.
MATLAB command prompt: Enter pidTuner
.
Simulink model: In the PID Controller or PID Controller (2DOF) block dialog box, click Tune.
Plant
— Current plantImport
| ...The Plant menu displays the name of the current plant that PID Tuner is using for controller design.
Change the current plant using the following menu options:
A list of the LTI models present in the PID Tuner Data Browser.
Import
— Import a new LTI model
from the MATLAB workspace.
Re-Linearize Closed Loop
—
Linearize the plant at a different snapshot time. See Tune at a Different Operating Point (Simulink Control Design). This option is
available only when tuning a PID Controller or
PID Controller (2DOF) block in a Simulink model.
Identify New Plant
— Use system
identification to obtain a plant from measured or simulated system
response data (requires System Identification Toolbox software). See:
Interactively Estimate Plant Parameters from Response Data, when tuning a PID controller for an LTI model.
Interactively Estimate Plant from Measured or Simulated Response Data (Simulink Control Design), when tuning a PID Controller block in a Simulink model.
If you are tuning a PID controller for a plant represented by an LTI model, the default plant is:
Plant
= 1, if you opened PID
Tuner from the Apps tab in the
MATLAB Toolstrip, or if you used the pidTuner
command
without an input argument.
The plant you specified as an input argument to
pidTuner
.
If you are tuning a PID Controller or PID Controller (2DOF) block in a Simulink model, then the default plant is linearized at the operating point specified by the model initial conditions. See What Plant Does PID Tuner See? (Simulink Control Design)
Type
— Controller type'PI'
| 'PIDF'
| 'PID2'
| ...The controller type specifies which terms are present in the PID controller. For instance, a PI controller has a proportional and an integral term. A PDF controller has a proportional term and a filtered derivative term.
If you are tuning a controller for a plant represented by an LTI model, use the Type menu to specify controller type. When you change controller type, PID Tuner automatically designs a new controller. Available controller types include 2-DOF PID controllers for more flexibility in the trade-off between disturbance rejection and reference tracking. For details on available controller types, see PID Controller Types for Tuning.
If you are tuning a PID Controller or PID Controller (2DOF) block in a Simulink model, the Type field displays the controller type specified in the block dialog box.
Form
— Controller form'Parallel'
| 'Standard'
This field displays the controller form.
If you are tuning a controller for a plant represented by an LTI
model, use the Form menu to specify controller
form. For information about parallel and standard forms, see the
pid
and pidstd
reference
pages.
If you are tuning a PID Controller or PID Controller (2DOF) block in a Simulink model, the Form field displays the controller form specified in the block dialog box.
Domain
— Domain for specifying performance targets'Time'
| 'Frequency'
The Domain menu enables you to switch the domain in which PID Tuner displays the target performance parameters.
Time
— Sliders set the
Response Time and Transient
Behavior.
Frequency
— Sliders set the
Bandwidth and Phase
Margin.
To refine the controller design, you adjust the target performance parameters using the sliders or the corresponding numeric values.
For more information, see:
Refine the Design (tuning a controller for an LTI model)
Refine the Design (Simulink Control Design) (tuning PID Controller or PID Controller (2DOF) block in Simulink model)
Add Plot
— Create analysis plotsReference Tracking
| Input Disturbance Rejection
| Controller Effort
| ...Create time-domain and frequency-domain analysis plots to help analyze the performance of the PID controller. For detailed information about the available response plots, see:
Analyze Design in PID Tuner (tuning a controller for an LTI model)
Analyze Design in PID Tuner (Simulink Control Design) (tuning PID Controller or PID Controller (2DOF) block in Simulink model)
For PID tuning at the command line, use pidtune
. The
pidtune
command can design a controller for multiple
plants at once.
For interactive PID tuning in the Live Editor, see the Tune PID Controller Live Editor task. This task lets you interactively design a PID controller and automatically generates MATLAB code for your live script.