Open-loop and closed-loop control
There are two common classes of control systems, open loop control systems, and closed loop control systems.
In an open loop control system, the control action from the controller is independent of the "process output". A good example of this is a central heating boiler controlled only by a timer, so that heat is applied for a constant time, regardless of the temperature of the building. (The control action is the switching on/off of the boiler. The process output is the building temperature).
In a closed loop control system, the control action from the controller is dependent on the desired and actual process output values. In the case of the boiler analogy this would utilise a thermostat to monitor the building temperature, and thereby feed back a signal to ensure the controller output maintains the building temperature to that set on the thermostat.
A closed loop controller therefore has a feedback loop which ensures the controller exerts a control action to give a process output the same as the "Reference input" or "set point". For this reason, closed loop controllers are also called feedback controllers.
Logic controllers may respond to switches, light sensors, pressure switches, etc., and can cause the machinery to start and stop various operations. Logic systems are used to sequence mechanical operations in many applications. PLC software can be written in many different ways – ladder diagrams, SFC – sequential function charts or in language terms known as statement lists.Logic control systems for industrial and commercial machinery were historically implemented at mains voltage using interconnected relays, designed using ladder logic. Today, most such systems are constructed with programmable logic controllers (PLCs) or microcontrollers. The notation of ladder logic is still in use as a programming idiom for PLCs.
Examples include elevators, washing machines and other systems with interrelated stop-go operations.
Logic systems are quite easy to design, and can handle very complex operations. Some aspects of logic system design make use of Boolean logic.
A thermostat is a simple negative feedback controller: when the temperature (the "process variable" or PV) goes below a set point (SP), the heater is switched on. Another example could be a pressure switch on an air compressor. When the pressure (PV) drops below the threshold (SP), the pump is powered. Refrigerators and vacuum pumps contain similar mechanisms operating in reverse, but still providing negative feedback to correct errors.
Simple on–off feedback control systems like these are cheap and effective. In some cases, like the simple compressor example, they may represent a good design choice.
In most applications of on–off feedback control, some consideration needs to be given to other costs, such as wear and tear of control valves and perhaps other start-up costs when power is reapplied each time the PV drops. Therefore, practical on–off control systems are designed to include hysteresis which acts as a deadband, a region around the setpoint value in which no control action occurs. The width of deadband may be adjustable or programmable.
Comments
Post a Comment