1-DOF PID controller, returned as a pid
or pidstd
object. C1
is
in parallel form if C2
is in parallel form, and
standard form if C2
is in standard form.
For example, suppose C2
is a continuous-time,
parallel-form 2-DOF pid2
controller. The relationship
between the inputs, r and y,
and the output u of C2
is
given by:
Then C1
is a parallel-form 1-DOF pid
controller
of the form:
The PID gains Kp, Ki,
and Kd, and the filter time
constant Tf are unchanged. make1DOF
removes
the terms that depend on the setpoint weights b and c.
For more information about 2-DOF PID controllers, see Two-Degree-of-Freedom PID Controllers.
The conversion also preserves the values of the properties Ts
, TimeUnit
, Sampling
Grid
, IFormula
, and DFormula
.