Real-time systems Systems Refers to: (computing, communication, and information) (c) Rlamsal DWIT.

Slides:



Advertisements
Similar presentations
INTRODUCTION APPLICATION IN THE DRIVING SEAT THE DOCTOR WILL SEE WIRED WEARABLES DO NOT KEEP YOUR EYES ON ROAD ADAPTIVE CRUISE CONTROL(A.C.C.) WORKING.
Advertisements

CprE 458/558: Real-Time Systems
EE357 Control System I - Lec B2 (2010W) - Introduction.
Data Acquisition Risanuri Hidayat.
LINEAR CONTROL SYSTEMS Ali Karimpour Assistant Professor Ferdowsi University of Mashhad.
Lecture 31 Electrical Instrumentation. Lecture 32 Electrical Instrumentation Electrical instrumentation is the process of acquiring data about one or.
Lecture161 Instrumentation Prof. Phillips March 14, 2003.
REAL-TIME SOFTWARE SYSTEMS DEVELOPMENT Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
EE 342 FEEDBACK CONTROL SYSTEMS
Data Processing Equipment
Distributed Control Systems Emad Ali Chemical Engineering Department King SAUD University.
HEALTH MATE HEALTH MATE Wireless Health Monitoring System.
CSE 425: Industrial Process Control 1. About the course Lect.TuLabTotal Semester work 80Final 125Total Grading Scheme Course webpage:
Computer Process Control Application. Computer process control In computer process control, a digital computer is used to direct the operations of a manufacturing.
TECHNOLOGY DEMONSTRATOR OF 7-CHANNEL DIGITAL FLIGHT DATA RECORDER AS AVIONICS TEACHING AID USING STATIC MODEL AIRCRAFT Authors 1. Wg Cdr Nikhil Verma,
Control Engineering Lecture #2 15 th March,2008. Introduction to control systems Reference: Phillips and Habor The first applications of feedback control.
Open and Closed Loops Standard Grade Computing Studies.
BEH30802 :: REAL-TIME EMBEDDED SYSTEM
REAL-TIME SOFTWARE SYSTEMS DEVELOPMENT Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
INDUSTRIAL ELECTRONICS CONTROL EET425/4 Lecturers Indra Nisja School of Electrical System Engineering Northern Malaysia University College of Engineering.
Book Adaptive control -astrom and witten mark
1. Introduction 1.1 Background 1.2 Real-time applications 1.3 Misconceptions 1.4 Issues in real-time computing 1.5 Structure of a real-time system.
Real-Time Systems Chapter 1 Hermann Kopetz. Real-Time-Systems, Kluwer 1997.
System/Plant/Process (Transfer function) Output Input The relationship between the input and output are mentioned in terms of transfer function, which.
Department of Mechanical Engineering The University of Strathclyde, Glasgow Hybrid Systems: Modelling, Analysis and Control Yan Pang Department of Mechanical.
2A – Acquisition and Automation technology Application Features Summary.
Illustrations Course Synopsis Provides a background of control principles in various engineering applications. Basic mathematical tools such as Laplace.
5: Processor-based Control Systems CET360 Microprocessor Engineering J. Sumey.
Control Technology and Automation
Modeling - Simulation and AI Software ©Ideler2002.
Measurement and Control. Control Systems A control system usually consists of a processor, a control program, interfaces and a device under the processor's.
Fuzzy Logic Control of Blood Pressure During Anesthesia
REAL-TIME SOFTWARE SYSTEMS DEVELOPMENT Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
Introduction to Mechatronics. Introduction Mechanical + Electronics.
Model Reference Adaptive Control (MRAC). MRAS The Model-Reference Adaptive system (MRAS) was originally proposed to solve a problem in which the performance.
IE337 Automatic Control Systems KSU - College of Engineering - IE Department 1 Chapter 1: Introduction to Factory Automation.
Control Systems Engineering
Advanced Speed Guidance for Merging and Sequencing Techniques Chris Sweeney Thomas Jefferson High School for Science and Technology MITRE Corporation Center.
Control Theory Control System Objectives  Establish a final condition  Provide safe operation  Eliminate the human element  Assure economical operation.
Industrial Electronic Department Copyright of German Malaysian Institute. All rights reserved.
Control systems KON-C2004 Mechatronics Basics Tapio Lantela, Nov 5th, 2015.
Networks in Engineering A network consists of a set of interconnected components that deliver a predictable output to a given set of inputs. Function InputOutput.
CISSP Common Body of Knowledge Review by Alfred Ouyang is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
 Engineering is the practical application of math and science to solve problems, and it is everywhere around you!
The first question is really "Why do you need a control system at all?” Consider the following: What good is an airplane if you are a pilot and you.
Advanced control strategies. CONTROL SYSTEMS The process parameters which are measured using probes described in the previous sections may be controlled.
CONTENTS: 1.Abstract. 2.Objective. 3.Block diagram. 4.Methodology. 5.Advantages and Disadvantages. 6.Applications. 7.Conclusion.
Learning Objectives Today we will Learn: What is meant by a Control System Examples of Control systems How control systems work.
EKT 314/4 WEEK 2 : CHAPTER 1 INTRODUCTION TO EI ELECTRONIC INSTRUMENTATION.
Safety Critical Systems
Learning Objectives Today we will Learn:
Introduction to control systems
بسم الله الرحمن الرحيم وبه نستعين
Figure 13.1 A block diagram of a computer control system, including the signal converters. The signal is indicated as digital or analog.
Introduction to Mechatronics
EE4262 Digital and Non-Linear Control
Chapter 1: Overview of Control
ECE 382. Feedback Systems Analysis and Design
Introduction to Control Systems Objectives
Project Members: M.Premraj ( ) G.Rakesh ( ) J.Rameshwaran ( )
AQA GCSE 6 Systems approach to designing Design and Technology 8552
Dynamic Controllers for Wind Turbines
6: Processor-based Control Systems
Basic Design of PID Controller
Automation Topics: Elements of an Automated System
Digital Control Systems Waseem Gulsher
LINEAR CONTROL SYSTEMS
Control Systems Prof Swanson MECH 3550.
Control Systems Prof Swanson MECH 3550.
Presentation transcript:

Real-time systems Systems Refers to: (computing, communication, and information) (c) Rlamsal DWIT

Where Can Real-Time Systems be Found? RT-systems are everywhere: plant control control of production processes / industrial automation railway switching systems automotive applications flight control systems environmental acquisition and monitoring telecommunication systems robotics military systems space missions household appliances virtual / augmented reality And many more… (c) Rlamsal DWIT

Realtime system A Real-time system is required to complete its work and deliver its services on a timely basis. Examples of real-time systems include digital control, command and control, signal processing, and telecommunication systems. (c) Rlamsal DWIT

When we drive, they control the engine and brakes of our car and regulate traffic lights. When we fly, they schedule and monitor the takeoff and landing of our plane, make it fly, maintain its flight path, and keep it out of harm’s way. When we are sick, they may monitor and regulate our blood pressure and heart beats. When we are well, they can entertain us with electronic games and joy rides (c) Rlamsal DWIT

DIGITAL CONTROL Many real-time systems are embedded in sensors and actuators and function as digital controllers. Figure below shows such a system. The term plant in the block diagram refers to a controlled system, for example, an engine, a brake, an aircraft, a patient. The state of the plant is monitored by sensors and can be changed by actuators. The real-time (computing) system estimates from the sensor readings the current state of the plant and computes a control output based on the difference between the current state and the desired state (called reference input in the figure). We call this computation the control-law computation of the controller. The output thus generated activates the actuators, which bring the plant closer to the desired state. (c) Rlamsal DWIT

PID controller A proportional-integral-derivative controller (PID controller) is a control loop feedback mechanism (controller) widely used in industrial control systems. A PID controller calculates an error value as the difference between a measured process variable and a desired setpoint. Digital Control (c) Rlamsal DWIT

Kalman Filter. Kalman filtering is a commonly used means to improve the accuracy of measurements and to estimate model parameters in the presence of noise and uncertainty. (c) Rlamsal DWIT

HIGH-LEVEL CONTROLS Controllers in a complex monitor and control system are typically organized hierarchically. One or more digital controllers at the lowest level directly control the physical plant. Each output of a higher-level controller is a reference input of one or more lower-level controllers. With few exceptions, one or more of the higher- level controllers interfaces with the operator(s). (c) Rlamsal DWIT

For example, a patient care system may consist of microprocessor-based controllers that monitor and control the patient’s blood pressure, respiration, glucose, and so forth. There may be a higher-level controller (e.g., an expert system) which interacts with the operator (a nurse or doctor) and chooses the desired values of these health indicators. While the computation done by each digital controller is simple and nearly deterministic, the computation of a high level controller is likely to be far more complex and variable. While the period of a low level control- law computation ranges from milliseconds to seconds, the periods of high-level control-law computations may be minutes, even hours. (c) Rlamsal DWIT

Real Time Command and control The controller at the highest level of a control hierarchy is command and control system. Air Traffic Control System(ATC) is excellent example of this.ATC monitors the aircraft in its coverage area and the environment(weather conditions) and generates the information needed by opearators. (c) Rlamsal DWIT

Real Time Command and control (c) Rlamsal DWIT