Control Technology START What is control technology? What is this diagram called? In which program have you used these before? Lets Go!

Slides:



Advertisements
Similar presentations
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.
Advertisements

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.
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.
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.
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.
Flow Charts. Thinking Creatively Flow Charts START END Is A==6? No A = 1 Yes Print A A = A + 1.
What is a Flowchart? Why are they used? How to draw them.
Sequencing Miss Regan. Blood Hound  Does anyone know what the Bloodhound project is?  Video 1 Video 1  Video 2 Video 2  Link to website Link to website.
CSC103: Introduction to Computer and Programming
Bug Session One. Session description In this session, pupils are introduced to a programming sequence which will make a light pattern on their Bug. Objectives.
Vocabulary Test Review Directions: (Press F5 to start) 1.Click the mouse or use the arrow keys to get to the next slide. 2.Answer the question in your.
1. Know the different types of flow block 2. Understand how problems can be broken down into smaller problems.
COMPUTER CONTROL Year 11. Lesson 1 Introduction to Computer Control.
Available at: Lesson 3.6 – Program Line Follower in Autonomous Mode Program Line Follower in Autonomous Mode.
Lesson Objectives 1. Practise writing sequence of instructions 2. Write flowcharts for different mechanisms Keywords: Input sensor Motion sensor Output.
1 Introduction to Flowcharting. 2 Writing a program Defining the problem –Write down what the program will do Planning –Write down the steps, draw a flowchart.
End Show Writing a computer program involves performing the following tasks. 1. Understanding the problem 2. Developing an Algorithm for the problem 3.
Slide 1 Controlling Sequences of Events Traffic lights Event table.
Flowcharts
PRACTICAL ELECTRONICS MASTERCLASS (Mr Bell) (COMPUTERS REQUIRED FOR 1 ST & 2 nd PERIOD) 1.
What is a circuit? A set of connected electrical components that provide one or more complete paths for the movement of charges. A set of connected electrical.
Your Brief: You are the lead programmer responsible for designing and implementing the control program that controls all input and output devices in the.
W e A re L earning T o  Understand the term control and program  To understand the basic symbols used in Flowol.
Learning Objective To be able to… Understand flow chart symbols Complete and correct flow chart algorithms Create a program based on a flow chart.
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.
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.
Unit 7.6 – Control & Monitoring Overview Key Stage 3 National Strategy ICT Strand.
Problem Solving Flowcharts. Flowcharts Introduction  Flowcharts allow us to create a visual representation of a solution to a problem DRAW  With flowcharts,
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.
Algorithms and Flowcharts
Data Flow Diagrams Start Do you want to continue? Yes End No Test on
Using sensors with Flowol 2. There are 2 ways that you can use sensors with Flowol 2 software. 1.You can use SIMULATION mode – when you use a MIMIC 2.You.
Creating Flowcharts Principles of Engineering
Creating a Flowchart Computer Integrated Manufacturing
Sensors Control Systems with Flowol.
Creating Flowcharts Name of PowerPoint CIM Name of Lesson
The Electronic Die Using the PICAXE 08
Flowchart Symbols Terminal Process Input/ Output Decision
AS Computer Studies Finite State Machines 1.
FLOWCHARTS Part 1.
7/14/16 CTC-RI IBH Pilot Quarterly Meeting
Controlling input/output devices using Flowol
Creating Flowcharts Principles of Engineering
Creating Flowcharts AIM:
Algorithms Y10 Introduction.
Creating Flowcharts Principles of Engineering
Creating a completed control system
Creating Flowcharts Name of PowerPoint CIM Name of Lesson
Series Circuits Lesson 8.
Business Application Development
For -G7 programing language Teacher / Shamsa Hassan Alhassouni.
Structured Program Design
Interactive Lesson Planner
Lesson 3 Sub-Routines.
Digital and Analogue Sensing
Lesson 4 Variables.
Creating Flowcharts Name of PowerPoint CIM Name of Lesson
Digital and Analogue Sensing
Creating Flowcharts Principles of Engineering
Flowcharts Activity One
Creating Flowcharts Principles Of Engineering
Objective of the lesson
Creating Flowcharts Name of PowerPoint CIM Name of Lesson
Presentation transcript:

Control Technology START What is control technology? What is this diagram called? In which program have you used these before? Lets Go!

Lesson Objectives To understand – what control technology is – What flow charts are, including their individual components – How flow diagrams are used everyday in control technology systems

Control Technology Control technology is allows devices to be programmed to respond to different circumstances A good example of this is a kettle. A sensor will record the temperature of the water. When the water is boiling, the kettle automatically turns itself off. Can you think of any other examples?

Prior Learning You have already studied Control Technology in year 7 using Crocodile You should already know how to use flow charts

Flow Charts Start/end Process Decision – Yes/no? Input / Output Flow Terminator Process Decision Data Arrow

START Switch kettle on Boil water Is the water at boiling point? End Y N Terminator – Starts the flow diagram Input/Output – If you are doing something to trigger a reaction (INPUT), or the reaction that occurs (OUTPUT) Process: When an action is being carried out. Decision: Asks a question and has 2 responses (YES/NO) Terminator – Ends the flow diagram

Task 1: Flow Chart Symbols Go to Common K>ICT>Year 8>FLOWOL> Lesson 1 Open and Save the file called “Flow Chart Symbols”

Answers SymbolNameDescription Terminator Starts and stops the flow chart Process When an action is being carried out Decision Asks a question and has 2 responses (YES/NO) Input / Output If you are doing something to trigger a reaction (INPUT), or the reaction that occurs (OUTPUT) Arrow Shows the flow of data in the flow diagram

Flowol Go to Start>All Programs>Flowol We will be using this program to simulate how control technology is used in everyday life

Mimics In Flowol there are several mimics that you can use. These are simulations that we can control using flow diagrams. Click USE MIMIC >Zebra Crossing

This is the mimic/simulation The different inputs and outputs that we can control appear here. In this simulation there is only one light.

Task 1: Drag and drop the symbols on the left to make the light flash on and off.

Task 2: What is wrong with the simulation? How can we make it better? 1.Add a delay between the flashes 2.Loop it around so it happens continuously.

Extension: Save your zebra crossing in your Unit _ Folder Open a new flowol document and open the Crossing Patrol mimic. This time you have 2 outputs to control. Try and make them flash on and off simultaneously