Feedback: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
Line 4: Line 4:


If we were to use a heating system, we could deduce how feedback is used. A sensor detects the temperature. When the temperature reaches a certain threshold, a signal will be sent to an actuator which will trigger the heating to turn on and start heating the area where the temperature sensor is located.  
If we were to use a heating system, we could deduce how feedback is used. A sensor detects the temperature. When the temperature reaches a certain threshold, a signal will be sent to an actuator which will trigger the heating to turn on and start heating the area where the temperature sensor is located.  
== Feedback loops ==
Control systems can be open loop or closed loop.
Open loop systems will just consider the input and then keep repeating the same task given the input, e.g. a microwave heats for a given time period without actually checking the temperature of the food.
Closed loop systems on the other hand will also take into account other factors, including the output itself. For example a water tank control system that keeps water levels constant will constantly adjust its output (opening or closing a valve) depending on the input it gets from water level sensors.<ref>https://www.cs-ib.net/sections/07-01-range-of-control-systems.html</ref>


== Standards ==
== Standards ==

Revision as of 10:03, 20 October 2017

Control[1]

Feedback occurs when outputs of a system are routed back as inputs as part of a chain of cause-and-effect that forms a circuit or loop. The system can then be said to feed back into itself [2].

If we were to use a heating system, we could deduce how feedback is used. A sensor detects the temperature. When the temperature reaches a certain threshold, a signal will be sent to an actuator which will trigger the heating to turn on and start heating the area where the temperature sensor is located.

Feedback loops[edit]

Control systems can be open loop or closed loop.

Open loop systems will just consider the input and then keep repeating the same task given the input, e.g. a microwave heats for a given time period without actually checking the temperature of the food.

Closed loop systems on the other hand will also take into account other factors, including the output itself. For example a water tank control system that keeps water levels constant will constantly adjust its output (opening or closing a valve) depending on the input it gets from water level sensors.[3]


Standards[edit]

  • Describe the role of feedback in a control system

References[edit]