Lesson 2 Inputs. Lesson objectives To understand how inputs can be used to control an output To consider how to make mimics more realistic.

Slides:



Advertisements
Similar presentations
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.
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.
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.
PIC Programming with Logicator
Photos and Sensor Instructions
From the NXT top menu Connect desired hardware as indicated Enter a command in the box indicated from the menu provided Repeat for all 5 boxes.
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.
BEGINNER EV3 PROGRAMMING Lesson
Robotics Lesson Objectives Robots are basically machines, but they have fascinated people even before it was possible to build one in real life. The reason.
Lesson 2.2 Traffic Signals  Today’s Objectives: 1. Explain what to do at a green, yellow, and red light. 2. Describe the action to take when you approach.
Loops and Switches. 1. What kind of blocks are these? 2. Name two kinds of controls that can be specified to determine how long a loop repeats. 3. Give.
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.
2D Representations of 3D ObjectsProjector Resources 2D Representations of 3D Objects Projector Resources.
Control Technology at KS2
Flowol subroutines Subroutines are used to:  Simplify your code to make it easier to read (or for someone.
Programming PLCs using LADDER Logic
Circuits Topic- Seating Plan. Electric Circuits Level 4Level 5Level 6 Use circuit components to construct a series circuit Describe how a torch circuit.
Today’s Agenda 1.Scribbler Program Assignment 1.Project idea due next class 2.Program demonstration due Wednesday, June 3 2.Attendance & lab pair groupings.
L ILY P AD T RAINING C ENTENNIAL E LEMENTARY 2012 Material by Linz Craig Revision by Sarah Bloms Additional images by Modkit & Adam Meyer.
EGR101-34R "lecture on hardware- software" FB 7/10/2004 Digital Electronics Logic Gates Logic gates work with the voltage level of the signals. They are.
AS Product Design: Graphics 6GR01 Manufacture. Architecture Produce a model of a room or building Your model must: – Have a footprint no larger than A3.
Photos and Sensor Instructions
Control & Programming The Sports Coupe Mimic Controlling the Car Alarm.
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.
Flowcharts. Learning Objectives To learn how to break down tasks How to create a flowchart.
A stop sign is a traffic sign that stands for coming to a complete stop at an intersection or end of the road.
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.
BEGINNER FLL PROGRAMMING WORKSHOP BY DROIDS ROBOTICS & EV3LESSONS.
Algorithms. Teacher Lead Activity What is an algorithm? Homework Recap!
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.
Unit 7.6 – Control & Monitoring Overview Key Stage 3 National Strategy ICT Strand.
Representing 3D Objects in 2DProjector resources Representing 3D Objects in 2D Projector Resources.
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.
Control Technology START What is control technology? What is this diagram called? In which program have you used these before? Lets Go!
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.
© 2006 Carnegie Mellon Robotics Academy Designed for use with the LEGO MINDSTORMS ® Education NXT Software and Base Set #9797 Sentry System Two-Way Communication.
Sequencing Learning Objective: to be able to design algorithms that use sequencing.
Sensors Control Systems with Flowol.
Controlling input/output devices using Flowol
Project Overview Introduction Clawbot Build Design Modification
Learning Objective: to be able to design programs that use sequencing.
fischertechnik® RoboPro Software for Gateway To Technology® RoboPro
EV3 On Brick Programming
Loops and Switches Pre-Quiz
Music by Touch Music by Touch Presentation > TeachEngineering.org
Sensors Training.
Raspberry Pi: External Inputs & Outputs
Creating a completed control system
Sequencing Learning Objective: to be able to design algorithms that use sequencing.
Raspberry Pi with Pibrella
Lesson 3. 1 How do we interpret and represent functions. Standards F
BEGINNER PROGRAMMING LESSON
Lesson 3 Sub-Routines.
BEGINNER PROGRAMMING LESSON
Digital and Analogue Sensing
2D Representations of 3D Objects
Lesson 4 Variables.
What do all these things have in common?
Photos and Sensor Instructions
Digital and Analogue Sensing
How electronic systems work using the Systems approach.
Project Overview Introduction & Product Analysis
Project Overview Introduction & Product Analysis
Game Controller Lesson Four.
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.
Oregon Robotics Tournament and Outreach Program
Presentation transcript:

Lesson 2 Inputs

Lesson objectives To understand how inputs can be used to control an output To consider how to make mimics more realistic

Inputs Most forms of control technology respond to some kind of input. Inputs may include – a button – a switch – a sensor

Flowol Robot Open Flowol and go to the Robot Mimic. This robot has 4 inputs across its chest. These are different shaped buttons It has 4 outputs. An antenna, mouth and 2 eyes.

What does this shape do?

What does this flow chart do? Try and create this for yourself. When the square is pressed the antenna should go up, wait a bit, then go down again.

Task 1: Create 4 flow charts to control the following Save your flow charts as ROBOT1 InputOutput SquareAntenna up, wait, down TriangleLeft eye on, wait, off CircleRight eye on, wait, off StarMouth on, wait, off.

We want to mimic real life control events using flowol. Pretend that the robot is a real life toy How can we make the robot buttons control the outputs in a more realistic way? Example – Would you use separate buttons to control the eyes? – Would it be better to press a button to make the antenna go up, then press another button to make it go down? – What else could we change?

Task 2: Change your flow diagrams to make the buttons have more realistic responses. It is up to you how to choose to change them, but you must be able to justify why you have made your decisions.

Task 3: In Pairs Explain your changes to the person next to you. Let them test your flow charts to check they work. You must explain – The change you have made – Why you think it improves the robot Swap and test your partners flow charts.

Share with the class What changes have you made? Why do you think this improves the robot toy?

Extension Open the School Bus mimic. This mimic has 6 inputs (the buttons on the dashboard) And 9 outputs

Extension Task Program the 6 buttons to do the following. InputOutput Switch 1Turns the lights on and off Switch 2Makes the right yellow and left yellow flash Switch 3Makes the right red and left red flash Switch 4Makes the stop sign come out and then the top and bottom stop lights flash on and off Switch 5Makes the guard open Switch 6Makes the guard close