Control Engineering Basics: Understanding Output vs Input

AI Thread Summary
Control engineering focuses on the relationship between input and output, where ideally the output should track the input to achieve desired system behavior. The Laplace transform is utilized to analyze systems in the frequency domain, simplifying the process of convolution into multiplication, which aids in controller design. Understanding the transfer function G(s) allows for the design of a controller that adjusts the input to achieve the desired output. While the Laplace transform has limitations, such as being linear and time-invariant, it provides valuable insights into system stability and response characteristics. Overall, mastering these concepts is essential for effective control system design and analysis.
raybuzz
Messages
21
Reaction score
0
hi everyone,
I have recently started studying abvout control engineering, but am not getting a grasp on the basic idea behind controls. All the textbooks say that the output should track the input ideally , but why is it so? i.e if i give a step input to a system, the response should ideally be an step. i mean, say you characterise a system by G(s), and give input X(s). the output is Y(s). say i want a some desired output , why can't after knowing G(S) give an appropriate input X(S) so as to produce the desired output.
 
Engineering news on Phys.org
also what are you doing by taking the laplace transform? is the laplace transform similar to taking logarithms and solving multi/div problems by simply adding/ sub the logarithms? are there any limitations of laplace?
 
A control system works by the Idea of closed-loop feedback. So your control system is supposed to take a command signal (your input) and the output is supposed to reach that command signal at steady state. The controller will look at the output of the system, and modify the input signal based on this output, which is your closed-loop feedback.

why can't after knowing G(S) give an appropriate input X(S) so as to produce the desired output.
This is essentially what you're doing when you design your controller, and your controller is what takes the desired output (the system's input X(S) also referred to as the command signal) and filters it to compensate for the plant to make the real output equal to your desired output.

You take the laplace transform to represent the system in the frequency domain. This is just a special application of transfer functions you've probably used in circuit analysis or signals and systems. It basically tells you how a system's output behaves with regard to it's input, and shows this in the frequency spectrum, and you will learn how a lot of control parameters involving stability, steady state error, and response time are related between time domain and frequency domain. The reason the laplace domain is so easy is because convolution can now be done by simple multiplication, so you design a compensator transfer function that will be in series with your plant in a simple control system, and basically by multiplying your compensation transfer function by the plant transfer function, you can then get the type of output you want from different types of command signals. Usually your plant transfer function is already known, or you need to model it, which can be just as involved as the actual controller design.
 
Also, limitations of the laplace transform is that it is linear, continuous, and time invariant. If you've had signals and systems or some kind of DSP, then you probably have learned much of the basic principles already, they just are carried over into detail for controls, so don't let the different terminology used confuse you, you probably already understand it. You will see controls is very similar to DSP, and your transfer function controller and plant transfer function blocks are actually just filters.
 
Last edited:
I'm not sure if this applies to control systems, but in some of my classes we used laplace transforms to redraw a circuit in the frequency domain, and solving it seemed easier than solving differential equations, and then we inverse laplaced it to transform it back into the time domain to see the initial response as a function of time.
 
Number2Pencil said:
I'm not sure if this applies to control systems, but in some of my classes we used laplace transforms to redraw a circuit in the frequency domain, and solving it seemed easier than solving differential equations, and then we inverse laplaced it to transform it back into the time domain to see the initial response as a function of time.

Yes it does apply, and its basically the same reason to do it in controls, but also so that you can get a lot of information about your system and controller quickly, and it is very easy to analyze the frequency domain rather than using differential equations in the time domain. You do use diff eq a lot in controls though, especially in state-space methods.
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top