Input-Output-Process Demo

Slides:



Advertisements
Similar presentations
Real-time software Sommerville, Hfst. 13. Sommerville, Ch. 132 Real-time systems A real-time system is a software system where the correct functioning.
Advertisements

IGCSE ICT Control Systems.
In this presentation you will:
Microprocessor Motor Control Spring Introduction  Stamp projects Robots  Sensors  Motor control  Logic Rocketry  Reading acceleration (“g”
01/05/2015 Input-Output-Process Demo Automatic Streetlight System.
Mechatronics and microprocessor. Outline Introduction System and design of system Control, measurement and feed back system Open and closed loop system.
Paper 1 - Theory (Chapter 7.1) Exam Questions and Answers
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 15 Slide 1 Real-time Systems 2.
Actuators & Their Applications
Physics and Electronics. Electronic systems Electronic systems are made up of 3 parts: 1)An INPUT SENSOR – these detect changes in the environment Examples:
Embedded Programming and Robotics
PIR MOTION SENSOR Mohammed Muhid Ahmed S Checked By: Uzair Aakhoon.
PIR MOTION SENSOR By Talal BUTT Checked by Uzair Aakhoon.
Control Systems Did you get these? Washing machine Microwave cooker
Monitoring, measurement and control technology. Definition of data logging Data logging – collecting data automatically from sensors over a certain period.
Open and Closed Loops Standard Grade Computing Studies.
Intro Building automation describes the advanced functionality provided by the control system of a building. A building automation system (BAS) is an.
Real-Time Software Design Yonsei University 2 nd Semester, 2014 Sanghyun Park.
Programming Concepts Part B Ping Hsu. Functions A function is a way to organize the program so that: – frequently used sets of instructions or – a set.
Our senses We can use our eyes to see things Our senses We use our ears to hear.
// This is a simple control program Move forward 200 units Turn right 90 Move forward 100 units Turn right 45 Move forward 100 Turn right 45 Move forward.
Air Conditioning Heating Refrigeration
Looking at systems. What is a SYSTEM? The radiator makes the room warmer by turning ON when the temperature of the room is lower than required The THERMOSTAT.
Question ONE What is the name of this component?.
LOGIC GATES A logic gate is an elementary building block of a digital circuit.digital circuit Most logic gates have two inputs and one output terminals.
HardwareHardware F451 - AS Computing. Hardware and Software Definition Hardware –The physical components that make up a computer system. Includes all.
Measurement and Control. Control Systems A control system usually consists of a processor, a control program, interfaces and a device under the processor's.
Computer Control.
Modular Electronics Use the systems approach.
Computer Control Using computers to control things.
Por: María del mar Lapeña
Beath High School - Int 1 Physics1 Intermediate 1 Physics Electronics Glossary AND gate to device digital signals to inverter LDR to logic circuit logic.
Input, process and output When considering electronic systems we can say that it is made up of 3 main parts.When considering electronic systems we can.
Chris Bent.  Electronic sensor that measures infrared (IR) light  Do not detect motion; detect changes in temperature  Emits nothing; it’s “passive”
Feedback System How does the body sense, process and respond to changes in body conditions?
Proximity Sensors. What are proximity sensors is a sensor able to detect the presence of nearby objects without any physical contact.sensor.
 Shut off unused lights  Shut off unused electronics  Turn on fans to lower A/C usage.
18240 Element two - Components INPUTS OUTPUTS PURPOSE TYPICAL USE.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
Potential Dividers and their application as sensors Electricity Lesson 9.
Learning Objectives Today we will Learn: What is meant by a Control System Examples of Control systems How control systems work.
May 5, 2004Slide 2 OmnAuto TMS Solution May 5, 2004Slide 3 OmnAuto TMS Dataflow.
Learning Objectives Today we will Learn:
Computer Control and Monitoring Today we will look at: What we mean by computer control Examples of computer control Sensors – analogue and digital Sampling.
SMART HOME SYSTEM. Group Members Shakib Muazzam (CSE) Jamil Arifin (EEE) Azima Islam Fariha (CSE) Abed Al Shihab
Monitoring and Control
Sensors Control Systems with Flowol.
Monitoring and Control
Control Control Devices.
Using the BBC micro:bit for Home Security
Electronic Components
Starter: (don’t write a title or date yet!)
Digital electronics and logic gates
Instrumentation and Control Systems
Transistor & Voltage Divider
Handheld Receiver Circuit Sensor / Transmitter Circuit
Chapter - Karnaugh Maps
Input-Output-Process Demo
Input > Process > Output
Input-Output-Process Demo
Systems and Control.
How electronic systems work using the Systems approach.
Components of a Computer System
Systems and Control.
Presentation transcript:

Input-Output-Process Demo Burglar Alarm System 19/02/2019

Possible Sensors Light Sensors Sound Sensors Motion Sensors Temperature Sensors and many more …. 19/02/2019

The average temperature of a human programmed into the processor. Input Processor Preset Value: The average temperature of a human programmed into the processor. 19/02/2019

Input Measurement Processor The monitoring of physical variables without the microprocessor taking action. Temperature readings Temperature Sensor Processor 19/02/2019

Compares current temperature with preset value Processing Processor Compares current temperature with preset value 19/02/2019

If current temperature > preset value When a microprocessor takes action depending on sensor readings. Processing Control Signal Alarm On Processor If current temperature > preset value Burglar detected Call Police Signal 19/02/2019

Output Alarm On Call Police 19/02/2019

The process is continuous and so repeats. Output Processor If current temperature < preset value Do nothing 19/02/2019 The process is continuous and so repeats.

Notes: Input: Processing: Output: Sensors sending readings. Processing: Microprocessor comparing the preset value with the current sensor readings. If higher / lower then microprocessor decides to switch a device on / off. Output: Devices actually being switched on or off. Sensors do not compare or decide to switch anything on or off, they only send current readings. 19/02/2019