Open-loop controller: Difference between revisions

Content deleted Content added
Line 7:
There are many open-[[Control loop|loop]] controls, such as on/off switching of valves, machinery, lights, motors or heaters, where the control result is known to be approximately sufficient under normal conditions without the need for feedback. The advantage of using open-loop control in these cases is the reduction in component count and complexity. However, an open-loop system cannot correct any errors that it makes or correct for outside disturbances, and cannot engage in [[machine learning]], unlike a [[closed-loop control system]].
 
== Open-loop and closed-loop (feedback) contribute ==
{{excerpt|Control loop#Open-loop and closed-loop}}
[[File:Electromechanicaltimer.JPG|thumb|right|An electromechanical timer, normally used for open-loop control based purely on a timing sequence, with no feedback from the process.]]
 
Fundamentally, there are two types of control loop: open-loop (feedforward) control, and closed loop (feedback) control.
 
In open-loop control, the control action from the controller is independent of the "process output" (or "controlled process variable"). 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, but the controlled variable should be the building temperature, but is not because this is open-loop control of the boiler, which does not give closed-loop control of the temperature.
 
In closed loop control, the control action from the controller is dependent on the process output. In the case of the boiler analogy this would include a thermostat to monitor the building temperature, and thereby feed back a signal to ensure the controller maintains the building at the temperature 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.<ref name="auto"/>
 
The definition of a closed loop control system according to the British Standard Institution is "a control system possessing monitoring feedback, the deviation signal formed as a result of this feedback being used to control the action of a final control element in such a way as to tend to reduce the deviation to zero."<ref>{{cite book|title= The Origins of Feedback Control|last=Mayr|first= Otto| author-link= Otto Mayr| year= 1970
|publisher =The Colonial Press, Inc.|___location= Clinton, MA USA}}</ref>
 
== Applications ==