Control systems regulate process output by combining sensors, actuators, and compensators in feedback or feedforward configurations. System structure—the interconnection of these components and their control laws—fundamentally determines performance. Block diagrams provide a standard representation of these structures.
Draw block diagrams for real control systems (cruise control, temperature regulation, robot arm). Trace signal flow from reference input through sensor and actuator feedback.
Assuming all control systems use simple single-loop feedback. Open-loop control has legitimate applications when disturbances are predictable.
A control system exists to make some physical quantity — a temperature, a motor speed, an aircraft altitude — track a desired value despite disturbances and model uncertainty. From your study of feedback control fundamentals, you know the basic idea: measure the output, compare it to the reference, and use the error to drive a corrective action. The goal of understanding system structure is to see how the physical components of any real control system map onto this abstract framework, and to recognize the range of structural choices that determine system behavior.
The simplest structure is open-loop control: a controller generates a command to an actuator based solely on the reference input, with no measurement of the actual output. A toaster is a classic example — it runs for a fixed time regardless of whether the bread is actually toasted. Open-loop control works when the process is well-modeled and disturbances are negligible. Its appeal is simplicity: no sensor needed, no risk of feedback-induced instability. Its weakness is that any mismatch between the model and reality accumulates as permanent error.
Closed-loop (feedback) control closes the loop: a sensor measures the actual output, a comparator forms the error e = r − y (reference minus output), and the controller C(s) acts on the error to drive the actuator. This is the canonical single-loop unity-feedback configuration represented as a block diagram. The beauty of feedback is that it makes the closed-loop behavior relatively insensitive to plant variations and external disturbances — even a rough model of the plant can be stabilized and made to track accurately. The cost is potential instability: the loop can oscillate if the controller amplifies errors at the wrong frequencies and phase relationships allow the error to grow.
Real control systems often add structural complexity beyond the basic loop. Feedforward adds a direct path from the reference to the actuator, bypassing the feedback path — it anticipates needed control actions rather than waiting to see errors develop, useful when disturbances can be measured before they affect the output. Cascade control nests an inner loop (controlling a fast inner variable like current or flow rate) inside an outer loop (controlling the slower process variable like temperature or level), allowing the inner loop to reject fast disturbances before they propagate to the outer loop. Understanding which structure to use — and how to draw and manipulate its block diagram — is the foundation for all controller design work that follows.