COMPUTER CONTROL Year 11. Lesson 1 Introduction to Computer Control.

Slides:



Advertisements
Similar presentations
IGCSE ICT Control Systems.
Advertisements

1 1 Eng. Mohamed Eltaher Eng.Ahmed Ibrahim Programming & Flowchart.
Paper 1 - Theory (Chapter 7.1) Exam Questions and Answers
This symbol is used to; Start a flow-chart; Stop a singe flow-chart (or all flow charts in that program); Mark the Start of a Sub-Routine (a separate.
Software Engineering Introduction to Flowcharts Ku-Yaw Chang Assistant Professor Department of Computer Science and Information.
The Dewi Sant Greenhouse Control Project Lesson 2.
Reference :Understanding Computers
The term “data logging" describes the measurement, collection and storage of information from sensors over a period of time Ch 5 & 23 Monitoring & Measurement.
Flowchart Diagram Risanuri Hidayat. What A Flow Chart is a sequential diagram that shows the steps involved in an operation or task and the decisions.
Automated Systems Lesson 3: Getting the Robot to do work.
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.
Do it now activity Last lesson we learnt about instructions are run in a computer. Write a set of instructions that a computer could follow to make a cup.
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.
1Prepared by: Mazhar Javed Awan Control Although many people assume that businesses mainly use computers in offices to help workers to perform administrative.
ROBOTICS VOCAB AND FLOWCHARTING. ROBOTICS VOCABULARY Robot- a machine capable of carrying out a complex series of actions automatically, especially one.
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.
ICT and Environmental Monitoring Mr Conti ICT in Society.
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.
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.
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.
PROGRAM DEVELOPMENT CYCLE. Problem Statement: Problem Statement help diagnose the situation so that your focus is on the problem, helpful tools at this.
Process Control 2.1 – Control Systems.
Slide 1 Controlling Sequences of Events Traffic lights Event table.
S IMULATION AND R EAL - TIME PROCESSING Chapter 3.7 VCN 9691 Computing Notes 1.
Identify input devices and their uses, e. g
Slide 1 Computer Control The Gig. Slide 2 What features in the program can help us run the lighting & smoke effects? The computer is good at controlling.
W e A re L earning T o  Understand the term control and program  To understand the basic symbols used in Flowol.
Unit 7.6 Lesson 4 Goals: Complete the control system (flowchart) to control all elements of the greenhouse. Test and refine the flowchart to improve how.
Learning Objectives Today we will Learn: What is meant by a Control System Examples of Control systems How control systems work.
Unit 7.6 – Control & Monitoring Overview Key Stage 3 National Strategy ICT Strand.
The Big Picture Things to think about What different ways are there to collect information automatically? What are the advantages and disadvantages of.
Problem Solving Flowcharts. Flowcharts Introduction  Flowcharts allow us to create a visual representation of a solution to a problem DRAW  With flowcharts,
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:
Unit 9.1_Lesson 4_CD Resource 4a_Sensors and flowcharts Sensors and Flowcharts.
Control Technology START What is control technology? What is this diagram called? In which program have you used these before? Lets Go!
Computer Control and Monitoring Today we will look at: What we mean by computer control Examples of computer control Sensors – analogue and digital Sampling.
Algorithms and Flowcharts
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.
The Dewi Sant Greenhouse Project - Assessment. Slide 2 We are learning today: To build a control system that operates all of the parts of the greenhouse.
Monitoring and Control
GCSE COMPUTER SCIENCE Computers
Monitoring and Control
Control Control Devices.
Data Logging & Control Systems
Measuring and Monitoring Data
Data Logging 1 WJEC ICT.
AQA GCSE 6 Systems approach to designing Design and Technology 8552
Introduction to robotics
Data Logging GCSE ICT.
DT-Assessment Frame Work Term2
Print slides for students reference
Control GCSE ICT.
Data Logging GCSE ICT.
Control GCSE ICT.
How electronic systems work using the Systems approach.
Intro to Robotics It’s YOUR FUTURE.
Electronic systems 7.
Presentation transcript:

COMPUTER CONTROL Year 11

Lesson 1 Introduction to Computer Control

Starter Computer Control? Write down as many things as you can to do with computer control

Uses of computer control List down uses of computer control in your booklet

COMPUTER CONTROL Computer control is where a computer controls a device in order to make something happen In order to do this it must have some data to process. Data can be collected by sensors and relayed to the computer automatically. The information that the sensors give back will allow the computer to make a decision about what to do next

INPUT – PROCESS - OUTPUT There are three stages of a control system are: INPUT – PROCESS – OUTPUT Input – the means of getting information into the computer Process – instructions for the computer to do something with the input Output – it then has to be able to alter something in the outside world

FEEDBACK Feedback is essential for any computer- controlled system Feedback is where sensors continually send signals back to the computer to let it know what it is doing This is useful when a certain set of conditions needs to be constantly maintained

FEEDBACK For example, a robot needs to navigate around a maze. A touch sensor is used to let the robot know it has hit a wall. This feedback may then tell the control process to reverse the robot and change direction. The process is repeated many times.

INPUT PROCESS OUTPUT FEEDBACK

Task In groups you will look at a specific work place and research its use of computer control. In your booklet you will need to design a storyboard to show the main pieces of information you have found out. Hospital Car Factory Theme Park Cinema

Plenary: How good is computer control? Why do you think it took me 2 hours to get out of a car park?

Advantages of Computer Control Computers can operate 24 hours a day without a break Identical tasks can be easily repeated Very accurate Data is processed quickly, response can be rapid Can be used in dangerous places Can consider hundreds of inputs at one time Usually inexpensive to run – no wages to pay

Disadvantages of Computer Control Adding a computer to a control system is expensive To run properly needs software – more expensive Sensors and actuators makes the system more complicated – less reliable than a simple human operated system Only as good as the control software – if anything unexpected happens, a person is much more flexible

Review of learning What were the aims of the lesson? What did you achieve? What have you learned?

Lesson 2 Flow Charts

Flowcharts These are often the easiest way to visually show processes in a computer system SymbolMeaning Start/End The terminator symbol marks the starting or ending point of the process. It usually contains the word "Start" or "End." Action or Process A box can represent a single step ("add two cups of flour"), or an entire sub- process ("make bread") within a larger process. Decision A decision or branching point. Lines representing different decisions emerge from different points of the diamond. Input/Output Represents material or information entering or leaving the process, such as customer order (input) or a product (output).

Flowcharts SymbolMeaning Flow Line Lines indicate the sequence of steps and the direction of flow. Data storage Indicates a step where data gets stored. For Example "Save Orders" Delay Indicates a delay in the process. For example "Wait 1 day" Sub-Routine An independent program segment separate from the main program that performs a specific task

Advantages and Disadvantages of Flowcharts AdvantagesDisadvantages Flowcharts are good way to communicate the details of a process to all concerned. Flowcharts can help people analyse problems or bottlenecks in a process Flowcharts are an excellent way of documenting a process In software development, flowcharts act as a guide or blueprint for the programmer. Flowcharts enable an organisation to have a record of standard business processes. Some processes or programs are so complex that it becomes difficult to represent them clearly in a flowchart. If an alteration needs to be made to the system, the flow chart usually needs to be redrawn. If it is a complicated flowchart, this can require a lot of work. People need to understand what the flowchart means and what the different symbols represent. You cannot give a flowchart to a complete novice and expect them to understand it.

ACTUATORS An Actuator is a device to which can convert an electrical control signal to a physical action. For example, in a greenhouse, the data from the sensors tell the computer that the temperature is too hot. The computer sends a signal to the actuator which causes the motor to open the window.

Task Using Flowol you are going to create a flowchart for the barriers on the car park

Task Start (get on) End (get off) Drop (splash down) ramp boat waiting area Then move onto the theme park ride

Plenary Print screen one of your finish flow charts into your booklet and annotation it to explain how it works

Review of learning What were the aims of the lesson? What did you achieve? What have you learnt?

Lesson 3 Data Logging Sensors

SENSORS Sensors are used to detect and measure physical quantities such as: Temperature Pressure Sound Light Humidity

ANALOGUE & DIGITAL Sensors can send two types of signal to a computer – digital and analogue Digital signals can only have two values: on (or true) and off (or false) Analogue signals can have any value

ANALOGUE & DIGITAL A computer can only deal with digital signals, so to be able to process analogue signals sent to it by a sensor the computer needs an analogue-to-digital converter (ADC) This device converts analogue signals, which computers can’t process directly, into equivalent digital signals which they can process

ANALOGUE SENSORS LIGHT SENSORS Light sensors can detect how bright a light is They can be used to automatically turn a light on when it gets dark and off when it gets light HEAT SENSORS Heat sensors can detect and measure heat They can automatically turn a heater on for example when the temperature is below a set value and off when it reaches a different value

ANALOGUE SENSORS INFRA-RED SENSORS These are used to detect movement They can be used to turn on lights on your drive when someone approaches your house, or detect movement as part of a burglar alarm SOUND SENSORS Detect how loud sound is Could be used to detect how loud noise that comes from a building is, for example

ANALOGUE SENSORS TOUCH SENSORS Can be used to detect if an object is touching something For example, if an automatic hoover touches the wall HUMIDITY SENSORS Measures how much moisture there is in the air or soil Used where it important to make sure that the air or soil isn’t too dry or too wet

ANALOGUE SENSORS PRESSURE SENSORS Are used to detect when there is a weight on something They can be used to detect cars driving down a road or the depth of rivers