Size: px
Start display at page:

Download ""

Transcription

1 Learning Activity Series Control Systems Copyright 2012 Board of Trustees, University of Illinois. All rights reserved.

2 Control Systems Description: In Part 1, the instructor introduces control systems in a PowerPoint presentation. Then students begin building robots and writing a simple computer program that will run the robot in a straight line. Next students test their robots. In Part 2, the instructor presents the second part of the PowerPoint and students use closed loop controls to run the robot on straight and curved lines. In Part 3, the instructor discusses control systems involvement in nanomanufacturing. Prerequisites: Though this module can be carried out as a separate unit, including it in a unit on nanotechnology works well. If it is used within a unit on nanotechnology, students should have an introductory knowledge of nanotechnology (which can be provided by Kit 1). Contents 2 Instructional Method 2 Background Information 2 Materials 2 Safety 3 Preparation 3 Presentation Details 7 Programming Guide 43 Notes Instruction Time: Approximately three to five 50-minute periods Audience: Middle or high school students Lesson Objective: Students will build a stable robot and create a working computer program that can keep the robot moving on straight and curved lines. National Science Education Standards: Content Standard A: Abilities Necessary to do Scientific Inquiry. Content Standard E: Abilities of Technological Design. Content Standard G: Nature of Science. Illinois State Learning Standards: 11.A.3b. Conduct scientific experiments that control all but one variable. 13.B.5b. Analyze and describe the processes and effects of scientific and technological breakthroughs. 1

3 Instructional Method: The instructor uses a PowerPoint presentation and students work in small groups to develop working robots and computer programs. Background Information: Nanotechnology is the manipulation of matter at the atomic or molecular level. In order for nanotechnology to be utilized widely, nanoscale manufacturing is required. Scientists and engineers are working to develop a viable manufacturing technology and science base to control, place, and sense nanometer scale elements of matter. Research at Nano-CEMMS addresses a central problem in the development of nanotechnology: how to assemble structures at sizes smaller than can be seen and manipulated. Making three-dimensional, nanoscale devices and systems from millions to trillions of different types of molecules is incredibly difficult. The Center s goal is to develop a reliable, robust and cost-effective nanomanufacturing system to make nanostructures from multiple materials. This technology will allow advancements and discoveries in nanoscience to move from the laboratory to production. One challenging aspect of nanomanufacturing is control systems. Control involves determining current position and making corrective actions to ensure alignment with a desired position. Material must be placed where it is needed, when it is needed. At the microscale, placement of material is not simple; the positioning and control problems are even harder for the nanoscale. Thus, research is being carried out to address this issue. Materials: 1 evaluation and 30 assessments LEGO Mindstorms Kits (with over 700 pieces each), extra parts, and black tape CD with PowerPoint, documents, and working program on CD Control Systems: Set-Up and Programming Guide overhead transparencies of slides Teacher needs: LCD or overhead projector, computers Safety: Involvement in this activity poses minimal safety issues. 2

4 Preparation: Read the Set-Up and Programming Guide. Practice building a robot and using the software before you attempt to teach the module. Make copies of the Set-Up and Programming Guide if you want your students to use them. Set up computers throughout the room. It is best for each group to have their own computer to use. Set up the tape in a straight line to start. After students have learned how to program with closed controls, you can set up a curved track, as well. Presentation Details: Part 1 Slide 1 (Control Systems: Based on the Work of Professor Andrew Alleyne): We will begin exploring control systems. This presentation is based on the work of Professor of Engineering, Dr. Andrew Alleyne, at the University of Illinois at Urbana-Champaign. Slide 2 (What is a control system?): A control system is a system designed to control an object automatically. Decision making is involved. Information must be obtained and an action decided upon. An object is then told to perform a specific action. We will later discuss why control systems are essential in nanotechnology. Slide 3 (A toaster): Before getting into more detail about nanotechnology, let s think about how a toaster is controlled. When you make toast, you want the bread to be brown, but not burned. Slide 4 (A toaster): How can we make sure that the toast is not burned? Of course, we could turn the toaster on and watch the bread until it is just right. This is a cheap solution, but we might walk away and forget about the bread. Slide 5 (A toaster): We could also put a sensor in the toaster that would check the color of the bread and stop the heating when the bread is just the right color. This would be a very accurate way to toast bread, but it would be expensive as well. Slide 6 (A toaster): Another way to make sure the bread is not burnt is to time the heating. After a certain amount of time, the toaster would turn off. This is the actual method that is used in toasters. It is a cheap way to control the toaster and it works most of the time. Slide 7 (You try it): All of the possibilities I have mentioned are types of control systems. Today we will begin working with robots and control systems. You will use LEGO Mindstorms to build robots. You will create a computer program that will run your robot in a straight line. Finally, you will make adjustments to the robot as needed. Slide 8 (Control systems): Just as a toaster uses timing to control heating, we will use timing to get the robot to stay on the black line. You will control your robot s placement on the line through positioning it, as well. 3

5 Slide 9 (Some important parts): There are a number of important parts that you will use when building your robot. Slide 10 (Controller and IR tower): The controller is also called the RCX. This is a small computer that will act as the robot s brain. After you write a program to run your robot, you will download the program from the infrared (IR) tower to the controller. You can then run your program by pushing the green Run button. Slide 11 (Motor): Each robot will need two motors to make the robot actually move forward. Turning on both motors makes the robot go straight. Turning on only one will cause it to turn. Slide 12 (Skid): Instead of using front wheels, you will use a skid at the front of the robot to lower friction and to help with making tight turns. If you use wheels, there may be too much friction and the car will not adjust fast enough to stay on the line. Slide 13 (Let s begin!): We will now begin building the robots and creating the programs. (Students can begin by building stable robots. Next they can create a simple program; please see the Set-Up and Programming Guide. Students may have many questions during this process, so be available to help troubleshoot.) Part 2 Did any of you experience any problems in getting your robot to follow a straight line? There are some other systems for which it is tricky to get the desired results. Slide 14 (A toilet): Here s another system a toilet. How can we control the filling of the tank? The water needs to fill to a certain point, but not overfill. Slide 15 (A toilet): We could watch the water rising. This would be a cheap solution, but someone might forget to watch. In addition, it would be pretty boring to watch the water rise! Slide 16 (A toilet): Another solution is to time the filling. This would be cheap as well, but the results could be disastrous if the toilet overfilled. If someone else in the house was doing laundry and doing dishes, the water pressure would be low and the tank might fill to the right level. But if no one in the house was using any water, the toilet might overfill. Slide 17 (A toilet): If the toilet could rely on feedback, that would be ideal. Accuracy would be high. And this is how toilets actually work. Slide 18 (A toilet): A float monitors a toilet s water level and shuts off the valve when the level gets to the proper height. Slide 19 (Controlling a system): We have discussed examples of control systems. Let s now talk about controls in more detail. There are two ways to control a system. The major difference concerns whether or not there is feedback. In the case of open loop, there is no feedback. It s as if the system has its eyes shut. In the case of closed feedback, there is feedback. The system watches itself. 4

6 Slide 20 (Open loop): In an open loop system, the controller does not monitor the consequences of its decisions. In this case, the actual result does not have any impact on the desired result. There is no fine tuning that can be made. Slide 21 (Closed loop): In a closed loop system, the controller monitors the consequences of its decision. As the controller gets feedback, commands are modified to achieve the desired result. Notice that the loop is closed in this diagram. This is where the term closed loop comes from. Slide 22 (Example: Thermoregulation): The body s regulation of its internal temperature is a classic example of a closed loop control system. As the body temperature rises, the nervous system monitors this change and the sweat glands are activated to cool the body. The sweating continues until the body temperature has resumed it normal temperature. Slide 23 (The toaster): Let s get back to the toaster. Do you think it checks on the consequences of its actions? (Answer: No, it does not.) So is it open loop or closed loop? (Answer: Open loop. There is no feedback.) Slide 24 (The toilet): Is the toilet an open loop or closed loop system? (Answer: Closed loop. There is feedback.) Slide 25 (Open loop): Open loop is useful in many cases. It is used to save money. It is also used when performance is not critical. Below are a few examples of some open loop systems which are timer based. The toaster, the washing machine, and the dishwasher are all open loop systems. Slide 26 (Closed loop): When high performance is essential, engineers use closed loop control. It is used for power plants, cell phones, laptops, and telescopes. Slide 27 (The present): Cars today have many microprocessors monitoring and controlling them. Cars can contain up to fifty computers! Slide 28 (The future): The current trend is towards more and more control systems. Engine management, anti-lock brake systems, cruise control, climate control, automatic windows, doors, and lights are just a few examples of more control systems in cars. As you can see from the graph, as the years go by, there are more and more computers on board. Clearly, control systems are here to stay! Slide 29 (Staying on the line): You probably experienced how difficult it is to get the robot to stay on a straight line. How can we get the robots to stay on the line? What kinds of controls can we use? Slide 30 (Light sensor): Robots don t have eyes, right? No, they don t. You can attach a light sensor to the robot that detects light. Using the sensor, your robot will have a better chance of staying on the black line. Since your robot will use feedback to run, this is an example of a closed loop system. The light sensor is the part that will allow the robot to receive feedback. The light sensors can detect lightness or darkness and make the robot behave in a certain way. You will use two light sensors which should be placed about two LEGO pegs apart and as close to the floor as possible. Slide 31 (90º angle): The 90º angle is used to attach the light sensors and point them towards the floor. It is best to keep the light sensors as close to the floor as possible. 5

7 Slide 32 (Let s begin!): To review: You will create a computer program that will run your program in a straight line (or curved line) using closed controls. Finally, you will make adjustments to the robot and program as needed. (Students will program their robots; refer to the Set-Up and Programming Notes for assistance. They will test out the robots to see if they actually stay on the straight or curved track. They may need to readjust the program or redesign the robot a number of times to achieve the goal of keeping the robot on the straight line.) Part 3 Slide 33 (Nanotechnology): Was it challenging to get your robot to follow the line? Well, then imagine what it must be like for scientists and engineers who are trying to work even more precisely when they work with atoms, molecules, and nanostructures. The width of the line that your robot was following was 10 million times greater than the scale scientists and engineers are trying to master. Slide 34 (Nanomanufacturing): Scientists and engineers are working to develop a manufacturing technology to control, place, and sense nanometer scale elements of matter like molecules and nanostructures. It is not easy to position materials at the nanoscale. Control systems are essential in making sure that all materials go where they belong and at the right time. This picture shows a microstamping prototype tool that Professor John Rogers (at Nano-CEMMS at the University of Illinois) and his colleagues are developing. Professors Nick Fang and Placid Ferriera have recently developed a technology for patterning at the nanoscale. They have developed a technique for etching metals and stamping at a dimension of just 50 nanometers which is incredibly small. Slide 35 (Scale): The patterns that they can produce would fit on the end of a bug s antenna. Slide 36 (Scale): If we blow up the picture of the bug and look closely at one antenna, you can see that the stamp would easily fit on the end of one antenna. Slide 37 (Nanoscale patterning): Here is a picture of patterns made with this new process at the University of Illinois. Notice that the letter I is less than 200 nanometers wide in the picture. Imagine the control systems that are required to produce these patterns! This etching process has potential for improving chemical sensors and methods of energy storage. [Metals are widely used in information processing and sensing. This new technology could make it possible to create a very sensitive and small artificial nose to detect the presence of chemical gases. This process could also lead to the development of very small fuel cells and batteries.] This new process is one important result of nanomanufacturing research at Nano-CEMMS. Slide 38 (Conclusion): In conclusion, we learned that control systems are everywhere in human and manmade systems. We also learned about the difference between open loop and closed loop control. You experienced open and closed loop control in your robotics experience. Finally, we talked about how control systems are very important in the field of nanomanufacturing. References: Professors Andrew Alleyne, Nick Fang, Placid Ferreira, and John Rogers (University of Illinois Urbana- Champaign) 6

8 Robotics Invention System 2.0 Solid State Electrochemical Nano-patterning Technology. Smalltalk. Center for Nanoscale Chemical- Electrical-Mechanical Manufacturing Systems: February Programming Guide: 7 Programming Guide Contents 8 Introduction 8 Disclaimer 9 Downloading the Software 14 Downloading the Infared (IR) Tower Software 17 Getting Starting 22 Troubleshooting the Firmware 23 Writing an Open Loop Program 25 Writing a Closed Loop Program 38 More Advanced Commands 39 Improving Control By Increasing Checking Times 40 Controlling the Motors 40 Making Your Robot Stop 41 Running Your Robot Continuously 42 Special Notes 7

9 Introduction The Set-Up and Programming Guide was designed for teachers using the Robotics Invention System 2.0 software with LEGO Mindstorms in their classrooms. The guide specifically focuses on programming a robot to run on a straight or curved line to simulate the control systems required in the field of nanotechnology. The guide includes directions for installing the software, preparing the infrared tower for use, troubleshooting the RCX, programming the robot using open and closed loops, using more advanced commands, and getting more tips. The sections Downloading the Software, Downloading the Infrared (IR) Tower, Getting Started, and Troubleshooting the Firmware are intended to be carried out by the teacher before students arrive. This guide has been designed so that, beginning at the section Writing An Open Loop Program, students can use the guide. Please be sure to read the Special Notes section at the end of this guide before programming and building the robots. Disclaimer We believe that the directions in this guide provide the most efficient and easiest way of using the software and running a robot on a straight or curved line. The instructions were developed for use on a PC. 8

10 Downloading the Software Follow these directions to download the software to your computer. This is the screen that will appear after you insert the Robotics Invention System 2.0 software into your CD drive. Click Next to continue. 9

11 Click Yes to agree to the terms of the License Agreement. Click Next to install the files in the proper folder. 10

12 It is preferable to choose the Maximum Setup for the proper functioning of the program. Click Next to continue. Click Next to copy the files to your computer. 11

13 Wait as the installation takes place. Click Yes to keep your existing version of DirectX. 12

14 You need to restart your computer to use the program. Remove any disks from drives and click Finish to restart. 13

15 Downloading the Infrared (IR) Tower Software Follow these directions to download the tower software to your computer. After restarting and logging on to your computer, this is the screen that will appear. Click Exit. Plug the infrared tower into the USB drive. This action will initiate the installation of the software for the infrared tower and this screen may appear. Choose the best option and click Next. 14

16 Choose to install the software automatically and click Next. Wait as the Wizard searches. 15

17 Click Finish after the software has been installed. 16

18 Getting Started The following notes discuss how to create a login and open up the program. Click the Robotics Invention System 2.0 icon. When this screen appears, click Run. Click Cancel when this screen appears. 17

19 Cancel the Hardware Setup by clicking Yes. You can do this since the infrared tower is already set up and the firmware has been downloaded. After this screen, you may press Enter to go directly to the programming section. Click New User if you are a new user. Enter a user name and click Enter. Your name will appear in the large black box the next time you login and you can select it as a login by clicking Enter. Press Enter again to avoid the introduction to the software. 18

20 Click Program to begin programming. You do not need to do the Missions to begin programming. Choose Click here to unlock these options and then click OK. This will allow you to begin programming right away. (You may choose Missions if you would like to do the tutorial first.) 19

21 Click Program. When you launch the software in the future, you will go straight to this screen after you login. Click Freestyle. 20

22 When you begin writing your program, the file will be called Untitled. When you save your program under File, you can name it. 21

23 Troubleshooting the Firmware At this point, you should check your firmware on the RCXs. To make sure that the firmware is installed, turn on the RCX. If appears, then firmware is fine. If does not appear, firmware needs to be installed. Go to the Main Menu, then to Settings to add the firmware to the RCX. Turn on the RCX and place it 6-8 inches away from the IR tower. Click Download Firmware and do not disturb the tower or RCX during this process. If you wait too long to click the button, turn the RCX off and on again. When the process is compete, you will hear a signal from the RCX and you should see on the RCX display. Wait for more programs to be added. Click Accept when the installation is complete. If nothing appears, check the batteries. If the batteries appear to be dead, change one at a time to determine if just one or more are dead. There is a capacitor that is charged for one minute and if it loses its charge, the firmware will be lost and will need to be added again. 22

24 Writing an Open Loop Program The following notes discuss how to create a simple program with LEGO Mindstorms to run the robot in a straight line. Click Small Blocks to pull up various small block options. Then click Power to get to the movement blocks. Drag On For underneath the Untitled LEGO block. It should snap in place. 23

25 Click the small tab on the right side of the On ABC block and open the block details. Select A and C to activate only these motors. Choose the amount of time that you would like your robot to run and click OK. This screen shows how the finished program looks. 24

26 Writing a Closed Loop Program The following notes discuss how to create a more advanced program with LEGO Mindstorms to run the robot on a straight or curved line. Go to the Small Blocks on the left side of the screen. Choose the Power block and select Set Power. Drag it underneath the Untitled LEGO block. It should snap in place. Click on the button on the right of the Set Power block. Select A and C to activate only these motors. Set the power as you wish. You may need to experiment with this option. 25

27 Now that the power is set, click on Set Direction in the Small Blocks and snap it under Set Power. Click the button on the right side of the Set Direction block. Leave Motor A and C active and click OK. If left alone, both motors will rotate in the same direction. Once the robot is running, double check to make sure the robot is running properly. If it is not, you can simply remove the motor wire connector and turn it in the opposite direction. Otherwise, you can reverse the direction for one of the motors. 26

28 Now go to the Repeat section on the left side of the screen and click Repeat For. Attach the Repeat For block underneath the Set Direction block. Click the right side of the Repeat For block. 27

29 Select 200 times to repeat a command. Click Yes or No. Place the Yes or No block within the Repeat block. 28

30 Click on the right side of the If Pressed 1 block. Choose which sensor you want the RCX to check. In this case, you need the light sensor. Click on the Light button and then click Next. 29

31 Choose Input Port 1 and click on Next. Click Dark so that the robot will react when it detects detect darkness and then click Next. 30

32 Leave the darkness level on Automatic and select Done. Drag another Yes or No block inside the other Yes or No block under No. Click the right side of the Bright 1 block. 31

33 Choose which sensor you want the RCX to check. Again, you need the light sensor. Click on the Light button and then click Next. Choose Input Port 3 and select Next. 32

34 Select Dark and click on Next. Leave the darkness level on Automatic and select Done. 33

35 Now both of the Yes or No blocks are marked as If Dark. Select the On For small block and drag it to Yes under If Dark 1. Click the right side of the On ABC block. 34

36 Now you need to determine the amount of time the C motor needs to run if the sensor detects dark. Select 0.1 seconds and select only the C motor to be activated. Select the On For small block and drag it to Yes under If Dark 3. Click the button on the right side of the On ABC block. 35

37 Now you need to determine the amount of time the A motor needs to run if the sensor detects dark. Select 0.1 seconds and select only the A motor to be activated. Select the On For small block and drag it to No under If Dark 3. Click the button on the right side of the On ABC block. 36

38 Now you need to determine the amount of time Motors A and C need to run if the sensor does not detect dark. Select 0.1 seconds and select the A and C motors to be activated. This slide shows how a finished program should look. You will probably need to vary the times slightly and the repetitions as well to get your particular robot to work as well as possible. (See More Advanced Commands.) 37

39 More Advanced Commands Improving Control By Increasing Checking Times You can choose even smaller time intervals (such as 0.01 seconds) for the sensor to check for darkness. In checking more often, it is more likely that your robot will stay on a black line. If you choose smaller time intervals, you will need to repeat the process more times. Click on the side of the Repeat button. 38

40 If you decrease the checking time by 1/10, you will need to increase the number of cycles by 10 times. This is how the finished program with fine control should look. 39

41 Controlling the Motors Sometimes the motors are running in the opposite direction and the robot will not move forward. If this occurs, you can either take the connector wires that are attached to the motors and turn one or both of them in the opposite direction. Alternatively, you can set the direction of the motors by clicking Select Direction. Set the motors go in the opposite direction. Making Your Robot Stop You can make the robot stop when both sensors detect darkness. Remove the On C block under Yes. Create another Yes or No block underneath Yes in If Dark 1. Program this new block as If Dark 3. Select the Off small block in Power under Small Blocks. and drag it to Yes under If Dark 3 (under Yes on If Dark 1 ). Click the right side of the Off ABC button. Choose the A and C motors and click Brake Motors When Off. Select an On For block to go under No in If Dark 3 (on the left side). Select the C motor and set the checking time. 40

42 Running Your Robot Continuously You can fine tune the program even further by replacing the Repeat For block with the Repeat Forever block. This step allows the robot to run continuously. Take all of the blocks within Repeat 200 and insert them into Repeat Forever. Put Repeat Forever under Set Power AC. 41

43 Special Notes LEGO Mindstorms Pieces Please encourage students to be careful when handling the many pieces in this kit. The compartments in the kits are labeled according to pieces. When students are done working with their robots, they should take them apart and put the pieces where they belong. To conserve energy, make sure that students turn off the RCX when they are not using it. Tips for Programming Go to the Main Menu, then to Settings to set the USB Range to Short. This will make it less likely that the tower will download to another RCX. After you have written a program, turn the RCX, position the RCX 6-8 inches away from the IR tower, and click Download. Push Run on the RCX when you are ready to run the robot. Put a cardboard box over the IR tower and RCX when downloading. Doing so will be another way to avoid the IR tower downloading to another RCX. As sensing time decreases, overall number of cycles for repeat must increase. Changing the sensing time increases accuracy and allows for tighter curves. When you begin writing your program, the file will be called Untitled. When you save your program under File, you can name it. When have selected a block but do not need it, put it in the recycle bin. Use the arrow buttons on the left side of the screen to move the program. Tips for Building a Robot If the robot is not running properly, you can simply switch the direction of the motor wires connection 180º. Putting a skid at the front of the robot usually works better than putting wheels there. Wheels create too much friction. Reinforce the motor to keep it from falling off the robot. The RCX actually doesn t need to be pushed onto a base; it can just sit on a base with wheels. Keep the light sensor as close to floor as possible. If you use black tape, a light colored uncarpeted floor is best. If you have a dark floor, use white tape. Switch settings from If Dark to If Light. 42

44 A-6 A-5 A-4 A-3 A-2 AFM scan Notes: Established in 2003, the Center for Nanoscale Chemical-Electrical-Mechanical Manufacturing Systems (Nano- CEMMS) is funded by the National Science Foundation. Partnering Institutions include the University of Illinois, North Carolina Agriculture and Technical State University, Stanford University, University of Notre Dame, University of California Irvine, and Northwestern University. Researchers are developing a nanomanufacturing system that will build ultrahigh-density, complex nanostructures. The Center s research will ultimately result in a new way of working and has the potential to create millions of jobs for American workers. Our nation s school children must be prepared to assume the new roles that will be the inevitable outcome of these emerging technologies. This learning module is one of a series that is designed to interest middle and high school students in pursuing this new field. The Center also offers ongoing professional development for teachers through a continuous series of workshops and institutes. To sign up for a workshop or to order more learning modules, visit our website at For more information, contact: Center for Nanoscale Chemical-Electrical-Mechanical Manufacturing Systems; University of Illinois at Urbana-Champaign, 4400 Mechanical Engineering Laboratory, 105 South Mathews Avenue, MC-244, Urbana, IL Phone: nano-cemms@illinois.edu Website: 43

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

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

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

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

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

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

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

1. ASSEMBLING THE PCB 2. FLASH THE ZIP LEDs 3. BUILDING THE WHEELS

1. ASSEMBLING THE PCB 2. FLASH THE ZIP LEDs 3. BUILDING THE WHEELS V1.0 :MOVE The Kitronik :MOVE mini for the BBC micro:bit provides an introduction to robotics. The :MOVE mini is a 2 wheeled robot, suitable for both remote control and autonomous operation. A range of

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

Laboratory 7: CONTROL SYSTEMS FUNDAMENTALS

Laboratory 7: CONTROL SYSTEMS FUNDAMENTALS 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

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

Unit 4: Robot Chassis Construction

Unit 4: Robot Chassis Construction Unit 4: Robot Chassis Construction Unit 4: Teacher s Guide Lesson Overview: Paul s robotic assistant needs to operate in a real environment. The size, scale, and capabilities of the TETRIX materials are

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

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

Chassis & Attachments 101. Part 1: Chassis Overview

Chassis & Attachments 101. Part 1: Chassis Overview Chassis & Attachments 101 Part 1: Chassis Overview 2017 1 Introductions Rest rooms location. Food and Drink. Cell phones. Today presentation available at: http://www.roboplex.org/fll 2 What can be used

More information

LEGO Mindstorms Class: Lesson 1

LEGO Mindstorms Class: Lesson 1 LEGO Mindstorms Class: Lesson 1 Some Important LEGO Mindstorm Parts Brick Ultrasonic Sensor Light Sensor Touch Sensor Color Sensor Motor Gears Axle Straight Beam Angled Beam Cable 1 The NXT-G Programming

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

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

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

Table of Contents. Chapter 1: Software Installation...1. Chapter 2: Running the Software II. Daily Practical Operation...10

Table of Contents. Chapter 1: Software Installation...1. Chapter 2: Running the Software II. Daily Practical Operation...10 Product Manual Table of Contents Chapter 1: Software Installation.................................1 Chapter 2: Running the Software............................... 2 I. The Initial Defining in Lock Management

More information

FLL Programming Workshop Series

FLL Programming Workshop Series FLL Programming 2017 Workshop Series 2017 1 Prerequisites & Equipment Required Basic computer skills Assembled EV3 Educational robot or equivalent Computer or Laptop with LEGO Mindstorms software installed

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

Standard Operating Procedure

Standard Operating Procedure Standard Operating Procedure Nanosurf Atomic Force Microscopy Operation Facility NCCRD Nanotechnology Center for Collaborative Research and Development Department of Chemistry and Engineering Physics The

More information

Unit 6.5 Text Adventures

Unit 6.5 Text Adventures Unit 6.5 Text Adventures Year Group: 6 Number of Lessons: 4 1 Year 6 Medium Term Plan Lesson Aims Success Criteria 1 To find out what a text adventure is. To plan a story adventure. Children can describe

More information

Downloading a ROBOTC Sample Program

Downloading a ROBOTC Sample Program Downloading a ROBOTC Sample Program This document is a guide for downloading and running programs on the VEX Cortex using ROBOTC for Cortex 2.3 BETA. It is broken into four sections: Prerequisites, Downloading

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

STRUCTURE SENSOR QUICK START GUIDE

STRUCTURE SENSOR QUICK START GUIDE STRUCTURE SENSOR 1 TABLE OF CONTENTS WELCOME TO YOUR NEW STRUCTURE SENSOR 2 WHAT S INCLUDED IN THE BOX 2 CHARGING YOUR STRUCTURE SENSOR 3 CONNECTING YOUR STRUCTURE SENSOR TO YOUR IPAD 4 Attaching Structure

More information

ENSC 470/894 Lab 3 Version 6.0 (Nov. 19, 2015)

ENSC 470/894 Lab 3 Version 6.0 (Nov. 19, 2015) ENSC 470/894 Lab 3 Version 6.0 (Nov. 19, 2015) Purpose The purpose of the lab is (i) To measure the spot size and profile of the He-Ne laser beam and a laser pointer laser beam. (ii) To create a beam expander

More information

Experiment #3: Micro-controlled Movement

Experiment #3: Micro-controlled Movement Experiment #3: Micro-controlled Movement So we re already on Experiment #3 and all we ve done is blinked a few LED s on and off. Hang in there, something is about to move! As you know, an LED is an output

More information

M-16DX 16-Channel Digital Mixer

M-16DX 16-Channel Digital Mixer M-16DX 16-Channel Digital Mixer Workshop Using the M-16DX with a DAW 2007 Roland Corporation U.S. All rights reserved. No part of this publication may be reproduced in any form without the written permission

More information

Start Here. Unpack Contents. Install Software. Installing your Microtek Bio-5000 Plus

Start Here. Unpack Contents. Install Software. Installing your Microtek Bio-5000 Plus Start Here Installing your Microtek Bio-5000 Plus Unpack Contents Unpack your scanner package and check for major components. 1. Bio-5000 Plus scanner 2. Hi-Speed USB cable LEAK-FREE GLASS HOLDER This

More information

The Nomenclature and Geometry of LEGO

The Nomenclature and Geometry of LEGO The Nomenclature and Geometry of LEGO AN OVERVIEW OF LEGO EV3 MINDSTORMS ELEMENTS AND HOW THEY WORK TOGETHER UPDATED 9/27/2015 Required Stuff Please do not wander the building. Rest Rooms Location. Food

More information

The CO2 Sensor Calibration Kit

The CO2 Sensor Calibration Kit The CO2 Sensor Kit For use with all BAPI CO 2 Sensors Instruction Manual CO 2 Kit Product Identification and Overview BAPI s CO 2 Sensor Kit is designed to calibrate and verify the operation of all BAPI

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

Start Here. Installing your Microtek ScanMaker 9800XL Plus PC:

Start Here. Installing your Microtek ScanMaker 9800XL Plus PC: Start Here Installing your Microtek ScanMaker 98XL Plus Step : Unpack Contents. Optional package items depend on the scanner configuration that you purchased. Unpack your scanner package and check for

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

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

Chassis & Attachments 101. Chassis Overview

Chassis & Attachments 101. Chassis Overview Chassis & Attachments 101 Chassis Overview 2016 1 Introductions Rest rooms location. Food and Drink: Complementary bottled water. Snacks available for purchase from UME FTC teams. Cell phones. Today presentation

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

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

Intro to 3D Printing. Anatomy of the Printer. Intro to 3D Printing & Certification imagine create learn grow

Intro to 3D Printing. Anatomy of the Printer. Intro to 3D Printing & Certification imagine create learn grow Intro to 3D Printing 3D printing is a process of additive manufacture, this is where layers upon layers of material are built up to create a three dimensional object from a digital design. The 3D printer

More information

Standard Operating Procedure

Standard Operating Procedure RIT MULTIDISCIPLINARY SENIOR DESIGN 2010 Standard Operating Procedure Baja Water Propulsion Test Stand This SOP specifies how to assemble, use, troubleshoot, and disassemble the water propulsion system

More information

OZOBOT BASIC TRAINING LESSON 1 WHAT IS OZOBOT?

OZOBOT BASIC TRAINING LESSON 1 WHAT IS OZOBOT? OZOBOT BASIC TRAINING LESSON 1 WHAT IS OZOBOT? What students will learn What kind of a robot is Ozobot? How does Ozobot sense its environment and move in it? How can you give commands to Ozobot? Topics

More information

E Technology: A. Innovations Activity: Introduction to Robotics

E Technology: A. Innovations Activity: Introduction to Robotics Science as Inquiry: As a result of their activities in grades 5 8, all students should develop Understanding about scientific inquiry. Abilities necessary to do scientific inquiry: identify questions,

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

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

BASIC TRAINING SERIES: COLOR CODES. Grade K-2 Computer Science Robotics Beginner

BASIC TRAINING SERIES: COLOR CODES. Grade K-2 Computer Science Robotics Beginner BASIC TRAINING SERIES: COLOR CODES Grade K-2 Computer Science Robotics Beginner OVERVIEW In this introductory lesson series, students will learn how Ozobot moves from one place to another and how to tell

More information

Electrical Measurements

Electrical Measurements Electrical Measurements INTRODUCTION In this section, electrical measurements will be discussed. This will be done by using simple experiments that introduce a DC power supply, a multimeter, and a simplified

More information

Micro Wizard Instructions

Micro Wizard Instructions How to install FAST TRACK K3 4-digit actual times and 1-digit sequence of finish display timer with Computer Serial Interface Enclosed you will find the Fast Track finish line, AC adapter and remote start

More information

Installation guide. Activate. Install your TV. Uninstall. 1 min 10 mins. 30 mins

Installation guide. Activate. Install your TV. Uninstall. 1 min 10 mins. 30 mins Installation guide 1 Activate 2 Uninstall 3 Install your TV 1 min 10 mins 30 mins INT This guide contains step-by-step instructions on how to: 1 Activate Before we do anything else, reply GO to the text

More information

CNC Using the FlexiCam CNC and HMI Software. Guldbergsgade 29N, P0 E: T:

CNC Using the FlexiCam CNC and HMI Software. Guldbergsgade 29N, P0 E: T: CNC Using the FlexiCam CNC and HMI Software Guldbergsgade 29N, P0 E: makerlab@kea.dk T: +46 46 03 90 This grey box is the NC controller. Let s start by turning the red switch to the ON position, then press

More information

UWYO VR SETUP INSTRUCTIONS

UWYO VR SETUP INSTRUCTIONS UWYO VR SETUP INSTRUCTIONS Step 1: Power on the computer by pressing the power button on the top right corner of the machine. Step 2: Connect the headset to the top of the link box (located on the front

More information

ifeel Sensor USER GUIDE SUPPLEMENT

ifeel Sensor USER GUIDE SUPPLEMENT ifeel Sensor USER GUIDE SUPPLEMENT Choose Your ifeel Sensor There are two versions of the ifeel Sensor: USB and Bluetooth. Read the section of the user guide that matches your sensor. IFEEL BLUETOOTH SENSOR

More information

EmagiKit. Privacy Pod Plus. Quiet. Easy. Affordable. INSTRUCTIONS ASSEMBLY

EmagiKit. Privacy Pod Plus. Quiet. Easy. Affordable. INSTRUCTIONS ASSEMBLY EmagiKit Privacy Pod Plus Quiet. Easy. Affordable. INSTRUCTIONS ASSEMBLY DIMENSIONS AND COMPONENTS 47 47 Ceiling Unit 2-B 2-L 2-R Glass Door Corner Trim Door Handle 90 Adjustable Height Work Surface 1-B

More information

reference guide reference guide reference guide

reference guide reference guide reference guide hp photosmart 240 series reference guide reference guide reference guide contents 1 welcome..................................... 1 find more information.............................. 1 what s in the box.................................

More information

Partnership Teacher Night February 2017 littlebits and Electronic Circuits

Partnership Teacher Night February 2017 littlebits and Electronic Circuits Partnership Teacher Night February 2017 littlebits and Electronic Circuits What are littlebits? littlebits are easy-to-use, color-coded, magnetic, electronic snap-and-lock circuits that can be linked together

More information

Programming PIC Microchips

Programming PIC Microchips Programming PIC Microchips Fís Foghlaim Forbairt Programming the PIC microcontroller using Genie Programming Editor Workshop provided & facilitated by the PDST www.t4.ie Page 1 DC motor control: DC motors

More information

Start Here. Unpack Contents. Install Software

Start Here. Unpack Contents. Install Software Start Here Installing your Microtek ArtixScan DI 5230/5240/5250/5260 & ArtixScan TS 540T Unpack Contents Unpack your scanner package and check for major components. 1. Scanner 2. Hi-Speed USB cable 3.

More information

Game Making Workshop on Scratch

Game Making Workshop on Scratch CODING Game Making Workshop on Scratch Learning Outcomes In this project, students create a simple game using Scratch. They key learning outcomes are: Video games are made from pictures and step-by-step

More information

SuperTrack Parts List

SuperTrack Parts List SuperTrack Parts List [indicates number for 6 lane tracks] SuperTrack Installation Instructions www.supertimer.com 1-800-654-2088 1 Track Instruction Manual (this booklet) 2 Start sections [3] Start Gate

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

RDworks and Basic Rabbit Laser Operation Tutorial

RDworks and Basic Rabbit Laser Operation Tutorial RDworks and Basic Rabbit Laser Operation Tutorial File Setup Layer color is how the Rabbit Software designates different operations so, regardless of design software, you will want to organize geometry

More information

AI BOX 1. ASSEMBLY. A1 : Desk frame B1 : 2 holes for installing 2 M5x16 screws

AI BOX 1. ASSEMBLY. A1 : Desk frame B1 : 2 holes for installing 2 M5x16 screws There are three main installation processes to get your Smart Standing Desk with AI up and running. 1. Assemble AI Box with your Desk. 2. Install Autonomous Desk application to your phone. 3. Set up AI

More information

CFMRI Mock Scanner User s Manual. (Last Updated 10/23/2014)

CFMRI Mock Scanner User s Manual. (Last Updated 10/23/2014) CFMRI Mock Scanner User s Manual (Last Updated 10/23/2014) Page 1 of 6 CFMRI 2014 UCSD Center for functional MRI (CFMRI) provides a mock Scanner that simulates the look and feel of a real MRI scanner.

More information

GPS Position Sensor PS-2175

GPS Position Sensor PS-2175 In s tr u c ti o n M a n u a l 012-09919A GPS Position Sensor PS-2175! Table of Contents Contents Introduction........................................................... 3 Theory of Operation....................................................

More information

General Help. Last revised: Winter When I try to print something on the computer, it appears to work, but nothing comes out of the printer.

General Help. Last revised: Winter When I try to print something on the computer, it appears to work, but nothing comes out of the printer. General Help Last revised: Winter 2015 Problem Solution When I try to print something on the computer, it appears to work, but nothing comes out of the printer. See the next item. When I try to print something

More information

AUDI A8 D3 REPLACING THE OUTSIDE DRIVER DOOR HANDLE

AUDI A8 D3 REPLACING THE OUTSIDE DRIVER DOOR HANDLE AUDI A8 D3 REPLACING THE OUTSIDE DRIVER DOOR HANDLE The keyless entry system in the D3 is a great feature. If you have the car key fob in your pocket, putting your hand under the door handle will unlock

More information

Installation guide. Activate. Install your Broadband. Install your Phone. Install your TV. 1 min. 30 mins

Installation guide. Activate. Install your Broadband. Install your Phone. Install your TV. 1 min. 30 mins Installation guide 1 Activate Install your Broadband Install your TV 4 Install your Phone 1 min 0 mins 0 mins 5 mins INT This guide contains step-by-step instructions on how to: 1 Activate Before we do

More information

Winter 2007/2008 Third Annual IEEE Lego Robot Competition Rules

Winter 2007/2008 Third Annual IEEE Lego Robot Competition Rules Welcome to the Third Annual IEEE Lego Robot Competition. In this document you will find the rules and regulations for the events for the Winter 2007/2008 competition. This competition will take place in

More information

On the front of the board there are a number of components that are pretty visible right off the bat!

On the front of the board there are a number of components that are pretty visible right off the bat! Hardware Overview The micro:bit has a lot to offer when it comes to onboard inputs and outputs. In fact, there are so many things packed onto this little board that you would be hard pressed to really

More information

MicroLab 500-series Getting Started

MicroLab 500-series Getting Started MicroLab 500-series Getting Started 2 Contents CHAPTER 1: Getting Started Connecting the Hardware....6 Installing the USB driver......6 Installing the Software.....8 Starting a new Experiment...8 CHAPTER

More information

Vinyl Cutter Instruction Manual

Vinyl Cutter Instruction Manual Vinyl Cutter Instruction Manual 1 Product Inventory Inventory Here is a list of items you will receive with your vinyl cutter: Product components (Fig.1-4): 1x Cutter head unit complete with motor, plastic

More information

Let There Be Light. Opening Files. Deleting National Technology and Science Press

Let There Be Light. Opening Files. Deleting National Technology and Science Press Let There Be Light 2 Better to light a candle than to curse the darkness. Chinese Proverb The Hello World program demonstrates only the output aspect of a computer program. Now let s write a program that

More information

1 Day Robot Building (MC40A + Aluminum Base) for Edubot 2.0

1 Day Robot Building (MC40A + Aluminum Base) for Edubot 2.0 1 Day Robot Building (MC40A + Aluminum Base) for Edubot 2.0 Have you ever thought of making a mobile robot in 1 day? Now you have the chance with MC40A Mini Mobile Robot Controller + some accessories.

More information

Getting started 1 System Requirements... 1 Software Installation... 2 Hardware Installation... 2 System Limitations and Tips on Scanning...

Getting started 1 System Requirements... 1 Software Installation... 2 Hardware Installation... 2 System Limitations and Tips on Scanning... Contents Getting started 1 System Requirements......................... 1 Software Installation......................... 2 Hardware Installation........................ 2 System Limitations and Tips on

More information

Photo Effects & Corrections with PhotoFiltre

Photo Effects & Corrections with PhotoFiltre Photo Effects & Corrections with PhotoFiltre P 330 / 1 Fix Colour Problems and Apply Stylish Effects to Your Photos in Seconds with This Free Software If you re keen on digital photography, you probably

More information

Getting Started with the micro:bit

Getting Started with the micro:bit Page 1 of 10 Getting Started with the micro:bit Introduction So you bought this thing called a micro:bit what is it? micro:bit Board DEV-14208 The BBC micro:bit is a pocket-sized computer that lets you

More information

Automatic Control Systems

Automatic Control Systems Automatic Control Systems Lecture-1 Basic Concepts of Classical control Emam Fathy Department of Electrical and Control Engineering email: emfmz@yahoo.com 1 What is Control System? A system Controlling

More information

LumaSpec 800S User Manual

LumaSpec 800S User Manual LumaSpec 800S User Manual Worldwide distribution VERSION 09112014 Prior Scientific, Ltd Cambridge, UK Prior Scientific, Inc Rockland, MA. USA Prior Scientific, GmbH Jena, Germany Prior Scientific KK Tokyo,

More information

A Day in the Life CTE Enrichment Grades 3-5 mblock Robotics - Simple Programs

A Day in the Life CTE Enrichment Grades 3-5 mblock Robotics - Simple Programs Activity 1 - Play Music A Day in the Life CTE Enrichment Grades 3-5 mblock Robotics - Simple Programs Computer Science Unit One of the simplest things that we can do, to make something cool with our robot,

More information

Physical Inventory System User Manual. Version 19

Physical Inventory System User Manual. Version 19 Physical Inventory System User Manual Version 19 0 Physical Inventory System User Manual 1 Table of Contents 1. Prepare for Physical Inventory... 2. Chapter 1: Starting Inventory... 2.1. CDK/ADP... 3.

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

PowerPoint 2016: Formatting Pictures. Introduction

PowerPoint 2016: Formatting Pictures. Introduction PowerPoint 2016: Formatting Pictures Introduction There are a variety of ways to format the pictures in your slide show. The picture tools in PowerPoint make it easy to personalize and modify the images

More information

A Stony Brook Student s Guide to Using CCDSoft By Stephanie Zajac Last Updated: 3 February 2012

A Stony Brook Student s Guide to Using CCDSoft By Stephanie Zajac Last Updated: 3 February 2012 A Stony Brook Student s Guide to Using CCDSoft By Stephanie Zajac Last Updated: 3 February 2012 This document is meant to serve as a quick start guide to using CCDSoft to take data using the Mt. Stony

More information

HVAC in AutoCAD MEP: New and Improved. David Butts Gannett Fleming MP3724-L. Learning Objectives. At the end of this class, you will be able to:

HVAC in AutoCAD MEP: New and Improved. David Butts Gannett Fleming MP3724-L. Learning Objectives. At the end of this class, you will be able to: David Butts Gannett Fleming MP3724-L In the Building Information Modeling (BIM) world, there are still many users who have AutoCAD MEP but aren't ready to make the move to Autodesk Revit for a variety

More information

Start Here. Installing your Microtek ScanMaker i280

Start Here. Installing your Microtek ScanMaker i280 Start Here Installing your Microtek ScanMaker i280 Step 1: Unpack Contents Unpack your scanner package and check for major components. 1. ScanMaker i280 scanner 2. Hi-Speed USB cable 3. Software CDs/DVDs

More information

Robot Olympics: Programming Robots to Perform Tasks in the Real World

Robot Olympics: Programming Robots to Perform Tasks in the Real World Robot Olympics: Programming Robots to Perform Tasks in the Real World Coranne Lipford Faculty of Computer Science Dalhousie University, Canada lipford@cs.dal.ca Raymond Walsh Faculty of Computer Science

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

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

ECE 497 Introduction to Mobile Robotics Spring 09-10

ECE 497 Introduction to Mobile Robotics Spring 09-10 Lab 1 Getting to Know Your Robot: Locomotion and Odometry (Demonstration due in class on Thursday) (Code and Memo due in Angel drop box by midnight on Thursday) Read this entire lab procedure and complete

More information

A flashlight. An electric toothbrush. A TV remote control.

A flashlight. An electric toothbrush. A TV remote control. What s a circuit? A flashlight. An electric toothbrush. A TV remote control. All of these devices run on electricity. In order to power them, electricity needs to travel from one side of a power source

More information

Adding Content and Adjusting Layers

Adding Content and Adjusting Layers 56 The Official Photodex Guide to ProShow Figure 3.10 Slide 3 uses reversed duplicates of one picture on two separate layers to create mirrored sets of frames and candles. (Notice that the Window Display

More information

HARDWARE SETUP GUIDE. 1 P age

HARDWARE SETUP GUIDE. 1 P age HARDWARE SETUP GUIDE 1 P age INTRODUCTION Welcome to Fundamental Surgery TM the home of innovative Virtual Reality surgical simulations with haptic feedback delivered on low-cost hardware. You will shortly

More information

SCATT Biathlon shooting trainer User s Manual

SCATT Biathlon shooting trainer User s Manual SCATT Biathlon shooting trainer User s Manual Russia, Moscow, ZAO SCATT Internet: www.scatt.com E-mail: info@scatt.com Tel/Fax: +7 (499) 70 0667 Please read the User s Manual before installation, operation,

More information

Scratch for Beginners Workbook

Scratch for Beginners Workbook for Beginners Workbook In this workshop you will be using a software called, a drag-anddrop style software you can use to build your own games. You can learn fundamental programming principles without

More information

Automated Double Aperture Accessory

Automated Double Aperture Accessory For the Cary 1, 3, 100, 300, 4, 5, 400, 500, 500i, 4000, 5000, 6000i, Deep UV Installation Category II Pollution Degree 2 Equipment Class I Table of Contents Introduction Theory Operation Installation

More information

Medb ot. Medbot. Learn about robot behaviors as you transport medicine in a hospital with Medbot!

Medb ot. Medbot. Learn about robot behaviors as you transport medicine in a hospital with Medbot! Medb ot Medbot Learn about robot behaviors as you transport medicine in a hospital with Medbot! Seek Discover new hands-on builds and programming opportunities to further your understanding of a subject

More information

PC: A. Place the Microtek CD-ROM into the CD- ROM drive. B. Follow the on-screen instructions to install the driver and software.

PC: A. Place the Microtek CD-ROM into the CD- ROM drive. B. Follow the on-screen instructions to install the driver and software. Start Here Installing your Microtek ScanMaker s450/s350 Step 1: Unpack Contents Unpack your scanner package and check for major components. 1 1. Scanner with built-in transparency adapter 2. Software CD

More information

USER MANUAL. ScanFlex AUTOMATED SCANNING DEVICE SCANFLEX Rev 5.0

USER MANUAL. ScanFlex AUTOMATED SCANNING DEVICE SCANFLEX Rev 5.0 USER MANUAL ScanFlex AUTOMATED SCANNING DEVICE 05-12-17 SCANFLEX 3.1.4 Rev 5.0 Culturing Cells in a Mechanically Active Environment Flexcell International Corporation 2730 Tucker Street, Suite 200 Burlington,

More information

acknowledgments...xv introduction...xvii 1 LEGO MINDSTORMS NXT 2.0: people, pieces, and potential getting started with the NXT 2.0 set...

acknowledgments...xv introduction...xvii 1 LEGO MINDSTORMS NXT 2.0: people, pieces, and potential getting started with the NXT 2.0 set... acknowledgments...xv introduction...xvii about this book...xvii part I: introduction to LEGO MINDSTORMS NXT 2.0...xviii part II: building...xviii part III: programming...xviii part IV: projects...xix companion

More information