W A L T - What is a system flowchart?  System flowcharts are a way of displaying how data flows in a system and how decisions are made to control events.data.

Slides:



Advertisements
Similar presentations
IGCSE ICT Control Systems.
Advertisements

Bags Of Money. The author's name is Garrison S. Gibbs and has lived in Austin his whole life. Shortly after school ends he will live in Fredericksburg.
Add and Use a Sensor & Autonomous For FIRST Robotics
Microcontrollers Engineering Science. Microcontrollers - Intro Microcontrollers are used in a lot of systems that we use in every day life. Microwaves,
In this presentation you will:
ABNIAC The following slide presentation is to acquaint the student with ABNIAC. The version used for presentation is the Java version, which can be found.
Systems Flow Charts Learning Objective:
Flowol The Task.
Control Systems Computer Control Systems make devices and machines do what we want them to do in the right order and at the right time. Objectives: What.
High-Frequency Words Second Grade Room B10.
Automated Systems Lesson 3: Getting the Robot to do work.
Game city International Starting on the road to programming. This project is all about learning how to program using scratch and other languages. The aim.
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.
What is a Flowchart? Why are they used? How to draw them.
PICS / Microcontrollers
CHAPTER 3 SIGNS, SIGNALS AND PAVEMENT MARKINGS
Control Systems Did you get these? Washing machine Microwave cooker
IGCSE ICT Control.
Open and Closed Loops Standard Grade Computing Studies.
Unit 5E – Controlling Devices
The Transistor A transistor is an automatic switch. It can only be on or off. base emitter collector 0.7 V When the transistor is on, current flows from.
COMPUTER CONTROL Year 11. Lesson 1 Introduction to Computer Control.
ROBOTICS VOCAB AND FLOWCHARTING. ROBOTICS VOCABULARY Robot- a machine capable of carrying out a complex series of actions automatically, especially one.
OCR Cambridge Nationals in ICT (Level 1/2) R010 Developing Control Systems.
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.
Control & Programming Controlling a Sports Car. Systems in Cars Many modern cars use sophisticated sensors and control systemsMany modern cars use sophisticated.
HL Sample Question Applied Control Systems Underlying Principles.
Logic and Systems A beginner’s guide.
Computer Control.
Computer Control Using computers to control things.
Technological Systems. What Is a System? A group of interrelated components (things) that work together to achieve a desired goal. A technological system.
Process Control 2.1 – Control Systems.
Slide 1 Controlling Sequences of Events Traffic lights Event table.
Flowcharts
Sequencing The most simple type of program uses sequencing, a set of instructions carried out one after another. Start End Display “Computer” Display “Science”
By Kadee Blakely. Mode/Reference-Value Settings Camera Example Microwave Exmaple.
What is Computer Control? A set of instructions programmed into a machine, which will cause it to operate in a predetermined manner. e.g the traffic.
LISTENING CLASS PROCEDURE TEXTS. Can you mention some of drive through restaurant that you know? Now, listen and choose the word spoken by the speaker!
W e A re L earning T o  Understand the term control and program  To understand the basic symbols used in Flowol.
4) Design the logic to control the motor on a simple remote control car. There are two buttons on the remote control for the motor. If neither button is.
Second Grade Dolch Words egreay. a and away big.
Algorithms. Teacher Lead Activity What is an algorithm? Homework Recap!
Lesson 2 Inputs. Lesson objectives To understand how inputs can be used to control an output To consider how to make mimics more realistic.
Control Output Devices Hyper linking. Back to Input Devices Back to Input Devices What Are Control Output Devices? These are devices that are associated.
Control You can use this presentation to complete the tasks set in the lesson. When instructed by the teacher attempt to complete each task on the corresponding.
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
Bjtxzh bjtxzh.
Sensors Control Systems with Flowol.
Programming and File Management Part 2
Control Control Devices.
Data Logging & Control Systems
You have 5 minutes to look over your table of sensor and outputs ready for a spot check on the different symbols Start Timer 5 mins
Data Logging 1 WJEC ICT.
Industrial Electronics
Control GCSE ICT.
Creating a completed control system
All very logical I think!
Control GCSE ICT.
Lesson 3 Sub-Routines.
What is a Robot?.
Computing Introduction.
Logically, the output will be 1
Presentation transcript:

W A L T - What is a system flowchart?  System flowcharts are a way of displaying how data flows in a system and how decisions are made to control events.data  To illustrate this, symbols are used. They are connected together to show what happens to data and where it goes.  Robots – how are they controlled?

The basic shapes include:

Using correct symbols: Start and Stop Decision Input and Output Process

This system flowchart is a diagram for a 'cruise control' for a car. The cruise control keeps the car at a steady speed that has been set by the driver system flowchart The flowchart shows what the outcome is if the car is going too fast or too slow. The system is designed to add fuel, or take it away and so keep the car's speed constant. The output (the car's new speed) is then fed back into the system via the speed sensor. output sensor

Other examples of uses for system diagrams include:  aircraft control  central heating  automatic washing machines  booking systems for airlines

John gets up

Microwave breakfast

He jumps in his car – he has a satellite navigation system. It tells him to avoid Main South Road as there is a traffic jam

Gets to work and pulls up at the car park barrier.

Control system for a car park barrier: Steps might be:  Start (don’t forget yes or no)  The driver presses the button on the machine OR the driver puts a card into the machine (input).  A ticket comes out of the slot on the machine (output)  The barrier opens (output)  The barrier stays open for 30 seconds (process) What happens if it is wrong??

On his way home he goes to the Supermarket (Pak’nSave at Hornby) the doors open automatically at the Mall. He grabs food out of the freezer – the freezers are kept at a constant temperature all day and all night. He goes to pay – puts his food on a conveyer belt and it moves up to the cashier and stops. He pays using his EFTPOS card and sets off home

How many control systems were there? Did you notice they all needed some way of being switched on and told what to do. Quite a lot of the devices used buttons or keypads of some sort.

Inputting instructions  His microwave worked out when 2 minutes have passed  His cellphone alarm worked out it is 6 am.  How did the car park barrier know when to open?  How did the supermarket doors know when to open?  NEXT STEP - we are going to use Flowol 4 to make our own flowcharts. First up

The instructions for a lift: The instructions that the computer follows could just be written in a list like this: 1. If someone presses the “Open” button then the doors should open. 2. The doors should stay open for a few seconds and then close again. 3. If no-one presses any buttons, then the doors should stay closed.