W e A re L earning T o  Understand the term control and program  To understand the basic symbols used in Flowol.

Slides:



Advertisements
Similar presentations
Computer Control In Design and Technology Primary Strategy Conference 29 th November 2004 David Bowes Curriculum Project Manager for D&T Tel:
Advertisements

Alarms : Design Technology 4D. Alarms are used for lots of different reasons. Can you think of ways that alarms are used? Warn of fires Warn of Burglars.
IGCSE ICT Control Systems.
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.
Flowol The Task.
Flowchart What is a flowchart? A flowchart is a schematic representation of an algorithm or a process or a program. Why should a flowchart be produce before.
FLOWCHART BASED DESIGN A flowchart is ideal for a process that has sequential process steps. The steps will be executed in a simple order that may change.
Unit 7.6 Lesson 2 Goals Identify and use flowchart symbols. Plan a sequence of events and incorporate them into a flowchart. Create a simple flowchart.
Bridge Traffic Lights Mimic Name:. Learning Objective How to use Flowol and the Bridge Light Mimic to safely control a set of traffic lights Learning.
Dr. Gary Stewardson, Raymond Boyles Hello again, Sparkey here. Slippery and I will help you explore how to create a program that simulates outputs on a.
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.
My Portfolio The area I am working on to improve my Level My end of year target is.. I am becoming more confident in this area I have met this target and.
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
Control Systems Did you get these? Washing machine Microwave cooker
Control Technology at KS2
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.
Flowol subroutines Subroutines are used to:  Simplify your code to make it easier to read (or for someone.
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.
Lesson Objectives 1. Practise writing sequence of instructions 2. Write flowcharts for different mechanisms Keywords: Input sensor Motion sensor Output.
Module 1: Introduction to PLC
Computer Control.
Computer Control Using computers to control things.
Slide 1 Controlling Sequences of Events Traffic lights Event table.
Prepared by: Engr. Qurban Ali Memon 11ES (SEC- 1 & 2)
Flowcharts
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.
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.
Control & Programming The Sports Coupe Mimic Controlling the Car Alarm.
Virtually controlling real life situations Summer 2 Lesson 1 Year 8.
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.
The Skull This program makes the red eye flash on and off then the green eye flash on then off for 2 seconds each. Amend the program so that the red eye.
Software using a flowchart method of creating a control programme.
Flowcharts C++ Lab. Algorithm An informal definition of an algorithm is: a step-by-step method for solving a problem or doing a task. Input data A step-by-step.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
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.
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.
Slide 1 Computers or people? Teacher resource 5.1.
PLC APPLICATIONS MODULE 3 Time sequence processes.
Unit 7.6 – Control & Monitoring Overview Key Stage 3 National Strategy ICT Strand.
PLC APPLICATIONS MODULE 3 Time sequence processes.
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.
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!
Algorithms and Flowcharts
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.
Sequencing Learning Objective: to be able to design algorithms that use sequencing.
Sensors Control Systems with Flowol.
Module 1: Introduction to PLC
Controlling input/output devices using Flowol
Digital electronics and logic gates
Learning Objective: to be able to design programs that use sequencing.
AQA GCSE 6 Systems approach to designing Design and Technology 8552
Algorithms Today we will look at: what the word algorithm means
Creating a completed control system
Sequencing Learning Objective: to be able to design algorithms that use sequencing.
Structured Program Design
Lesson 3 Sub-Routines.
Do it now – PAGE 8 You will find your do it now task in your workbook – look for the start button! Wednesday, 02 January 2019.
Lesson 4 Variables.
Do it now – PAGE 11 You will find your do it now task in your workbook – look for the start button! Monday, 20 May 2019.
Flowcharts Activity One
Stored program in a washing machine
WRITING AN ALGORITHM, PSEUDOCODE, AND FLOWCHART LESSON 2.
Presentation transcript:

W e A re L earning T o  Understand the term control and program  To understand the basic symbols used in Flowol

W hat I am L ooking F or By the end of the lesson you will: ► Be able to identify an automatic system ► To be able to produce a simple Flowol Program

Automation ► An automated system is one that does something automatically. ► The kettle switches itself off when it has boiled. ► Think of 3 more examples of automation you see regularly

A Program ► A sequence of instructions that can be followed to achieve the desired result. ► You will use Flowol to write simple programs to control mimics. A mimic is a simulation of a real event

Example ► Washing clothes ► You select a specific wash programme on your washing machine, e.g. woollens and delicates ► the washing machine follows the set of program instructions that correspond to that programme.

Output ► Common forms of output  Turning lights on and off  Turning motors on and off ► What are the outputs for the following?  Street light  Smoke detector  Burglar alarm

Flowchart symbols Start or stop Subroutine Decision Input or output Process

Traffic Lights mimic Out 3 Out 2 Out 1 Out 4 IN 1 Out 5

Example program Out 3 Out 2 Out 1 Out 4 IN 1 Out 5 Start Turn Output 1 on Delay 1 Stop Turn Output 1 off