Controls Reviewer
Controls Reviewer
- A control system is considered to be any system which exists for the purpose of
regulating or controlling the flow of energy, information, money, or other quantities
in some desired fashion.
- A control system makes decisions about how a discrete, continuous or hybrid
processes function, generally ensuring processes operate within appropriate
parameters, safely, at an appropriate rate and within required quality. Control
systems help factories and facilities produce quality goods safely and efficiently.
- An interconnection of components forming a system configuration that will provide
a desired system response
- The study of control provides us with a process for analyzing and understanding
the behavior of a system given some input
- It also introduces methods for achieving the desired system response
OBJECTIVES RESULTS
CONTROL SYSTEM
Applications:
Air Conditioner
Advantages:
1. Improved Accuracy - having feedback, it ensures the output closely matches the
desired se point, even if the external conditions change.
2. Stability - handles disturbances or changes in the environment which ensures the
operation go as intended.
3. Automation - Closed-loop systems require less human intervention, as they
selfcorrect and adjust based on feedback, making them ideal for automated
processes.
Disadvantages:
1. Complexity - The addition of feedback mechanisms, sensors, and controllers
increases the system’s complexity, requiring more sophisticated design and
implementation.
2. Higher Cost
3. Risk of Instability - if the feedback loop and system is not designed properly.
4. Maintenance and Calibration
Types of Feedback Control System:
Feedback control systems may be classified in a number of ways, depending upon
the purpose of the classification. For instance, according to the method of analysis and
design, control systems are classified as:
Linear or Non-Linear
Time-varying or Time-invariant
Continuous-data or Discrete-data
EXAMPLES:
Algorithm examples:
1. Get dressed to go to the market. 7. Give money to the shopkeeper.
2. Check your wallet for money. 8. Keep the purchased pen safely.
3. If there is no money in the wallet, replenish it. 9. Go back home.
4. Go to the shop. 10. Ask for any other brand of pen.
5. Ask for your favorite brand of pen. 11. Go to step 7
6. If pen is not available, go to step 7. Else, go to step 10.
For Boiling water processes:
1. Fill a pot with the required amount of water
2. Increase the heat to high
3. Place the pot on a burner on the stove
4. Cover the pot with the lid.
5. Keep an eye on the water.
6. If you notice big bubbles rising quickly, turn off the heat. Else, go to step 4.
Detailed algorithm:
step 1: Input Ml, M2, M3, M4
step 2: GRADE e (Ml+M2+M3+M4)/4
step 3: if (GRADE < 50) then Print "FAIL" else Print 'PASS"
FLOWCHART
- A flowchart is a graphical representation of an algorithm programmers often use it
as a program planning tool to solve a problem. It makes use of symbols that are
connected among them to indicate the flow of information and processing.
- It is often considered as a blueprint of a design used for solving a specific problem.
- It is a diagrammatic/graphical representation of sequence of steps to solve a
problem.
- A graphical representation of the sequence of operations in an information system
or program.