Monitoring and Control

Slides:



Advertisements
Similar presentations
Functions of a Greenhouse Competencies
Advertisements

IGCSE ICT Control Systems.
In this presentation you will:
01/05/2015 Input-Output-Process Demo Automatic Streetlight System.
Paper 1 - Theory (Chapter 7.1) Exam Questions and Answers
The Dewi Sant Greenhouse Control Project Lesson 2.
The term “data logging" describes the measurement, collection and storage of information from sensors over a period of time Ch 5 & 23 Monitoring & Measurement.
Blogics! It’s a logic circuit simulator aimed at beginners. It introduces simple concepts in the design of interactive physical computing systems such.
Mehnaaz Asad IB2-3. Data logging is the collection of data over a period of time, and is something often used in scientific experiments. Data logging.
Data Logging GCSE ICT. Learning Intentions: To explore the tern data logging. To explore the concept of analogue and digital data and the need for conversion.
Actuators & Their Applications
It consists of computers that are used to regulate the operation of other devices. It involves the use of sensors, ADCs, DACs and actuators.
Sensors PREPARED & PRESENTED BY: FAHAD AHMAD KHAN.
Sensors and data logging Lesson What is a sensor A sensor is a piece of equipment that senses or monitors something. Example : thermometer.
AS ICT.  Have an understanding of how organizations use ICT.  Be able to describe a number of uses, giving the hardware and software requirements. 
Monitoring, measurement and control technology. Definition of data logging Data logging – collecting data automatically from sensors over a certain period.
IGCSE ICT Control.
Open and Closed Loops Standard Grade Computing Studies.
COMPUTER CONTROL Year 11. Lesson 1 Introduction to Computer Control.
3.4 Computer Control and Data Logging. Overview Demonstrate and apply knowledge and understanding of computer control systems for the domestic home, traffic.
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.
ICT and Environmental Monitoring Mr Conti ICT in Society.
Beath High School - Int 1 Physics1 Intermediate 1 Physics Electronics Input, Process and Output Digital Logic Gates.
Monitoring Patients 3.3 Health. IT Features A Process is monitored by Sensors Sensors are usually connected to an Interface that is connected to a computer.
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 Data Logging and Control  Lesson Objective: Understand the main terminology based about Data Logging and Models  Learning Outcome: Complete.
Computer Control.
V. Rouillard  Introduction to measurement and statistical analysis DIGITAL SAMPLING - DIGITISATION Digital sampling is mainly used in data acquisition.
Computer Control Using computers to control things.
Weather forecasting –How it used to be done Traditionally weather forecasting relied upon the use of large numbers of different places in the country sending.
Process Control 2.1 – Control Systems.
.. Smart sensors are sensors with integrated electronics that perform the following functions:  Logic functions  Two-way communication  Make decisions.
Slide 1 Flowchart with loop Start Is light less than 50? Turn lamp on Yes No.
Identify input devices and their uses, e. g
CISSP Common Body of Knowledge Review by Alfred Ouyang is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Your Brief: You are the lead programmer responsible for designing and implementing the control program that controls all input and output devices in the.
Control Output Devices Hyper linking. Back to Input Devices Back to Input Devices What Are Control Output Devices? These are devices that are associated.
Learning Objectives Today we will Learn: What is meant by a Control System Examples of Control systems How control systems work.
Automatic Data Capture  Process where many techniques are used to automatically collect data without need for manual entry. Manual entry has following.
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.
Data logging: The term 'data logging' refers to collecting or gathering data over a period of time. How Data is collected? Sensors are used to take readings.
Data Logging and Control The Kingsway School. Data Logging Computers can be used to collect data. This is very useful for Scientists: Climatic data over.
Monitoring and Control
XBee Based Motor Control for Farmers
GCSE COMPUTER SCIENCE Computers
Data Logging.
Raspberry pi controlled greenhouse
Control Systems IB Computer Science.
Data Logging & Control Systems
Self Diagnosis and Trouble Codes
3 Computing System Fundamentals
Instrumentation and Control Systems
Data Logging GCSE ICT.
Control GCSE ICT.
Instrumentation & Measurement (ME342)
Data Logging GCSE ICT.
Control GCSE ICT.
Input > Process > Output
Input-Output-Process Demo
Input-Output-Process Demo
Systems and Control.
How electronic systems work using the Systems approach.
Components of a Computer System
Weather forecasting –How it used to be done Traditionally weather forecasting relied upon the use of large numbers of different places in the country sending.
Systems and Control.
Presentation transcript:

Monitoring and Control

Designed by V.Paupiah PGCE 2011-2012 A few definitions Sensors: are devices used in monitoring device which measures some physical quantity and sends signals back to the processor. ADC – Analogue to Digital Converter converts signals in analogue format to digital format Designed by V.Paupiah PGCE 2011-2012

Designed by V.Paupiah PGCE 2011-2012 A few definitions DAC – Digital to Analogue Converter converts digital signals to analogue format Actuator – It a device that can produce a movement when given an electrical signal. It receives the control signals and converts them into movement e.g it can be used to open/close valves Designed by V.Paupiah PGCE 2011-2012

Designed by V.Paupiah PGCE 2011-2012 Monitoring sensors will gather information and send to a ADC, which will convert analogue signals from the sensor to digital signals so that the computer can “understand” Computer will compare incoming data with data values stored in memory will warn user in the form of sound(siren, beep sound) Designed by V.Paupiah PGCE 2011-2012

Designed by V.Paupiah PGCE 2011-2012 sensor ADC Analogue signal Digital Signal Designed by V.Paupiah PGCE 2011-2012

Designed by V.Paupiah PGCE 2011-2012 Control computer will compare incoming data from sensor to stored values in memory computer will send digital signals to a DAC DAC will convert digital signals into analogue signals DAC will send converted signals to an actuator to perform an operation e.g turn on/off valves Designed by V.Paupiah PGCE 2011-2012

sensor DAC ADC Analogue signal Turn ON/OFF Valve Digital Signal Check values from sensor to stored values in memory Digital Signal Designed by V.Paupiah PGCE 2011-2012

Why using microprocessor for monitoring and control? It is safer processor will respond faster when non-standard condition occurs It does not get tired It will not miss key data Computers work 24/7 Designed by V.Paupiah PGCE 2011-2012

Why using microprocessor for monitoring and control? Computers are more accurate It can take accurate readings especially when taking readings at short time intervals e.g taking readings at intervals of 5 seconds for a period of 24 hours Data can be automatically displayed and analysed No need to enter data manually thus reducing the risk of typo errors Designed by V.Paupiah PGCE 2011-2012

Example of Control system- An Automated Greenhouse A light sensor – detect light the plants are getting A temperature sensor -how cold/hot greenhouse is A moisture sensor - how wet/dry the soil is Actuator Lights to illuminate the plants if it gets too dark A heater to warm up the greenhouse if it gets too cold A water pump for the watering system A motor to open the window if it gets too warm inside Designed by V.Paupiah PGCE 2011-2012

The process for this system would be... Check light sensor If it is dark, turn on the lights If it is not dark, turn off the lights Check temperature sensor If it is too cold, turn on heater and use motor to close window If it is too warm, turn off heater and use motor to open window Check the moisture sensor If soil is too dry, turn on the water pump If soil is too wet, turn off the water pump Go back to step 1 and repeat Designed by V.Paupiah PGCE 2011-2012