Electronic – Control theory basics

control system

I'm trying to understand something very basic about Control Theory. Let's say I have the following loop:

Block Diagram

If we'll relate this loop to a cart with a motor going in its single axis from X = 0 to X = 50, the controlled variable will be the engine speed (v), while the monitored variable will be the cart location (x).

In this case:

  • The measured output should be the cart location, right? But the system output should be the engine speed, shouldn't it? If so, how does this work in the equations? (units-wise)

  • What will be the Reference, System Input, System Output?

Best Answer

The control output (what you are calling the system input) and the system output are not necessarily proportional. In your example, the system is in part a integrator. This sort of thing is common. The extra pole in the system does have to be taken into account in the controller, else it can easily lead to instability.

The less directly related the control output and the system output are, the more complicated the control algorithm has to be. In the real world, you often get systems that are non-linear, partially integrate the input, etc. This is why control theory is a discipline onto itself.