Control Theorem: Gains for PD Controller of Acceleration

  • Thread starter Thread starter G Man
  • Start date Start date
  • Tags Tags
    Control Theorem
Click For Summary
SUMMARY

The discussion centers on the derivation and application of the PD (Proportional-Derivative) controller for acceleration control. The equation presented, acceleration = (gain1 x displacement) + (gain2 x velocity), illustrates how control feedback signals are generated based on displacement and velocity. The origins of PID (Proportional-Integral-Derivative) control are traced back to studies of ship helmsmen, who adjusted steering not only based on position errors but also on the rate of change. The tuning of gains is emphasized as a crucial step in achieving desired control outcomes, often requiring mathematical techniques for initial estimates followed by practical adjustments.

PREREQUISITES
  • Understanding of control theory concepts, specifically PD and PID controllers
  • Familiarity with mathematical modeling techniques for control systems
  • Knowledge of feedback control mechanisms in engineering
  • Basic principles of displacement and velocity in dynamic systems
NEXT STEPS
  • Study the derivation of PID control equations and their applications in various systems
  • Explore mathematical techniques for tuning control system gains, such as Ziegler-Nichols method
  • Learn about the implementation of control feedback signals in real-time systems
  • Investigate the differences between PD and PID controllers in practical scenarios
USEFUL FOR

Control engineers, automation specialists, and students studying control systems who seek to deepen their understanding of PD and PID controllers and their practical applications in dynamic systems.

G Man
Messages
1
Reaction score
0
I'm trying to understand the derivation of what appears to be a basic concept in control. This is for a PD controller of acceleration. I believe there would be similar derivation for other controllers, but I do not understand its origin let alone other examples?

x.. = Ks.x + Kv.x.
also written as:
acceleration = (gain x displacement) + (gain x velocity)
 
AFAIK, I believe the technique for PD (and PID controllers for that matter) was based on people doing studies on ship helmsmen and how they steered large ships. They noticed that the helmsmen wouldn't simply just correct for an error in position (proportional control), but also take the rate of change into account (derivative control). Sometimes, to correct for "droop" or steady-state error, they would correct it by adding up the error in the position and use that to correct for the difference (integral control). This I believe is the origin of PID control.

The idea is that you can tune the gains based on what you observe about the system. Often, mathematical techniques are used to determine the gains (to get in the ballpark) based on properties of the system you are trying to control, but often the models are insufficient so these numbers are "tuned" to get the desired results.
 
G Man said:
acceleration = (gain1 x displacement) + (gain2 x velocity)
In addition to what @timethereaper has said, I think that your equation here is misleading. This is not necessarily the acceleration, it is the control feedback signal. So if you want to control something, you need to know where it is (displacement) and how it is moving (velocity). Then your control feedback signal will be some weighted (gain1, gain2) combination of those two. Other than that simple thinking, I don't think there is any derivation. It is just an idea of how to control something and applies to anything you want to control. It often will end up in some way affecting acceleration. It is usually just a starting point and the final working controller is much more complicated.
 
Last edited:

Similar threads

  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 17 ·
Replies
17
Views
4K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 18 ·
Replies
18
Views
5K
  • · Replies 8 ·
Replies
8
Views
8K
  • · Replies 4 ·
Replies
4
Views
2K