Laboratory 7: CONTROL SYSTEMS FUNDAMENTALS

Size: px
Start display at page:

Download "Laboratory 7: CONTROL SYSTEMS FUNDAMENTALS"

Transcription

1 Laboratory 7: CONTROL SYSTEMS FUNDAMENTALS OBJECTIVES - Familiarize the students in the area of automatization and control. - Familiarize the student with programming of toy robots. EQUIPMENT AND REQUERIED ELEMENTS - Legos Robotics Kit - Constructopedia - Computer ROBOTS A Robot is a machine controlled by a computer programmed to be moved, to manipulate objects and to carry out different tasks at the same time it interacts with its environment. Robots are capable of carrying out repetitive tasks quicker, less costly and more precisely than human beings. Depending to the application, different types of robots exist, as for example, industrial robots, didactic robots, toy robots, etc. In this practice we will make use of toy robots that imitate or even accomplish with some similar functions of didactic or experimental robots used for teaching and learning about robotics. The robots we will control consists of the following parts: Processing Unit - RCX, Motors, Sensors, Pieces (bricks, wheels, connectors, etc.) To assemble the robots we have Constructopedia, a computer guide with various robot models that can be built with the accessories of LEGOS. Description of the RCX unit The RCX is a programmable unit of the LEGO used to control the motors and sensors of the robot (Figure 1). Its interior is composed by a microprocessing unit that executes the instructions stored in the internal memory of the unit and that contains all the steps that the robot should execute. The components of the RCX are: - Microprocessing unit and internal memory. These two elements compose the central processing unit which controls the RCX. - Output ports A, B and C; these are used to connect the motors or any another auxiliary element that offers movement to the robot. - Input ports 1, 2 and 3; these are used to connect the sensors of light and touch or any another element used to guide the robot. - Control buttons; these are used to control the RCX unit. Contains the functions to turn on/off the unit, view of the state of the ports, selection of the program and execution of programs. 56

2 - Display; graphical interface that permits the user interact with the RCX unit. - Infrared transmitter; used to communicate the unit with the computer. - Speaker. Management of the RCX unit Figure 1 The RCX unit is controlled through the use of four buttons, these are: On-Off : turns on/off the unit. Run : Executes or stops the selected program. Prgm : Selects one of five programs stored in the unit which is chosen to operate. View : Collects information of the ports of the sensors or of the motors. Programming of the RCX unit The RCX unit can store up to five programs simultaneously. The execution of each one of these programs is done independently through the buttons Prgm and Run. To execute a stored program in one of the five slots of the RCX: - First select the slot which contains the program; to do this press various times the function Prgm. - Then execute the selected program by pressing on the function Run. To program the RCX we must use the computer software Robotics Invention System 2.0. This software has a graphical interphase that facilitates the construction of programs in a simple and quick way without the use of codes or instructions. Robotics Invention System 2.0 employs the flow diagram format to implement the programs, and the instructions are established in a form of graphic objects which symbolize the functions or operations required for the robot to do. 57

3 The RCX unit is programmed from the computer through the infrared interphase, as shown in Figure 2. To save a program in the RCX we must indicate from the computer the slot where we want to save it. This operation is done by entering in the menu Settings > Download to Slot. Roverbot Construction Figure 2 Constructopedia has a description of the diverse robots that can be built according to the application or convenience of the user. For this purpose we will only use one of them, the Roverbot, documented in pages of the manual. This robot is easy to construct and has the characteristic of being fast and sturdy to move obstacles. Construct the Roverbot according to the instructions indicated in pages Construct also the different types of sensors: The Single Bumper, The Double Bumper and The Light Sensor, which appear in pages 26, 30 and 34 respectively. In Figure 3 we can see the different configurations which can take the Roverbot. The Single Bumper 58

4 The Double Bumper The Light Sensor Basics Programs Control of the motors Figure 3 We intend to control the movement and velocity of the motors with the RCX unit. - Use the Roverbot without sensors. - To enter the program, localize in your computer desktop the Robotics Invention System 2.0 icon (the next commands Hill be done by left clicking the correct word). A menu will appear onscreen, select run, then choose explot and select enter. In the next window select program, then pick a robot, then Roverbot and finally program this robot. - After completing the previous steps a graphical interphase will appear of for the programming of the Robots. - In the graphical interphase of robot programming verify that the motors are properly connected. To do this, right click over the object Untitled, as shown in Figure 4. - In the new window that is opened, listed are the options to control the movements of the motors connected to ports A, B and C. Make use of these options to verify that the motors rotate in the adequate directions. - From the list of options Big Blocks, choose the instruction Forward and place it immediately under the beginning of the program Untitled, as shown in program 1 of Figure 5. - Download the program in the RCX unit by clicking in DOWNLOAD. 59

5 - Execute the program stored in the RCX unit by clicking in RUN. - Explain what the robot did. - To configure the time the motor is on, right-click over the instruction Forward. Place, for example 5 sec. - Load and execute again the program with the change in place. - To try other instructions that control the movement of the motors, experiment with programs listed 2, 3 and 4 in Figure 5. To eliminate the blocks (to be able to place a new instruction), select the block with a left-click and then place it in the trashcan that appears in the lower-left corner and left-click again. - Explain what occurs in the programs. Programa 2: Programa 3: Programa 4: Left Click Figure 4 60

6 Program 1 Program 2 Program 3 Program 4 Figure 5 - The speed of the motors is controlled with the amount of power consumed. We can choose other velocities by adding the block Set Power found in the Small Blocks as shown in Figure 6. - Load and execute again the program with the change in effect. - Explain what occurs in the program. Insert here Figure 6 Sensors Now we will verify the operation of the sensors. 61

7 Touch Sensor The sensor of touch will be used to cause the Roverbot to back away when it finds an obstacle. - Open a new project and use the Roverbot with the configuration Single Bumper. - Choose, between the options of Sensors, the Touch Sensor instruction. Place it in port 1 and keep the option of detecting events with press, as shown in Figure 7. - Construct the program according to the illustrated in Figure 8. - Load and execute again the program in the RXC unit. - Explain what occurs in the program. Light Sensor The light sensor will be used to cause the Roverbot to back away when it finds a dark line. - Open a new project and use the Roverbot with the light sensor. - Choose, between the options of Sensors, the Light Sensor instruction. Place it in port 2 and keep the option of detecting events which are dark, as shown in Figure 9. - Construct the program according to the illustrated in Figure Load and execute again the program in the RXC unit. - Explain what occurs in the program. Figure 7 62

8 Figure 8 Program to elude an obstacle The robot will be programmed to elude objects that appear in its course. In the program we will put in practice other instructions that will give more flexibility to the movement of the robot (see Figure 10). As it can be appreciated, we have included the instructions Repeat (this it is used when we want the movement to be continuous and not depend on time) and Beep (it emits a beep when it finds an obstacle). - Use the configuration of the Roverbot with the sensor Double Bumper. - Program the robot according to the illustrated in Figure Load and execute again the program in the RXC unit. - Explain what occurs in the program. Figure 9 63

9 Figure 10 Figure 11 Problem Elaborate a program so that the Rovertbot can follow a trajectory or a black line. Note: Use the instructions Repeat, Turn left, Turn right, and the instruction Yes or No. 64

The light sensor, rotation sensor, and motors may all be monitored using the view function on the RCX.

The light sensor, rotation sensor, and motors may all be monitored using the view function on the RCX. Review the following material on sensors. Discuss how you might use each of these sensors. When you have completed reading through this material, build a robot of your choosing that has 2 motors (connected

More information

Robotics using Lego Mindstorms EV3 (Intermediate)

Robotics using Lego Mindstorms EV3 (Intermediate) Robotics using Lego Mindstorms EV3 (Intermediate) Facebook.com/roboticsgateway @roboticsgateway Robotics using EV3 Are we ready to go Roboticists? Does each group have at least one laptop? Do you have

More information

understanding sensors

understanding sensors The LEGO MINDSTORMS EV3 set includes three types of sensors: Touch, Color, and Infrared. You can use these sensors to make your robot respond to its environment. For example, you can program your robot

More information

Agent-based/Robotics Programming Lab II

Agent-based/Robotics Programming Lab II cis3.5, spring 2009, lab IV.3 / prof sklar. Agent-based/Robotics Programming Lab II For this lab, you will need a LEGO robot kit, a USB communications tower and a LEGO light sensor. 1 start up RoboLab

More information

Parts of a Lego RCX Robot

Parts of a Lego RCX Robot Parts of a Lego RCX Robot RCX / Brain A B C The red button turns the RCX on and off. The green button starts and stops programs. The grey button switches between 5 programs, indicated as 1-5 on right side

More information

Lab book. Exploring Robotics (CORC3303)

Lab book. Exploring Robotics (CORC3303) Lab book Exploring Robotics (CORC3303) Dept of Computer and Information Science Brooklyn College of the City University of New York updated: Fall 2011 / Professor Elizabeth Sklar UNIT A Lab, part 1 : Robot

More information

Robot Programming Manual

Robot Programming Manual 2 T Program Robot Programming Manual Two sensor, line-following robot design using the LEGO NXT Mindstorm kit. The RoboRAVE International is an annual robotics competition held in Albuquerque, New Mexico,

More information

Nebraska 4-H Robotics and GPS/GIS and SPIRIT Robotics Projects

Nebraska 4-H Robotics and GPS/GIS and SPIRIT Robotics Projects Name: Club or School: Robots Knowledge Survey (Pre) Multiple Choice: For each of the following questions, circle the letter of the answer that best answers the question. 1. A robot must be in order to

More information

Exercise 2-2. Four-Wire Transmitter (Optional) EXERCISE OBJECTIVE DISCUSSION OUTLINE. Ultrasonic level transmitter DISCUSSION

Exercise 2-2. Four-Wire Transmitter (Optional) EXERCISE OBJECTIVE DISCUSSION OUTLINE. Ultrasonic level transmitter DISCUSSION Exercise 2-2 Four-Wire Transmitter (Optional) EXERCISE OBJECTIVE Become familiar with HART point-to-point connection of a four-wire transmitter. DISCUSSION OUTLINE The Discussion of this exercise covers

More information

Toeing the Line Experiments with Line-following Algorithms

Toeing the Line Experiments with Line-following Algorithms Toeing the Line Experiments with Line-following Algorithms Grade 9 Contents Abstract... 2 Introduction... 2 Purpose... 2 Hypothesis... 3 Materials... 3 Setup... 4 Programming the robot:...4 Building the

More information

EV3 Advanced Topics for FLL

EV3 Advanced Topics for FLL EV3 Advanced Topics for FLL Jim Keller GRASP Laboratory University of Pennsylvania August 14, 2016 Part 1 of 2 Topics Intro to Line Following Basic concepts Calibrate Calibrate the light sensor Display

More information

Deriving Consistency from LEGOs

Deriving Consistency from LEGOs Deriving Consistency from LEGOs What we have learned in 6 years of FLL and 7 years of Lego Robotics by Austin and Travis Schuh 1 2006 Austin and Travis Schuh, all rights reserved Objectives Basic Building

More information

Chapter 1. Robots and Programs

Chapter 1. Robots and Programs Chapter 1 Robots and Programs 1 2 Chapter 1 Robots and Programs Introduction Without a program, a robot is just an assembly of electronic and mechanical components. This book shows you how to give it a

More information

Here Comes the Sun. The Challenge

Here Comes the Sun. The Challenge Here Comes the Sun This activity requires ROBOLAB 2.0 or higher, the Infrared Transmitter and cable #9713, RCX #9709, elab sets #9680 and #9681. The Challenge Invent a car that finds the optimal light

More information

Learning Activity Series Control Systems www.nano-cemms.illinois.edu Copyright 2012 Board of Trustees, University of Illinois. All rights reserved. Control Systems Description: In Part 1, the instructor

More information

A Lego-Based Soccer-Playing Robot Competition For Teaching Design

A Lego-Based Soccer-Playing Robot Competition For Teaching Design Session 2620 A Lego-Based Soccer-Playing Robot Competition For Teaching Design Ronald A. Lessard Norwich University Abstract Course Objectives in the ME382 Instrumentation Laboratory at Norwich University

More information

Lego Nxt in Physical Etoys

Lego Nxt in Physical Etoys Lego Nxt in Physical Etoys Physical Etoys is a software Project which let us control, in real time, Lego Mindstorms Nxt s Robots using a Bluetooth connection. SqueakNxt is a module of the Physical Etoys

More information

Chapter 9 The use of the LEGO MINDSTORMS System in Modeling the Foraging Behavior and Strategies of Simple Animals

Chapter 9 The use of the LEGO MINDSTORMS System in Modeling the Foraging Behavior and Strategies of Simple Animals Chapter 9 The use of the LEGO MINDSTORMS System in Modeling the Foraging Behavior and Strategies of Simple Animals Marc Albrecht Dept. of Biology Univ. of Nebraska at Kearney 905 W. 25 th St. Kearney NE,

More information

Welcome to. NXT Basics. Presenter: Wael Hajj Ali With assistance of: Ammar Shehadeh - Souhaib Alzanki - Samer Abuthaher

Welcome to. NXT Basics. Presenter: Wael Hajj Ali With assistance of: Ammar Shehadeh - Souhaib Alzanki - Samer Abuthaher Welcome to NXT Basics Presenter: Wael Hajj Ali With assistance of: Ammar Shehadeh - Souhaib Alzanki - Samer Abuthaher Outline Have you met the Lizard? Introducing the Platform Lego Parts Motors Sensors

More information

ROBOTICS. also enjoy buildi ng things with such manipulatives as Legos. Robotics was the. Real World. technology build engineering intuition.

ROBOTICS. also enjoy buildi ng things with such manipulatives as Legos. Robotics was the. Real World. technology build engineering intuition. Real World ROBOTICS By Lisa J. Clark 38 Science and Children Lego equipment and adapters; $500 for computer tables; $1,750 for consultant fees; $4,000 for computers; and $350 for books and other program

More information

Quick Start Guide. Contents

Quick Start Guide. Contents 1 Quick Start Guide Contents Powering on the Machine Login/Password Entry Jaw Set Up High Security Cut by Code High Security Jaw Set Up Edge Cut Cut by Code Edge Cut Cut by Decode Cutter Replacement Tracer

More information

Studuino Icon Programming Environment Guide

Studuino Icon Programming Environment Guide Studuino Icon Programming Environment Guide Ver 0.9.6 4/17/2014 This manual introduces the Studuino Software environment. As the Studuino programming environment develops, these instructions may be edited

More information

In order to do this project you should review the following concepts:

In order to do this project you should review the following concepts: Catapult In order to do this project you should review the following concepts: Catapult 18 Rope Lego Band Rubber Band Catapult: Arm Catapult: Arm Catapult: Arm Leave the other end of the rubber band loose

More information

Laboratory 1: Motion in One Dimension

Laboratory 1: Motion in One Dimension Phys 131L Spring 2018 Laboratory 1: Motion in One Dimension Classical physics describes the motion of objects with the fundamental goal of tracking the position of an object as time passes. The simplest

More information

SOP-P051. Scanning of Optical Filters With USB2000. Objective: To determine the spectral transmittance properties of an optical filter.

SOP-P051. Scanning of Optical Filters With USB2000. Objective: To determine the spectral transmittance properties of an optical filter. Purdue University Cytometry Laboratories SOP-P051 Scanning of Optical Filters With USB2000 Objective: To determine the spectral transmittance properties of an optical filter. Procedure: 1. Ensure that

More information

due Thursday 10/14 at 11pm (Part 1 appears in a separate document. Both parts have the same submission deadline.)

due Thursday 10/14 at 11pm (Part 1 appears in a separate document. Both parts have the same submission deadline.) CS2 Fall 200 Project 3 Part 2 due Thursday 0/4 at pm (Part appears in a separate document. Both parts have the same submission deadline.) You must work either on your own or with one partner. You may discuss

More information

Familiarization with the Servo Robot System

Familiarization with the Servo Robot System Exercise 1 Familiarization with the Servo Robot System EXERCISE OBJECTIVE In this exercise, you will be introduced to the Lab-Volt Servo Robot System. In the Procedure section, you will install and connect

More information

: Robots for Education and Entertainment. Sara Schütz

: Robots for Education and Entertainment. Sara Schütz 8.12.2008: Robots for Education and Entertainment Sara Schütz Table of Contents What means Robot for Education&Entertainment? Educational Robots: The Telebots Project -Introduction -How it works Entertainment

More information

The Challenge. What to Do

The Challenge. What to Do LEGO Protractor The Challenge How can you accurately measure an angle? Create your own protractor using a rotation sensor and gears. Do this protractor activity first, then try the Slingshot or Peripheral

More information

LAB 5: Mobile robots -- Modeling, control and tracking

LAB 5: Mobile robots -- Modeling, control and tracking LAB 5: Mobile robots -- Modeling, control and tracking Overview In this laboratory experiment, a wheeled mobile robot will be used to illustrate Modeling Independent speed control and steering Longitudinal

More information

ACTIVE LEARNING USING MECHATRONICS IN A FRESHMAN INFORMATION TECHNOLOGY COURSE

ACTIVE LEARNING USING MECHATRONICS IN A FRESHMAN INFORMATION TECHNOLOGY COURSE ACTIVE LEARNING USING MECHATRONICS IN A FRESHMAN INFORMATION TECHNOLOGY COURSE Doug Wolfe 1, Karl Gossett 2, Peter D. Hanlon 3, and Curtis A. Carver Jr. 4 Session S1D Abstract This paper details efforts

More information

Bioloid Premium Kit Robot Arm Assembly Manual v1.0. Bioloid Premium Kit Robot Arm Assembly Manual

Bioloid Premium Kit Robot Arm Assembly Manual v1.0. Bioloid Premium Kit Robot Arm Assembly Manual Bioloid Premium Kit Robot Arm Assembly Manual v.0 Bioloid Premium Kit Robot Arm Assembly Manual Attention! Before proceeding with assembly, you must ensure each actuator s horn is properly aligned. To

More information

Robotics Workshop. for Parents and Teachers. September 27, 2014 Wichita State University College of Engineering. Karen Reynolds

Robotics Workshop. for Parents and Teachers. September 27, 2014 Wichita State University College of Engineering. Karen Reynolds Robotics Workshop for Parents and Teachers September 27, 2014 Wichita State University College of Engineering Steve Smith Christa McAuliffe Academy ssmith3@usd259.net Karen Reynolds Wichita State University

More information

An Introduction to Programming using the NXT Robot:

An Introduction to Programming using the NXT Robot: An Introduction to Programming using the NXT Robot: exploring the LEGO MINDSTORMS Common palette. Student Workbook for independent learners and small groups The following tasks have been completed by:

More information

Your EdVenture into Robotics 10 Lesson plans

Your EdVenture into Robotics 10 Lesson plans Your EdVenture into Robotics 10 Lesson plans Activity sheets and Worksheets Find Edison Robot @ Search: Edison Robot Call 800.962.4463 or email custserv@ Lesson 1 Worksheet 1.1 Meet Edison Edison is a

More information

I.1 Smart Machines. Unit Overview:

I.1 Smart Machines. Unit Overview: I Smart Machines I.1 Smart Machines Unit Overview: This unit introduces students to Sensors and Programming with VEX IQ. VEX IQ Sensors allow for autonomous and hybrid control of VEX IQ robots and other

More information

Studuino Color Sensor Manual

Studuino Color Sensor Manual Studuino Color Sensor Manual This manual explains the Studuino Programming Environment and how to use it. As the Studuino Programming Environment develops, this manual may be edited or revised. You can

More information

Learning serious knowledge while "playing"with robots

Learning serious knowledge while playingwith robots 6 th International Conference on Applied Informatics Eger, Hungary, January 27 31, 2004. Learning serious knowledge while "playing"with robots Zoltán Istenes Department of Software Technology and Methodology,

More information

Chapter 14. using data wires

Chapter 14. using data wires Chapter 14. using data wires In this fifth part of the book, you ll learn how to use data wires (this chapter), Data Operations blocks (Chapter 15), and variables (Chapter 16) to create more advanced programs

More information

The Discussion of this exercise covers the following points: Differential-pressure transmitter. Differential-pressure transmitter

The Discussion of this exercise covers the following points: Differential-pressure transmitter. Differential-pressure transmitter Exercise 2-1 Two-Wire Transmitter EXERCISE OBJECTIVE Become familiar with HART point-to-point connection of a two-wire transmitter. DISCUSSION OUTLINE The Discussion of this exercise covers the following

More information

Science Sensors/Probes

Science Sensors/Probes Science Sensors/Probes Vernier Sensors and Probes Vernier is a company that manufacturers several items that help educators bring science to life for their students. One of their most prominent contributions

More information

Team #3691 FLL Technical Manual. Ashburn Robotics NXTreme (Team#3691)

Team #3691 FLL Technical Manual. Ashburn Robotics NXTreme (Team#3691) FLL 2010-11 Team #3691 http://www.ashburnrobotics.com/ TechManual NXTreme 3691 - FLL 2010-11.doc Body Forward Page 1 of 44 TechManual NXTreme 3691 - FLL 2010-11.doc Body Forward Page 2 of 44 Ashburn Robotics

More information

Competitive VEX Robot Designer. Terminal Objective 1.4: program and operate the Tumbler

Competitive VEX Robot Designer. Terminal Objective 1.4: program and operate the Tumbler Skill Set 1: Driver/Operator Competitive VEX Robot Designer Terminal Objective 1.4: program and operate the Tumbler Performance Objective: Program and operate the Tumbler in Tank (stick), Arcade, and Tank

More information

Some prior experience with building programs in Scratch is assumed. You can find some introductory materials here:

Some prior experience with building programs in Scratch is assumed. You can find some introductory materials here: Robotics 1b Building an mbot Program Some prior experience with building programs in Scratch is assumed. You can find some introductory materials here: http://www.mblock.cc/edu/ The mbot Blocks The mbot

More information

Ev3 Robotics Programming 101

Ev3 Robotics Programming 101 Ev3 Robotics Programming 101 1. EV3 main components and use 2. Programming environment overview 3. Connecting your Robot wirelessly via bluetooth 4. Starting and understanding the EV3 programming environment

More information

EDUCATORS INFORMATION GUIDE

EDUCATORS INFORMATION GUIDE EDUCATORS INFORMATION GUIDE TABLE OF CONTENTS Arduino Education: Inspiring, Teaching and Empowering What is Arduino? 5 The Education Team And Its Mission 5 Current Use Cases in Education 5 Features and

More information

Erik Von Burg Mesa Public Schools Gifted and Talented Program Johnson Elementary School

Erik Von Burg Mesa Public Schools Gifted and Talented Program Johnson Elementary School Erik Von Burg Mesa Public Schools Gifted and Talented Program Johnson Elementary School elvonbur@mpsaz.org Water Sabers (2008)* High Heelers (2009)* Helmeteers (2009)* Cyber Sleuths (2009)* LEGO All Stars

More information

Pre-Activity Quiz. 2 feet forward in a straight line? 1. What is a design challenge? 2. How do you program a robot to move

Pre-Activity Quiz. 2 feet forward in a straight line? 1. What is a design challenge? 2. How do you program a robot to move Maze Challenge Pre-Activity Quiz 1. What is a design challenge? 2. How do you program a robot to move 2 feet forward in a straight line? 2 Pre-Activity Quiz Answers 1. What is a design challenge? A design

More information

9/2/2013 Excellent ID. Operational Manual eskan SADL handheld scanner

9/2/2013 Excellent ID. Operational Manual eskan SADL handheld scanner 9/2/2013 Excellent ID Operational Manual eskan SADL handheld scanner Thank You! We are grateful you chose Excellent ID for your SADL scanner needs. We believe this easy-to-use scanner will provide dependable

More information

Addendum to HQ 24 Fusion User Manual

Addendum to HQ 24 Fusion User Manual Addendum to HQ 24 Fusion User Manual The touch screen display photographed in the manual may be different from the one you received with your HQ 24 Fusion. These pages replace portions of the printed HQ

More information

RUNNYMEDE COLLEGE & TECHTALENTS

RUNNYMEDE COLLEGE & TECHTALENTS RUNNYMEDE COLLEGE & TECHTALENTS Why teach Scratch? The first programming language as a tool for writing programs. The MIT Media Lab's amazing software for learning to program, Scratch is a visual, drag

More information

Automatic Tool Changer (ATC) for the prolight A Supplement to the prolight 1000 User s Guide

Automatic Tool Changer (ATC) for the prolight A Supplement to the prolight 1000 User s Guide Automatic Tool Changer (ATC) for the prolight 1000 A Supplement to the prolight 1000 User s Guide 1 1995 Light Machines Corporation All rights reserved. The information contained in this supplement (34-7221-0000)

More information

Mini Hexapodinno. 18-DOF Robot

Mini Hexapodinno. 18-DOF Robot Mini Hexapodinno 18-DOF Robot Instruction Manual Version 1.11 Trademark Innovati,, and BASIC Commander, are registered trademarks of Innovati Inc. InnoBASIC and cmdbus are trademarks of Innovati Inc. Copyright

More information

Lab 7: Introduction to Webots and Sensor Modeling

Lab 7: Introduction to Webots and Sensor Modeling Lab 7: Introduction to Webots and Sensor Modeling This laboratory requires the following software: Webots simulator C development tools (gcc, make, etc.) The laboratory duration is approximately two hours.

More information

Instructors. Manual GEARED. After-School Robotics Program By Haley Hanson

Instructors. Manual GEARED. After-School Robotics Program By Haley Hanson Instructors GEARED UP Manual After-School Robotics Program By Haley Hanson Table of Contents Introduction 3 Before you Start 4 Program Overview 5 Proposed Timeline 6 Itemized Materials List and Sample

More information

Vision Ques t. Vision Quest. Use the Vision Sensor to drive your robot in Vision Quest!

Vision Ques t. Vision Quest. Use the Vision Sensor to drive your robot in Vision Quest! Vision Ques t Vision Quest Use the Vision Sensor to drive your robot in Vision Quest! Seek Discover new hands-on builds and programming opportunities to further your understanding of a subject matter.

More information

ivu Plus Quick Start Guide P/N rev. A -- 10/8/2010

ivu Plus Quick Start Guide P/N rev. A -- 10/8/2010 P/N 154721 rev. A -- 10/8/2010 Contents Contents 1 Introduction...3 2 ivu Plus Major Features...4 2.1 Demo Mode...4 2.2 Sensor Types...4 2.2.1 Selecting a Sensor Type...5 2.3 Multiple Inspections...6 2.3.1

More information

Hi everyone. educational environment based on team work that nurtures creativity and innovation preparing them for a world of increasing

Hi everyone. educational environment based on team work that nurtures creativity and innovation preparing them for a world of increasing Hi everyone I would like to introduce myself and the Robotics program to all new and existing families. I teach Robotics to all of your children for an hour every fortnight. Robotics is a relatively new

More information

Boiloid Premium Kit Smart Car Assembly Manual v1.0. Bioloid Premium Kit Smart Car Assembly Manual

Boiloid Premium Kit Smart Car Assembly Manual v1.0. Bioloid Premium Kit Smart Car Assembly Manual Boiloid Premium Kit mart Car Assembly Manual v. Bioloid Premium Kit mart Car Assembly Manual Attention! Before proceeding with assembly you must ensure each actuator s horn is properly aligned. To visually

More information

Where C= circumference, π = 3.14, and D = diameter EV3 Distance. Developed by Joanna M. Skluzacek Wisconsin 4-H 2016 Page 1

Where C= circumference, π = 3.14, and D = diameter EV3 Distance. Developed by Joanna M. Skluzacek Wisconsin 4-H 2016 Page 1 Instructor Guide Title: Distance the robot will travel based on wheel size Introduction Calculating the distance the robot will travel for each of the duration variables (rotations, degrees, seconds) can

More information

CNC Mill Training System (Heavy Duty)

CNC Mill Training System (Heavy Duty) CNC Mill Training System (Heavy Duty) LabVolt Series Datasheet Festo Didactic en 120 V - 60 Hz 07/2018 Table of Contents General Description 2 Features & Benefits 3 List of Equipment 3 List of Manuals

More information

5500 CNC Lathe Systems (Heavy Duty)

5500 CNC Lathe Systems (Heavy Duty) 5500 CNC Lathe Systems (Heavy Duty) LabVolt Series Datasheet Festo Didactic en 220 V - 50 Hz 04/2018 Table of Contents General Description 2 Features & Benefits 3 List of Available Training Systems 3 Additional

More information

Micro Wizard Instructions

Micro Wizard Instructions How to install your Fast Track flashing light display timer model K1 with optional remote start switch (If you have ordered the Quick Mount or have a Best Track, disregard this section and refer to the

More information

Fuzzy Logic Controlled Miniature LEGO Robot for Undergraduate Training System

Fuzzy Logic Controlled Miniature LEGO Robot for Undergraduate Training System Fuzzy Logic Controlled Miniature LEGO Robot for Undergraduate Training System N. Z. Azlan 1, F. Zainudin 2, H. M. Yusuf 3, S. F. Toha 4, S. Z. S. Yusoff 5, N. H. Osman 6 Department of Mechatronics, Faculty

More information

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. LEGO Bowling Workbook

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. LEGO Bowling Workbook Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl LEGO Bowling Workbook Robots are devices, sometimes they run basic instructions via electric circuitry or on most occasions they can be programmable.

More information

Introduction to programming with Fable

Introduction to programming with Fable How to get started. You need a dongle and a joint module (the actual robot) as shown on the right. Put the dongle in the computer, open the Fable programme and switch on the joint module on the page. The

More information

FLL Coaches Clinic Chassis and Attachments. Patrick R. Michaud

FLL Coaches Clinic Chassis and Attachments. Patrick R. Michaud FLL Coaches Clinic Chassis and Attachments Patrick R. Michaud pmichaud@pobox.com Erik Jonsson School of Engineering and Computer Science University of Texas at Dallas September 23, 2017 Presentation Outline

More information

Running the PR2. Chapter Getting set up Out of the box Batteries and power

Running the PR2. Chapter Getting set up Out of the box Batteries and power Chapter 5 Running the PR2 Running the PR2 requires a basic understanding of ROS (http://www.ros.org), the BSD-licensed Robot Operating System. A ROS system consists of multiple processes running on multiple

More information

UNIT1. Keywords page 13-14

UNIT1. Keywords page 13-14 UNIT1 Keywords page 13-14 What is a Robot? A robot is a machine that can do the work of a human. Robots can be automatic, or they can be computer-controlled. Robots are a part of everyday life. Most robots

More information

BMW E90 Android Touch Screen Radio Installation Instructions

BMW E90 Android Touch Screen Radio Installation Instructions BMW E90 Android Touch Screen Radio Installation Instructions Enjoy your new Android Radio from Bremmen Parts, we appreciate your business. Vibrant Touch Display This radio features a responsive 9 touch

More information

Meet Cue. USER PROGRAMMABLE LEDS & BUTTONS Customizes your experience.

Meet Cue. USER PROGRAMMABLE LEDS & BUTTONS Customizes your experience. Starter Guide Meet Cue Cue is a clever and powerful robot that is full of personality. Four unique hero avatars allow you to choose the robot personality you prefer. Give Cue more advanced capabilities

More information

Table of Contents. Sample Pages - get the whole book at

Table of Contents. Sample Pages - get the whole book at Table of Contents Chapter 1: Introduction... 1 Chapter 2: minivex Basics... 4 Chapter 3: What is a Robot?... 20 Chapter 4: Flowcharting... 25 Chapter 5: How Far?... 28 Chapter 6: How Fast?... 32 Chapter

More information

Exercise 2. Point-to-Point Programs EXERCISE OBJECTIVE

Exercise 2. Point-to-Point Programs EXERCISE OBJECTIVE Exercise 2 Point-to-Point Programs EXERCISE OBJECTIVE In this exercise, you will learn various important terms used in the robotics field. You will also be introduced to position and control points, and

More information

Using Cyclic Genetic Algorithms to Evolve Multi-Loop Control Programs

Using Cyclic Genetic Algorithms to Evolve Multi-Loop Control Programs Using Cyclic Genetic Algorithms to Evolve Multi-Loop Control Programs Gary B. Parker Computer Science Connecticut College New London, CT 0630, USA parker@conncoll.edu Ramona A. Georgescu Electrical and

More information

Bipedinno. 12-DOF Waist-high Robot

Bipedinno. 12-DOF Waist-high Robot Bipedinno 12-DOF Waist-high Robot Instruction Manual Version 1.18 Trademark Innovati,, and BASIC Commander, are registered trademarks of Innovati Inc. InnoBASIC and cmdbus are trademarks of Innovati Inc.

More information

BMW E6x/E9x Android Touch Screen Radio Installation Instructions

BMW E6x/E9x Android Touch Screen Radio Installation Instructions BMW E6x/E9x Android Touch Screen Radio Installation Instructions Enjoy your new Android Radio from Bremmen Parts, we appreciate your business. Vibrant Touch Display This radio features a responsive 8.8

More information

VEX Robotics Platform and ROBOTC Software. Introduction

VEX Robotics Platform and ROBOTC Software. Introduction VEX Robotics Platform and ROBOTC Software Introduction VEX Robotics Platform: Testbed for Learning Programming VEX Structure Subsystem VEX Structure Subsystem forms the base of every robot Contains square

More information

Teaching Children Proportional Control using ROBOLAB 2.9. By Dr C S Soh

Teaching Children Proportional Control using ROBOLAB 2.9. By Dr C S Soh Teaching Children Proportional Control using ROBOLAB 2.9 By Dr C S Soh robodoc@fifth-r.com Objective Using ROBOLAB 2.9, children can experiment with proportional control the same way as undergraduates

More information

Pre-Day Questionnaire

Pre-Day Questionnaire LEGO Mindstorms Pre-Day Questionnaire Your Age? Please select your age from the options below: a) 11 b) 12 c) 13 d) 14 e) 15 or Older 0 0 0 0 0 11 12 13 14 15&or&Older Good at Problem Solving? Do you think

More information

Mindstorms NXT. mindstorms.lego.com

Mindstorms NXT. mindstorms.lego.com Mindstorms NXT mindstorms.lego.com A3B99RO Robots: course organization At the beginning of the semester the students are divided into small teams (2 to 3 students). Each team uses the basic set of the

More information

AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1

AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1 AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1 Jorge Paiva Luís Tavares João Silva Sequeira Institute for Systems and Robotics Institute for Systems and Robotics Instituto Superior Técnico,

More information

Thanks to Autocheck function, it is possible to perform a complete check-up of the robot thanks to a stepby-step

Thanks to Autocheck function, it is possible to perform a complete check-up of the robot thanks to a stepby-step 2.3.23 Autocheck Thanks to Autocheck function, it is possible to perform a complete check-up of the robot thanks to a stepby-step procedure. In order to carry out the procedure, it is important to establish

More information

Capstone Python Project Features

Capstone Python Project Features Capstone Python Project Features CSSE 120, Introduction to Software Development General instructions: The following assumes a 3-person team. If you are a 2-person team, see your instructor for how to deal

More information

Lab 1: Testing and Measurement on the r-one

Lab 1: Testing and Measurement on the r-one Lab 1: Testing and Measurement on the r-one Note: This lab is not graded. However, we will discuss the results in class, and think just how embarrassing it will be for me to call on you and you don t have

More information

IMPORTANT: PLEASE DO NOT USE THIS DOCUMENT WITHOUT READING THIS PAGE

IMPORTANT: PLEASE DO NOT USE THIS DOCUMENT WITHOUT READING THIS PAGE IMPORTANT: PLEASE DO NOT USE THIS DOCUMENT WITHOUT READING THIS PAGE This document is designed to be a template for a document you can provide to your employees who will be using TimeIPS in your business

More information

Linear Motion Servo Plants: IP01 or IP02. Linear Experiment #0: Integration with WinCon. IP01 and IP02. Student Handout

Linear Motion Servo Plants: IP01 or IP02. Linear Experiment #0: Integration with WinCon. IP01 and IP02. Student Handout Linear Motion Servo Plants: IP01 or IP02 Linear Experiment #0: Integration with WinCon IP01 and IP02 Student Handout Table of Contents 1. Objectives...1 2. Prerequisites...1 3. References...1 4. Experimental

More information

Introduction to Robotics Rubrics

Introduction to Robotics Rubrics Introduction to Robotics Rubrics Students can evaluate their project work according to the learning goals. Each rubric includes four levels: Bronze, Silver, Gold, and Platinum. The intention is to help

More information

FAST TRACK READ ME FIRST! FAST TRACK E300 A Quick-Start Guide to Installing and Using Your COOLPIX 300. Contents. Nikon View... 25

FAST TRACK READ ME FIRST! FAST TRACK E300 A Quick-Start Guide to Installing and Using Your COOLPIX 300. Contents. Nikon View... 25 READ ME FIRST! FAST TRACK FAST TRACK E300 A Quick-Start Guide to Installing and Using Your COOLPIX 300 Contents Checklist Before you begin... 2 Using the COOLPIX 300... 4 GETTING TO KNOW YOUR COOLPIX 300...

More information

Understanding the Arduino to LabVIEW Interface

Understanding the Arduino to LabVIEW Interface E-122 Design II Understanding the Arduino to LabVIEW Interface Overview The Arduino microcontroller introduced in Design I will be used as a LabVIEW data acquisition (DAQ) device/controller for Experiments

More information

The ideal K-12 science microscope solution. User Guide. for use with the Nova5000

The ideal K-12 science microscope solution. User Guide. for use with the Nova5000 The ideal K-12 science microscope solution User Guide for use with the Nova5000 NovaScope User Guide Information in this document is subject to change without notice. 2009 Fourier Systems Ltd. All rights

More information

Robotics 2a. What Have We Got to Work With?

Robotics 2a. What Have We Got to Work With? Robotics 2a Introduction to the Lego Mindstorm EV3 What we re going to do in the session. Introduce you to the Lego Mindstorm Kits The Design Process Design Our Robot s Chassis What Have We Got to Work

More information

CobraCam USB III Portable Inspection Camera with USB Interface Instruction Manual

CobraCam USB III Portable Inspection Camera with USB Interface Instruction Manual CobraCam USB III Portable Inspection Camera with USB Interface Instruction Manual 07/13 Test Equipment Depot - 800.517.8431 99 Washington Street, Melrose, MA 02176 TestEquipmentDepot.com CobraCam USB 3

More information

ezsystem elab16m Light Sensing Robot

ezsystem elab16m Light Sensing Robot ezsystem elab16m Light Sensing Robot ezsystem The aim of ezsystem is to enable Creativity and Innovation at an early age in a Problem Based Learning (PBL) approach. ezsystem integrates ezcircuit Designer,

More information

Digital Portable Overhead Document Camera LV-1010

Digital Portable Overhead Document Camera LV-1010 Digital Portable Overhead Document Camera LV-1010 Instruction Manual 1 Content I Product Introduction 1.1 Product appearance..3 1.2 Main functions and features of the product.3 1.3 Production specifications.4

More information

Breedbot: An Edutainment Robotics System to Link Digital and Real World

Breedbot: An Edutainment Robotics System to Link Digital and Real World Breedbot: An Edutainment Robotics System to Link Digital and Real World Orazio Miglino 1,2, Onofrio Gigliotta 2,3, Michela Ponticorvo 1, and Stefano Nolfi 2 1 Department of Relational Sciences G.Iacono,

More information

Momentum and Impulse. Objective. Theory. Investigate the relationship between impulse and momentum.

Momentum and Impulse. Objective. Theory. Investigate the relationship between impulse and momentum. [For International Campus Lab ONLY] Objective Investigate the relationship between impulse and momentum. Theory ----------------------------- Reference -------------------------- Young & Freedman, University

More information

_ Programming Manual RE729 Including Classic and New VoX Interfaces Version 3.0 May 2011

_ Programming Manual RE729 Including Classic and New VoX Interfaces Version 3.0 May 2011 _ Programming Manual RE729 Including Classic and New VoX Interfaces Version 3.0 May 2011 RE729 Programming Manual to PSWx29 VoX.docx - 1 - 1 Content 1 Content... 2 2 Introduction... 2 2.1 Quick Start Instructions...

More information

Advanced Mechatronics 1 st Mini Project. Remote Control Car. Jose Antonio De Gracia Gómez, Amartya Barua March, 25 th 2014

Advanced Mechatronics 1 st Mini Project. Remote Control Car. Jose Antonio De Gracia Gómez, Amartya Barua March, 25 th 2014 Advanced Mechatronics 1 st Mini Project Remote Control Car Jose Antonio De Gracia Gómez, Amartya Barua March, 25 th 2014 Remote Control Car Manual Control with the remote and direction buttons Automatic

More information

Topic 1. Road safety rules. Projects: 1. Robo drives safely - page Robo is a traffic light - - page 6-10 Robo is a smart traffic light

Topic 1. Road safety rules. Projects: 1. Robo drives safely - page Robo is a traffic light - - page 6-10 Robo is a smart traffic light Topic 1. Road safety rules. Road safety is an important topic for young students because everyone uses roads, and the dangers associated with the roads impact everyone. Robo Wunderkind robotics kits help

More information

Sample Pages. Classroom Activities for the Busy Teacher: NXT. 2 nd Edition. Classroom Activities for the Busy Teacher: NXT -

Sample Pages. Classroom Activities for the Busy Teacher: NXT. 2 nd Edition. Classroom Activities for the Busy Teacher: NXT - Classroom Activities for the Busy Teacher: NXT 2 nd Edition Table of Contents Chapter 1: Introduction... 1 Chapter 2: What is a robot?... 5 Chapter 3: Flowcharting... 11 Chapter 4: DomaBot Basics... 15

More information