Closed-loop Control Systems

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson
Download our mobile app to listen on the go
Get App

Questions and Answers

In the context of the closed-loop clothes dryer example, what is the function of the sensor?

The sensor monitors the actual dryness of the clothes and compares it with the input reference (desired dryness).

How is the error signal calculated in the described closed-loop clothes drying system?

Error = required dryness – actual dryness

What signal characterizes the closed-loop configuration described?

The feedback signal, derived from the sensor.

Why are closed-loop systems considered better equipped to handle system disturbances?

<p>Because a closed-loop system has knowledge of the output condition (via feedback) and can self-correct errors caused by disturbances.</p> Signup and view all the answers

The term Closed-loop control always implies the use of a _____ control action in order to reduce any errors within the system.

<p>feedback</p> Signup and view all the answers

In electronic control systems, feedback control is generally more commonly used than open-loop or feed forward control.

<p>True (A)</p> Signup and view all the answers

What is the primary advantage of a closed-loop feedback control system over open-loop systems?

<p>Its ability to reduce a system's sensitivity to external disturbances, making the system more robust.</p> Signup and view all the answers

List at least three main characteristics of closed-loop control.

<p>Any three of: Reduce errors by automatically adjusting input, Improve stability, Increase or reduce sensitivity, Enhance robustness against disturbances, Produce reliable/repeatable performance.</p> Signup and view all the answers

What is a potential disadvantage of a closed-loop system if the controller gain is too sensitive?

<p>It can become unstable and start to oscillate as the controller tries to over-correct itself.</p> Signup and view all the answers

List the five types of controllers mentioned in section 1.2.

<p>PID (Proportional Integral Differential), Microcontroller, PLC (Programmable Logic Controller), DCS (Distributed Control System), SCADA (Supervisor Control And Data Acquisition).</p> Signup and view all the answers

What does PID stand for in the context of controllers?

<p>Proportional Integral Differential (or Derivative).</p> Signup and view all the answers

When is the derivative (D) mode often omitted in a PID controller, leading to a PI controller?

<p>When: (a) Fast response is not required, (b) Large disturbances/noise are present, (c) There is only one energy storage element, (d) There are large transport delays.</p> Signup and view all the answers

What is a Microcontroller?

<p>A computer implemented on a single chip, containing hardware and software components.</p> Signup and view all the answers

List three advantages of using Microcontrollers.

<p>Any three of: Inexpensive, Versatile (store/run unique programs), Perform math/logic functions, Fast speed, Field Programmability/Flexibility, Easy to Use.</p> Signup and view all the answers

What does PLC stand for?

<p>Programmable Logic Controller.</p> Signup and view all the answers

How do PLCs compare to microcontrollers?

<p>PLCs are similar in function (receiving inputs, processing based on a program, producing outputs) but are more complicated and typically used in more complex plants.</p> Signup and view all the answers

Compared to a conventional process control system, the number of wires needed for connections in a PLC system is reduced by _____.

<p>80%</p> Signup and view all the answers

List three advantages of using a PLC-based control panel.

<p>Any three of: Reduced wiring (by 80%), Reduced power consumption, Easy error detection (diagnostics), Easy changes to operating sequence (reprogramming), Cheaper for complex systems with many I/O points.</p> Signup and view all the answers

What is the key characteristic of a Distributed Control System (DCS)?

<p>The controller elements are not central but are distributed throughout the system, with each component sub-system controlled by one or more controllers connected via networks.</p> Signup and view all the answers

What are the three main components of a DCS System listed in the text?

<ol> <li>Field Control station (FCS), 2. Operator station, 3. Engineering station.</li> </ol> Signup and view all the answers

For what type of assets are SCADA systems primarily used?

<p>Geographically dispersed assets, often scattered over thousands of square kilometers.</p> Signup and view all the answers

How do analog sensors typically communicate with a controller?

<p>By sending an electrical voltage along a wire, where the level of the voltage (between zero and maximum) corresponds to a numeric value.</p> Signup and view all the answers

How does the output signal of a digital sensor differ from that of an analog sensor?

<p>A digital sensor sends only a zero OR a maximum voltage (representing low or high states), whereas an analog sensor sends a voltage that can vary between zero and maximum.</p> Signup and view all the answers

Define sensor Accuracy.

<p>The maximum difference between the indicated (measured) value and the actual value.</p> Signup and view all the answers

What is sensor Resolution?

<p>The smallest increment or step change that the sensor can detect or report.</p> Signup and view all the answers

Explain sensor Repeatability.

<p>The degree of variation observed when the same measurement condition is repeated multiple times with the same sensor.</p> Signup and view all the answers

In a linear sensor, the input phenomenon has a _____ relationship with the output signal.

<p>linear</p> Signup and view all the answers

What factors does sensor Precision consider?

<p>It considers accuracy, resolution, and repeatability, often relating one device's performance to another.</p> Signup and view all the answers

What does the Dynamic Response of a sensor refer to?

<p>The frequency range over which the sensor can operate reliably and accurately track changes in the input.</p> Signup and view all the answers

What is the general relationship between sensor cost and precision?

<p>Generally, more precision costs more.</p> Signup and view all the answers

Flashcards

Robustness

The ability of a closed-loop system to maintain performance despite external disturbances.

Closed-loop control

A control system that uses feedback to reduce errors by adjusting the system's input automatically.

PID Controller

Device that adjusts a system based on current versus intended settings, used widely in industrial control.

Microcontroller

Implemented on a single chip, has hardware and software like a computer for versatile control.

Signup and view all the flashcards

PLC (Programmable Logic Controller)

Same as a computer; complex controllers used in complex plants; receives inputs, processes, and produces outputs.

Signup and view all the flashcards

DCS (Distributed Control System)

Control system where controller elements are distributed throughout the system, connected by networks.

Signup and view all the flashcards

SCADA (Supervisory Control And Data Acquisition)

Distributed systems for geographically dispersed assets, critical for centralized data acquisition and control.

Signup and view all the flashcards

Analog Sensor

Sends an electrical voltage along a wire; voltage level is interpreted as numeric value.

Signup and view all the flashcards

Digital Sensor

Sends a voltage; sends only zero OR maximum. Voltage is reported as High or Low.

Signup and view all the flashcards

Accuracy (in sensors)

The maximum difference between the indicated and actual sensor reading.

Signup and view all the flashcards

Resolution (in sensors)

Smallest increment a sensor can detect, may be incorporated into the accuracy value.

Signup and view all the flashcards

Repeatability (in sensors)

Variation in readings when a single sensor condition is made and repeated.

Signup and view all the flashcards

Study Notes

Closed-loop Control

  • It uses feedback control to minimize errors within the system.
  • "Feedback" differentiates closed-loop systems from open-loop systems.
  • Output accuracy depends on the feedback path.
  • Feedback control is more common than open-loop or feed forward control due to its accuracy in electronic control systems.
  • It reduces a system's sensitivity to external disturbances, providing robust control, compensating changes in the feedback signal.
  • Main characteristics include automatically adjusting system input to reduce errors.
  • Improves stability of unstable systems and the robustness against external disturbances.
  • Enhances or reduces system sensitivity and produces reliable, repeatable performance.
  • Closed-loop systems require complexity with one or more feedback paths to provide control.
  • Controller gain changes can cause instability and oscillation if too sensitive.

Types of Controllers

  • PID (Proportional Integral Differential)
  • Microcontroller
  • PLC (Programmable Logic Controller)
  • DCS (Distributed Control System)
  • SCADA (Supervisory Control And Data Acquisition)

PID Controller

  • It adjusts a system based on current and intended settings, widely used in industrial control.

P Action

  • Requires large gain to improve steady state error, suitable for stable systems, like those with one energy storage.
  • Can be used if constant steady state error is acceptable.
  • Small steady state errors are acceptable with sensor gives measured value with error or the importance of measured value is not too great.

PD Action

  • Derivative mode controls slow process dynamics with large inertia.
  • Integral mode makes already slow dynamics even slower.

PI Action

  • It is the most used type in industry.
  • Used when fast system response is not required.
  • Used when substantial noise and disturbances are present during the process.
  • Used when there is only one energy storage in the process, either capacitive or inductive.
  • Used when there are significant transport delays.

Microcontroller

  • It is a computer on a single chip with computer system hardware and software requirements.
  • Microcontrollers are inexpensive.
  • Microcontrollers can store and run unique programs (small controllers) making them versatile.
  • Microcontrollers can perform math and logic functions.
  • They are faster, field programmable, flexible, and easy to use.
  • Component include a programmable chip in printed circuit with high power components.
  • Programs control a plant by receiving and processing inputs through internal circuits.
  • It is easily reprogrammed according to modifications or requirements in control actions.

PLC (Programmable Logic Controller)

  • PLCs function like computers, receiving inputs and producing outputs based on a stored program.
  • PLCs can be used in complex plants but are more complicated than microcontrollers.
  • The advent of programmable controllers has significantly changed process control system design.
  • They reduce wiring by 80% compared to conventional process control systems.
  • PLCs consume less power than relays.
  • Diagnostic functions in PLC controllers enable easy error detection.
  • Operating sequence changes or application alternatives of a PLC controller is easily done by replacing a program via console or PC software without rewiring (unless extra input/output devices are required).
  • PLCs are cheaper than conventional systems, especially when numerous I/O instruments are needed.

DCS (Distributed Control System)

  • A distributed control system controls a manufacturing system, any dynamic system where controller elements are not central but distributed.
  • Each component subsystem is controlled by one or more controllers.
  • The controller system connects by networks for communication and monitoring.
  • DCS is used for monitoring and controlling distributed equipment.
  • The system comprises Field Control Stations (FCS) featuring I/O modules, a CPU, and a communication bus.
  • An operator station serve as a human interface with a monitor.
  • Operators can view the process, check alarms, change settings and print reports.
  • The Engineering station configures all inputs, outputs, drawings, and monitoring elements on an Operator station monitor.

SCADA (Supervisory Control and Data Acquisition)

  • SCADA systems control geographically dispersed assets over thousands of square kilometers.
  • Centralized data acquisition and control are critical for system operation.
  • Found in water/wastewater, oil/gas, electrical grids, and railway systems.
  • The control center provides monitoring and control for field sites over communication networks and alarms.

Analog Sensors

  • Analog sensors communicate with a controller by sending an electrical voltage along a wire.
  • The controller interprets the voltage as a numeric value for processing.

Digital Sensors

  • Digital Sensors also send a voltage.
  • However Digital sensors send only zero OR maximum voltage.
  • A controller that detects a voltage above a guaranteed Low or below High cannot determine results.

Sensor Features

  • Accuracy: The maximum difference between indicated and actual reading. If a sensor reads 100N with ±1% accuracy, the force is between 99N and 101N.
  • Resolution: The smallest increment detectable, used for stepped readings.
  • Repeatability: The variation in repeated readings of a single condition.
  • Linearity: A linear relationship between input phenomenon and output signal, a desirable feature.
  • Non-linear relationships complicate the conversion from sensor output to calculated quantity.
  • Precision incorporates accuracy, resolution, and repeatability.
  • Range defines the natural limits for the sensor.
  • Dynamic Response: The regular operating frequency range.
  • Sensors have an upper and possibly a lower operation frequency.
  • Environmental Considerations: Sensors all have some limitations over factors (temperature, humidity, dirt/oil, corrosives and pressures).
  • Cost: Typically goes higher with added precision, but if some sensors are inexpensive, the signal conditioning equipment costs can be significant.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

More Like This

Closed Loop Control Systems Quiz
3 questions
Closed-Loop Control Systems
10 questions

Closed-Loop Control Systems

UnparalleledAlmandine5910 avatar
UnparalleledAlmandine5910
Process Dynamics & Control Quiz
34 questions

Process Dynamics & Control Quiz

PanoramicWerewolf2436 avatar
PanoramicWerewolf2436
Control Systems: Open-Loop and Closed-Loop
10 questions
Use Quizgecko on...
Browser
Browser