Introduction
These are the three common linear controllers for the single joint loop in Motion Control Schemes. The plant is:
The error is .
Proportional (P) control
The motor voltage is proportional to the error:
Open loop:
Closed loop:
This is a second order system. It is always stable if all the parameters are positive.
Proportional derivative (PD) control
Add a derivative term:
Open loop:
Closed loop:
The derivative gain adds to the damping term (the coefficient of ).
Proportional integral derivative (PID) control
Add an integral term:
Open loop:
Closed loop:
This is a third order system. The integral term removes the steady state error.
Summary
| Controller | Order of closed loop | |
|---|---|---|
| P | 2 | |
| PD | 2 | |
| PID | 3 |