P Controls

Proportional Controls

  • In a block diagram, this is summing the output to the input
  • This is controlled using a or some proportional gain which controls our “flow”
  • As you increase you can make the DC gain as close as possible to 1 (This is the servo performance or why we use servo motors)
  • Mathematically,
  • Increasing decreases , making the transient response more oscillatory

PD Controls

Proportional Derivative Controls

  • A PD controller adds a derivative term to the P controller, which reacts to the rate of change of the error
  • This is like implementing a virtual spring and damper
  • Mathematically, where we still have our proportional gain, but now have a derivative gain connected to the rate of change of the error
    • In LaPlace…
  • We use this when we need faster responses and to reduce overshoot
  • Designing a PD controller means finding and which we can do by putting our transfer function into standard 2nd Order form and when doing a comparison of coefficients