Flowol The Task.

Slides:



Advertisements
Similar presentations
Smoke Detectors Save Lives Install smoke alarms in every sleeping room, outside of each sleeping area and on every level of your home Test your smoke detectors.
Advertisements

What’s your favorite season?
Name _____ 6__ Lesson 11 – How Can Electricity Be Used? Jan__ Objective: to list 5 ways Electricity can be changed to different forms of energy.
Beath High School - Int 1 Physics
Lesson Topic: Handshaking Process -narrated version-
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.
The Dewi Sant Greenhouse Control Project Lesson 2.
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.
How to light up a bulb? ?. Electricity Wire Battery Bulb Electricity can produce light.
Introduction to heat Is this heat? When I touch it, it burns me. I can feel the heat at a distance The hot gases rise.
Fire Safety By: Anne Mumford Lesson Plan.
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.
Fire Prevention 2014 Presented by Polk Township, West End, and Albrightsville Fire Companies.
3. DIGITAL ELECTRONICS..
Control Systems Did you get these? Washing machine Microwave cooker
FIRE SAFETY. Some Facts (2004): 4000 people died 18,000 injured $9.8 Billion due to damage from a fire.
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.
WHAT TO DO in case of a FIRE at Duncan Lake Middle School.
Lesson Objectives 1. Practise writing sequence of instructions 2. Write flowcharts for different mechanisms Keywords: Input sensor Motion sensor Output.
Active Home Timmy Henery Affiliation EKU, Dept. of Technology.
Truth tables AND Gate Input 1Input output ? ? ? ? Input 1Input output ? ? ? ? OR Gate.
By: Calais Darrell October 29 th 2010  Fire alarms can tell you if a fire is happening.  A fire alarm beeps.  Change fire alarm every ten years. 
Beath High School - Int 1 Physics1 Intermediate 1 Physics Electronics Input, Process and Output Digital Logic Gates.
My Green House By Jayden White. Lighting The lights I am going to put in my house are compact fluorescent light bulbs. I will use these because:  They.
Modular Electronics Use the systems approach.
Slide 1 Controlling Sequences of Events Traffic lights Event table.
Slide 1 Flowchart with loop Start Is light less than 50? Turn lamp on Yes No.
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.
Fire Safety Ashley Tierney. Stats. What Causes Fires? Matches Lighters Appliances Electrical Wiring Stoves Carelessness.
Electric Circuits. ► All electrical devices have an electric circuit, also known as a path for electrons to flow. ► All circuits have at least four parts:
Do now! Can you finish the questions you started last lesson?
Control & Programming The Sports Coupe Mimic Controlling the Car Alarm.
Your Brief: You are the lead programmer responsible for designing and implementing the control program that controls all input and output devices in the.
Software using a flowchart method of creating a control programme.
Flowcharts. Learning Objectives To learn how to break down tasks How to create a flowchart.
Slide 1 Flowchart with loop Start Is light less than 50? Turn lamp on Yes No.
W e A re L earning T o  Understand the term control and program  To understand the basic symbols used in Flowol.
Lesson 2 Inputs. Lesson objectives To understand how inputs can be used to control an output To consider how to make mimics more realistic.
CIRCUITS AND. Standards SPI Identify how simple circuits are associated with the transfer of electrical energy when heat, light, sound, and chemical.
Name _______ 6 __ Lesson 6 – Paths of Electricity Jan. __ Objective: to draw and explain 2 paths that electricity can take: 1) __________AND 2) ___________.
Unit 7.6 – Control & Monitoring Overview Key Stage 3 National Strategy ICT Strand.
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.
Sensors Control Systems with Flowol.
Define insulator and conductor. Write 3 examples of each.
You have 5 minutes to look over your homework and with a green pen answer the question in your book or make a correction Start Timer 5 mins
Digital electronics and logic gates
Do now! Can you write in your planners that the energy sheet you stuck in at the end of last lesson is for HOMEWORK due next Wednesday?
By: Melissa, Mikayla, and Suleen
Series Circuits Lesson 8.
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.
Digital and Analogue Sensing
Flow Charts AQA - Graphic Products.
ELECTRONIC SYSTEMS Note: There is no compulsory question set on Section 25 of the syllabus. Questions set on topics within Section 25 are always set as.
Lesson 4 Variables.
Define insulator and conductor. Write 3 examples of each.
Objectives Construct truth tables for the following logic gates:
Digital and Analogue Sensing
How electronic systems work using the Systems approach.
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.
Can you finish the questions you started last lesson?
Grade 3 Lesson 5 Smart Doorbell.
Year 4 Lesson 5 Smart Doorbell.
Presentation transcript:

Flowol The Task

Objectives To gain an understanding of how the Flowol software works

Progression Learning the flowchart symbols Completing a flowchart diagram Testing this diagram in Flowol Matching flowcharts to scenarios Simulating temperature control Using procedures to build an efficient program

START STOP Problem Resolution IS IT WORKING? YES NO DID YOU MESS WITH IT? NO YES TURN IT OFF HIDE IT SMILE! STOP

Flowchart symbols Start or stop Input or output Process Decision Subroutine

START STOP Problem Resolution IS IT WORKING? YES NO DID YOU MESS WITH IT? NO YES TURN IT OFF HIDE IT HIDE IT SMILE! STOP

Problem Subroutine OPEN CUPBOARD TURN LIGHT ON CHUCK IT IN TURN LIGHT Sub 1(Hide It) Problem Subroutine OPEN CUPBOARD TURN LIGHT ON CHUCK IT IN TURN LIGHT OFF CLOSE CUPBOARD STOP

A Simple Start TURN OUTPUT 1 ON START STOP

A Simple Start TURN OUTPUT 1 ON TURN OUTPUT 1 OFF START STOP

A Simple Start START TURN OUTPUT 1 ON DELAY 1 OFF

Planning Flowcharts Start Is light less than 50? Turn lamp on Yes Is light less than 50? Turn lamp on No Lesson 3 – Activity 2

Planning Flowcharts Start Is light less than 50? Turn lamp on Yes Is light less than 50? Turn lamp on No Turn lamp off Lesson 3 – Activity 2

Planning Flowcharts Start Is light less than 50? Turn lamp on Yes Is light less than 50? Turn lamp on No Turn lamp off Lesson 3 – Activity 2 Beep

Putting Our Plan Into Flowol

The Mimic Lamp Light Level

Simulating Temperature Control Room temperature Electric fire Cooling fan Too cold (<10) ON OFF Just right(10<>20) Too hot(>20)

Matching a Flowchart to a Scenario When the temperature in the house drops below 10 degrees C, turn on the fire, if it goes above, turn it off. When the temperature in the house rises above 20 degrees C, turn on the fan, if it goes below, turn it off.

Electric Fire / Cooling Fan

Using procedures to build an efficient program Design a system to help a person with impaired hearing in his or her own home. Consider how you can make sure that the person knows that: • someone has rung the door bell; • the smoke alarm is sounding. How will the person know the difference between these two sounds?

The Main Task Devise a control program that will use the light bulb to differentiate between the smoke alarm and the doorbell, using subroutines to increase efficiency.

Objectives To gain an understanding of how the Flowol software works