Creating a completed control system

Slides:



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

LabView Basics.
Microcontrollers Engineering Science. Microcontrollers - Intro Microcontrollers are used in a lot of systems that we use in every day life. Microwaves,
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.
Systems Flow Charts Learning Objective:
Team Gary Dan Farley Tyson Rogstad Erik Flum Rob Koch Gary Zigmann.
Team Gary Dan Farley Tyson Rogstad Erik Flum Rob Koch Gary Zigmann.
IGCSE ICT Control.
COMPUTER CONTROL Year 11. Lesson 1 Introduction to Computer Control.
Our senses We can use our eyes to see things Our senses We use our ears to hear.
S e c u r i t y L i g h t E a s t e r E l e c t r o n i c s P r o j e c t Dark Sensor Comparator Monostable Counter Light Brief Design a system that turns.
Overview: The goal of this lesson is to transition from discussing robots in general to the specifics of NXT robot. Objectives: Students will be able.
Computer Control.
Prepared by: Engr. Qurban Ali Memon 11ES (SEC- 1 & 2)
Today we are learning to: Understand how flow charts are used to design games Add events to our objects to control stuff in our game – (Using the user.
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.
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 – Control & Monitoring Overview Key Stage 3 National Strategy ICT Strand.
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.
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.
Programming Design ROBOTC Software Principles Of Engineering
Sensors Control Systems with Flowol.
PARKING AUTOMATION SYSTEM
Logic What is logic? Logic is the name given to an electronic component which will monitor a number of inputs and give an output depending on them Input.
Winsteon Automated Window.
Control Control Devices.
Control Creating a System.
Introduction to NXT.
Control GCSE ICT.
Module F: Presentation Understanding Robot Fundamentals
Raspberry Pi: External Inputs & Outputs
Control GCSE ICT.
Lesson 3 Sub-Routines.
HAPPY NEW YEAR! Lesson 7: If-statements unplugged
Global Challenge Flashing Wheels Lesson 2.
Global Challenge Flashing Wheels Lesson 3.
Game Controller Lesson Two.
Global Challenge Night Sensor Lesson 3.
Global Challenge Night Sensor Lesson 3.
Programming Design ROBOTC Software Principles Of Engineering
Global Challenge Flashing Wheels Lesson 2.
Input-Output-Process Demo
Lesson 4 Variables.
Global Challenge Flashing Wheels Lesson 3.
Systems and Control.
Global Challenge Flashing Wheels Lesson 3.
Objectives Construct truth tables for the following logic gates:
Global Challenge Flashing Wheels Lesson 2.
Global Challenge Flashing Wheels Lesson 3.
How electronic systems work using the Systems approach.
Global Challenge Flashing Wheels Lesson 2.
Global Challenge Flashing Wheels Lesson 2.
Global Challenge Flashing Wheels Lesson 2.
Global Challenge Flashing Wheels Lesson 2.
Global Challenge Night Sensor Lesson 3.
Global Challenge Flashing Wheels Lesson 2.
Global Challenge Night Sensor Lesson 3.
Global Challenge Night Sensor Lesson 3.
How do cells in the body communicate?
Global Challenge Flashing Wheels Lesson 3.
Global Challenge Flashing Wheels Lesson 2.
Global Challenge Flashing Wheels Lesson 2.
Global Challenge Flashing Wheels Lesson 3.
Systems and Control.
Global Challenge Flashing Wheels Lesson 3.
Presentation transcript:

Creating a completed control system Lesson 5&6 Creating a completed control system

Lesson Objectives To understand that working control systems contain many flow charts that work alongside each other To apply flow chart knowledge when creating a working control system

Control Technology in everyday life Think about a control system that is used every day. How many different inputs and outputs can you name?

Example Burglar Alarm Input Output Senor on window Movement sensor in every room Pressure sensors Lock sensors Output Sound alarm Flashing lights Automatic response from police

Working Together All of these inputs and outputs are controlled with a complex system of flow charts. Over the next 2 lessons you will be using the train mimic to simulate a realistic train route

There are various trip points around the track There are various trip points around the track. We can use this to sense where the train is. What might happen when the train reaches A? What might happen at trip D?

Step 1: Making the train move Input 1 will act as a button. When we press it the train will move forward.

Step 2: Opening and closing the barriers. In the simulation there are several trip points. These are sensors which sense when the train is passing Which trip point should we use to sense if the train is on its way? Which trip should we use to sense that the train has passed the crossing?

Step 3: Slowing at the platform A train slows down every time it goes through a station, even if it doesn’t stop. We can slow down the motor using the trip points

Step 4: What important part of the train simulation are we missing? There are a number of things that we can do in order to improve it.

Extension Open the mimic called Train Set 2. But there are lots of differences. 2 more trip points and another train to control! Open the mimic called Train Set 2. There are many similarities including the barrier tunnel and trip points