Digital and Analogue Sensing

Slides:



Advertisements
Similar presentations
01/05/2015 Input-Output-Process Demo Automatic Streetlight System.
Advertisements

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.
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.
Module 4: Analog programming blocks. Module Objectives Analyze a control task that uses analog inputs. Connect a potentiometer to LOGO! controller and.
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.
In a not gate, if the input is on(1) the output is off (0) and vice versa.
Control Technology at KS2
Open and Closed Loops Standard Grade Computing Studies.
Moon Phases.
HARDWARE Lesson 2. Components of a computer: 1)A Processor (or CPU) The brain of the computer 2)Memory To remember the programs and data that it uses.
Introduction to Robo Pro
The 3 parts of an electronic system are :
Input, process and output When considering electronic systems we can say that it is made up of 3 main parts.When considering electronic systems we can.
GCSE ICT Robots. Control Although many people assume that businesses mainly use computers in offices to help workers to perform administrative tasks,
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.
Digital Activity work sheet Inputs  Sound  Light  Heat  Slide Switch  Push Switch Output  Light________________  Buzzer______________  Relay_______________.
Circuits & Switches. Electricity Formed when an excess of positive or negative particles that are parts of atoms attempts to balance itself=electrical.
Flowcharts. Learning Objectives To learn how to break down tasks How to create a flowchart.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
Lesson 2 Inputs. Lesson objectives To understand how inputs can be used to control an output To consider how to make mimics more realistic.
Slide 1 Computers or people? Teacher resource 5.1.
Casne.ncl.ac.uk Taking care of the CrumbleBot Please do NOT stress the robot's motors 1.Do NOT push the robot 2.Do NOT hold the.
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!
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.
Sensors Control Systems with Flowol.
ECE 3130 Digital Electronics and Design
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
Controlling input/output devices using Flowol
Engineering Science Systems and Control.
AQA GCSE 7 Electronic systems processing Design and Technology 8552
Learning objectives Independent Task – B
All very logical I think!
Global Challenge A bag for Juliane Lesson 2.
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
Global Challenge Flashing Wheels Lesson 3.
Global Challenge A bag for Julienne Lesson 3.
Chapter - Karnaugh Maps
Global Challenge A bag for Juliane Lesson 2.
Input-Output-Process Demo
Global Challenge Flashing Wheels Lesson 3.
Global Challenge A bag for Julienne Lesson 3.
Global Challenge Flashing Wheels Lesson 3.
Recognise how sound is represented in a computer system
Global Challenge A bag for Julienne Lesson 3.
Global Challenge A bag for Juliane Lesson 2.
Global Challenge Flashing Wheels Lesson 3.
Global Challenge A bag for Juliane Lesson 2.
Global Challenge A bag for Julienne Lesson 3.
Global Challenge A bag for Juliane Lesson 2.
Global Challenge A bag for Julienne Lesson 3.
Global Challenge A bag for Juliane Lesson 2.
Global Challenge A bag for Julienne Lesson 3.
Global Challenge A bag for Julienne Lesson 3.
Global Challenge A bag for Juliane Lesson 2.
Global Challenge A bag for Julienne Lesson 3.
Global Challenge A bag for Juliane Lesson 2.
Global Challenge A bag for Juliane Lesson 2.
Global Challenge Flashing Wheels Lesson 3.
Global Challenge A bag for Julienne Lesson 3.
Global Challenge Flashing Wheels Lesson 3.
Global Challenge Flashing Wheels Lesson 3.
Presentation transcript:

Digital and Analogue Sensing

Using the lighthouse mimic When it is dark, we want the light on the lighthouse to flash on and off (output 1) When it is light, we want the foghorn to sound on and off (output 2)

Flowchart for the lighthouse

The DECISION box is checking to see if input 1 is either ON or OFF. This is a DIGITAL decision.

Analogue sensing task Open the mimic LIGHTHO2 Open the file lightho1 Edit the decision box so that the light flashes if the light level is LESS THAN 50 Save your file as lightho2

The decision box is now MEASURING the VALUE of the light This is an ANALGOUE decision

Light switches that you use at home are DIGITAL because the light is either ON or OFF If you have a dimmer switch the lights can be just on, half on, three quarters on or full on. This is an ANALOGUE device