1001ICT Introduction To Programming Lecture Notes

Size: px
Start display at page:

Download "1001ICT Introduction To Programming Lecture Notes"

Transcription

1 1001ICT Introduction To Programming Lecture Notes School of Information and Communication Technology Griffith University Semester 2,

2 4 Lego Mindstorms 4.1 Robotics? Any programming course will set students programming problems. The problems have to be about something or the programs don t really do anything. We have selected robotics as a problem area, because: the problems are easy to describe and understand (e.g. Follow a line.); but the solutions are not always trivial; there is robotics research going on within our School; and it s more fun than most. 1001ICT Introduction To Programming

3 4.2 Robotics theory All you need to know about robotics is three words: sense; plan; act. Sense Robots need sensors to detect their location or objects to act upon. Plan Robots need to decide what to to. This is the programming part. Act Robots need actuators (motors) to move within their environment and act upon objects. 1001ICT Introduction To Programming

4 4.3 Lego? Lego Mindstorms are the commercial version of a project at the MIT Media Laboratory, The Programmable Brick. The problem with most mobile robotics research is the cost of designing, making and maintaining the physical robotic hardware. Lego Technics sets have a lot of interesting machine parts in a great variety of standard sizes. The addition of a computer and sensors is all that is required to make it good for prototyping new robots cheaply. A Sony AIBO (the discontinued dog) cost about $3000, and you only got one kind of robot. A Roboraptor/pet/sapien costs about $ , and does a lot less. A Mindstorms kit costs about $500 and can make as many kinds of robots as your creativity permits. 1001ICT Introduction To Programming

5 4.4 The RCX The original Lego Mindstorms kits were comprised of a selection of Lego Technics components plus: the programmable brick, called the Robotic Command explorer (RCX); sensors; and motors. Programs are downloaded from a PC via a very slow infra-red interface. 1001ICT Introduction To Programming

6 Programs are written for the RCX on a PC (Windows, Mac, Linux) and downloaded via infra-red to the RCX. Programming languages for the RCX include: Robolab Pilot graphical, but limited; Robolab Inventor graphical, fully featured; Lejos Java; Brick OS C; and Logo. Previously, for this course, we used Robolab Inventor and Lejos Java. 1001ICT Introduction To Programming

7 4.5 The NXT The RCX has been superceded by the NXT (which does not seem to stand for anything). Robolab can be used with the NXT, though not as easily. There is a Lejos Java programming system. Though it is still under development, it is working well enough to use in this course. The NXT is much more capable than the RCX, and programs download much faster via a direct USB cable. 1001ICT Introduction To Programming

8 4.6 NXT hardware The NXT can: receive information from sensors via 4 input ports (1, 2, 3, 4); receive information from its front panel buttons; make sounds; control motors (and/or lamps) via 3 output ports (A, B, C); receive information from motors; 1001ICT Introduction To Programming

9 display graphics and text in its liquid crystal display (LCD); and communicate via Bluetooth. The 4 input ports: 1; 2; 3; and 4. The USB port and the 3 output ports: A; B; and C. 1001ICT Introduction To Programming

10 The buttons: ENTER (orange); ESCAPE; LEFT; and RIGHT. Press ENTER to turn the NXT on. The Lejos start-up screen. If it starts any other way, then the NXT needs to have the Lejos firmware installed. 1001ICT Introduction To Programming

11 The Lejos main menu screen. To find a program to run, select Files. Press ESCAPE to turn the NXT off. The file list. Program files have the extension.nxj. Select a file and press ENTER to see the options for that file. 1001ICT Introduction To Programming

12 File options. Choose Execute program to run it. If you hear a buzz and see this screen your program has crashed because of a programming error. Press ENTER and ESCAPE together to turn the NXT off. 1001ICT Introduction To Programming

13 If you hear a buzz and see a screen like this, the nxt programming environment has detected a programming error. Press ESCAPE to terminate the program. You will have plenty of time to explore the other menu options in labs. 1001ICT Introduction To Programming

14 4.7 Actuators Motors Both RCX (left) and NXT (right) motors may be used with the NXT. They can be run forward or backwards at power levels 0 to Lamps Tiny lamps may be powered at levels 0 to ICT Introduction To Programming

15 4.8 Sensors Touch sensors Both RCX (left) and NXT (right) touch sensors may be used with the NXT. They are simple switches Light sensors Both RCX (left) and NXT (right) light sensors may be used with the NXT. Light sensors measure brightness, they are not cameras. They have a floodlight built-in so that they can illuminate a surface to measure the brightness of reflected light. The NXT light sensor s floodlight can be turned off. 1001ICT Introduction To Programming

16 4.8.3 Sound sensors The NXT sound sensor measures sound volume Ultrasonic proximity sensors The NXT ultrasonic proximity sensor measures the distance to a solid object. 1001ICT Introduction To Programming

17 4.8.5 Rotation sensors Rotation (or angle) sensors measure how much an axle rotates. An RCX rotation sensor (left) registers 16 counts per full 360 degree rotation of the axle. An NXT rotation sensor is built into every NXT motor. It registers 360 counts per full 360 degree rotation of the axle. Both can count up or down, depending on the direction the axle is turning. 1001ICT Introduction To Programming

18 4.9 Programming NXT robots To program a robot, you need to know: what sensors it has and which ports they are plugged into; what actuators it has and which ports they are plugged into; and which direction to turn motors on (forward or backward) to cause desired actions. This information will be posted on the course web site for each robot you will program. 1001ICT Introduction To Programming

19 4.10 Section summary This section covered: why we are learning programming using robotics problems; how robots sense, plan, and act; a brief description of the RCX; an introduction to the NXT, its inputs, outputs, and buttons; how to run a program using the Lejos firmware s menus; the kinds of motors, lamps and sensors; and what you need to know about a robot to program it and where to find it. 1001ICT Introduction To Programming

20 4.11 End of section feedback questions Send us your answers to these questions any time you like by clicking on them. What was the most useful topic in this section? What was the least useful topic in this section? What was the least clear topic in this section? What topic in this section would you like to know more about? Did you find an error in this section? 1001ICT Introduction To Programming

Technology. Using Bluetooth

Technology. Using Bluetooth Bluetooth is a communication technology that makes it possible to send and receive data without using wires. Using the Bluetooth features, you can set up a wireless connection between your NXT and other

More information

The NXT Generation. A complete learning solution

The NXT Generation. A complete learning solution The NXT Generation A complete learning solution 2008 The NXT Generation LEGO MINDSTORMS Education is the latest in educational robotics, enabling students to discover ICT, science, D&T and maths concepts

More information

Using the Lego NXT with Labview.

Using the Lego NXT with Labview. Using the Lego NXT with Labview http://www.legoengineering.com/component/content/article/105 The Lego NXT 32-bit ARM microcontroller - an Atmel AT91SAM7S256. Flash memory/file system (256 kb), RAM (64

More information

Technology. In the My Files [My Files] submenu you can store all the programs that you have made on the NXT or downloaded from your computer.

Technology. In the My Files [My Files] submenu you can store all the programs that you have made on the NXT or downloaded from your computer. NXT Main Menu My Files Files are automatically placed into the appropriate folders. When you download a program using a Sound file to the NXT, the program will be placed under Software files while the

More information

Robot Activity: Programming the NXT 2.0

Robot Activity: Programming the NXT 2.0 Robot Activity: Programming the NXT 2.0 About this Activity In this activity, you will learn about some features of the NXT 2.0 programming software. You will write and save a program for the Lego NXT

More information

Robot Soccer Challenge

Robot Soccer Challenge Robot Soccer Challenge Pre-Activity Quiz 1. What kind of wireless electrical connection can NXT robots use to communicate with other electrical devices (including other NXTs)? 2. Can you think of a way

More information

LEGO Engineering Conferences ROBOLAB and MINDSTORMS Education Version 4.5 March 2008

LEGO Engineering Conferences ROBOLAB and MINDSTORMS Education Version 4.5 March 2008 LEGO Engineering Conferences ROBOLAB and MINDSTORMS Education Version 4.5 March 2008 NXT-G Program Book II: Intermediate Robotics Activities for use with the NXT 2008 Tufts Center for Engineering Education

More information

Rescue Rover. Robotics Unit Lesson 1. Overview

Rescue Rover. Robotics Unit Lesson 1. Overview Robotics Unit Lesson 1 Overview In this challenge students will be presented with a real world rescue scenario. The students will need to design and build a prototype of an autonomous vehicle to drive

More information

Technology. In the My Files [My Files] submenu you can store all the programs that you have made on the NXT or downloaded from your computer.

Technology. In the My Files [My Files] submenu you can store all the programs that you have made on the NXT or downloaded from your computer. My Files Files are automatically placed into the appropriate folders. When you download a program using a Sound file to the NXT, the program will be placed under Software files while the sound data will

More information

Technology. Using Bluetooth

Technology. Using Bluetooth Bluetooth is a communication technology that makes it possible to send and receive data without using wires. Using the Bluetooth features, you can set up a wireless connection between your NXT and other

More information

Mapping a Magnetic Field. Evaluation copy. Figure 1: Detecting the magnetic field around a bar magnet

Mapping a Magnetic Field. Evaluation copy. Figure 1: Detecting the magnetic field around a bar magnet Mapping a Magnetic Field Experiment 16 The region around a magnet where magnetic forces can be detected is called a magnetic field. All magnets, no matter what their shape, have two poles labeled north

More information

Introduction WELCOME TO LEGO MINDSTORMS EDUCATION

Introduction WELCOME TO LEGO MINDSTORMS EDUCATION NXT User Guide Introduction WELCOME TO LEGO MINDSTORMS EDUCATION LEGO MINDSTORMS Education is the next generation in educational robotics, enabling students to discover Science, Technology, Engineering

More information

NXT Robotics Techniques Workshop 2008

NXT Robotics Techniques Workshop 2008 ORTOP NXT Robotics Techniques Workshop 2008 Opening doors to the worlds of science and technology for Oregon s youth 9/29/2008 NXT Robotics Techniques - 2008 1 Goals Audience: Rookie coaches/mentors, experienced

More information

Getting Started with the LabVIEW Toolkit for LEGO MINDSTORMS NXT

Getting Started with the LabVIEW Toolkit for LEGO MINDSTORMS NXT Getting Started with the LabVIEW Toolkit for LEGO MINDSTORMS NXT Contents Overview...2 Mass Compiling...2 Building a LabVIEW VI that Runs on the NXT...3 Running a LabVIEW VI on the NXT...4 Building a LabVIEW

More information

SOFTWARE FOR CONTROL OF ROBOTIC MANIPULATOR

SOFTWARE FOR CONTROL OF ROBOTIC MANIPULATOR SOFTWARE FOR CONTROL OF ROBOTIC MANIPULATOR INTRODUCTION Robotics is a very common and discussed problem recently. Robotic arms and manipulators are used in industry, transport or medicine. They often

More information

Acidity Tester. Project OBJECTIVES DIFFICULTY LEVEL

Acidity Tester. Project OBJECTIVES DIFFICULTY LEVEL Acidity Tester Project 3 Engineers use robots to do tasks that might be harmful to humans. One common example is working with hazardous chemicals. A hazardous chemical is one that could cause a negative

More information

Heating of Land and Water

Heating of Land and Water Heating of Land and Water Experiment 8 How fast land and water heat and cool influences our weather. In Part I of this experiment, you will heat sand and water. You will use two Temperature Probes to see

More information

Simple Simon GEN II Robot Soccer EV3 -Tris 10 Training Curriculum

Simple Simon GEN II Robot Soccer EV3 -Tris 10 Training Curriculum Simple Simon GEN II Robot Soccer EV3 -Tris 10 Training Curriculum Brian Thomas **LEGO, Mindstorms and Robolab are Registered Trademarks of the LEGO Corporation RoboCup Junior Australia Inc Copyright 2015

More information

all i imck >Э1 1 I Vf I \ Ш i ш ,M; цриазд IF 4 ifipm>v*' %тл sioaoy DNicning HUM

all i imck >Э1 1 I Vf I \ Ш i ш ,M; цриазд IF 4 ifipm>v*' %тл sioaoy DNicning HUM p all i imck >Э1 N! w Ш i ш 1 I Vf I \ w,m; цриазд i IF 4 ifipm>v*' HUM V* %тл mk sioaoy DNicning Contents Foreword Preface xxiii xxv Chapter 1 Understanding LEGO Geometry 1 Introduction 2 Expressing Sizes

More information

General Rules 2010: Regular category

General Rules 2010: Regular category General Rules 2010: Regular category [1] The rules of competition at WORLD ROBOT OLYMPIAD are constituted by the WORLD ROBOT OLYMPIAD Steering Committee ( the committee in the following paragraphs), and

More information

Farm to Fork Local Food Production and Marketing

Farm to Fork Local Food Production and Marketing Farm to Fork Local Food Production and Marketing LEGO Robotics 4- H Challenge Through the Farm to Fork Robotics Challenge, 4- H members involved in robotics will create LEGO robots that complete local

More information

Standard League WRO Football Simple Simon EV3 Training Curriculum

Standard League WRO Football Simple Simon EV3 Training Curriculum Standard League WRO Football Simple Simon EV3 Training Curriculum Brian Thomas **LEGO, EV3 Mindstorms and Robolab are Registered Trademarks of the LEGO Corporation RoboCup Junior Australia Inc Copyright

More information

GEN II Robot Soccer EV3 Compass Training Curriculum Brian Thomas

GEN II Robot Soccer EV3 Compass Training Curriculum Brian Thomas GEN II Robot Soccer EV3 Compass Training Curriculum Brian Thomas RoboCup Junior Australia Inc Copyright 2015 1 GEN II EV3 Robot Soccer Training Overview Welcome! The aim of this curriculum is to guide

More information

Mac Software Manual for FITstep Pro Version 2

Mac Software Manual for FITstep Pro Version 2 Thank you for purchasing this product from Gopher. If you are not satisfied with any Gopher purchase for any reason at any time, contact us and we will replace the product, credit your account, or refund

More information

PC Configuration software for Discovery MkVI v 1.03 User guide

PC Configuration software for Discovery MkVI v 1.03 User guide PC Configuration software for Discovery MkVI v 1.03 User guide This user guide describes the different features included in PC Config software, version 1.03, and how they are used. When referring to this

More information

e d u c a t i o n NXT Solar Station

e d u c a t i o n NXT Solar Station e d u c a t i o n NXT Solar Station de LEGO Group. 2010 The LEGO Group. e d u c a t i o n NXT Solar Station Description Investigating the NXT Solar Station s ability to generate power by data logging wattage

More information

Oxygen Meter User Manual

Oxygen Meter User Manual Oxygen Meter User Manual Monday, July 23, 2007 1. Outline...2 2. Program...3 2.1. Environment for program execution...3 2.2. Installation...3 2.3. Un installation...3 2.4. USB driver installation...3 2.5.

More information

Standard League Robot Soccer EV3 Compass Training Curriculum Brian Thomas

Standard League Robot Soccer EV3 Compass Training Curriculum Brian Thomas Standard League Robot Soccer EV3 Compass Training Curriculum Brian Thomas RoboCup Junior Australia Inc Copyright 2018 1 Standard League Robot Soccer EV3 Compass Training Welcome! The aim of this curriculum

More information

PDF FOR BUILDING NXT ARM CLAW ONLINE MANUAL ARCHIVE

PDF FOR BUILDING NXT ARM CLAW ONLINE MANUAL ARCHIVE 02 January, 2018 PDF FOR BUILDING NXT ARM CLAW ONLINE MANUAL ARCHIVE Document Filetype: PDF 103.62 KB 0 PDF FOR BUILDING NXT ARM CLAW ONLINE MANUAL ARCHIVE This video shows how to build a gripper/claw

More information

World Robot Olympiad 2018

World Robot Olympiad 2018 World Robot Olympiad 2018 REGULAR CATEGORY RULES Version: Final Version January 15 th Table of Contents Introduction... 3 Important changes for WRO 2018... 3 Regular Category Rules... 4 1. Surprise Rule...

More information

Measuring wind speed and direction

Measuring wind speed and direction A critical part of studying weather is measuring wind direction and speed. The Anemometer is actually two sensors mounted onto one arm, capable of measuring wind speed and wind direction. The wind caps

More information

TR Electronic Pressure Regulator. User s Manual

TR Electronic Pressure Regulator. User s Manual TR Electronic Pressure Regulator Page 2 of 13 Table of Contents Warnings, Cautions & Notices... 3 Factory Default Setting... 4 Quick Start Procedure... 5 Configuration Tab... 8 Setup Tab... 9 Internal

More information

FRDS GEN II SIMULATOR WORKBOOK

FRDS GEN II SIMULATOR WORKBOOK FRDS GEN II SIMULATOR WORKBOOK Trotter Control Inc 2015 Document# Revision Revised 9001-0038 FRDS GEN II Simulator Workbook E 02/15/2015 by DC FRDS GEN II Simulator Workbook This workbook is a follow-on

More information

Your challenge is to create a programme that will make the NXT:

Your challenge is to create a programme that will make the NXT: Your challenge is to create a programme that will make the NXT: Go forwards until It bumps into something using the touch sensor It then needs to reverse for 2 seconds rotate for 1 revolution say 'whoops'

More information

This document contains recommendations that may help teams be more successful in preparing for and participating in the FTC World Championship Event.

This document contains recommendations that may help teams be more successful in preparing for and participating in the FTC World Championship Event. HOT SHOT! TIPS AND TRICKS SHEET This document contains recommendations that may help teams be more successful in preparing for and participating in the FTC World Championship Event. BEFORE YOU LEAVE FOR

More information

uemis CONNECT: Synchronisation of the SDA with myuemis

uemis CONNECT: Synchronisation of the SDA with myuemis uemis CONNECT: Synchronisation of the SDA with myuemis 1 What is myuemis? In myuemis, your private area on the Internet portal www.uemis.com, you can visualise your dives, manage your database and transfer

More information

ACI_Release_Notes.txt VERSION Fixed Tank info for ELITE in Dive section 2. Fixed USB port initializing for old DC VERSION

ACI_Release_Notes.txt VERSION Fixed Tank info for ELITE in Dive section 2. Fixed USB port initializing for old DC VERSION VERSION 2.4.0 1. Fixed Tank info for ELITE in Dive section 2. Fixed USB port initializing for old DC VERSION 2.3.9 1. Fixed Dive Computer configuration section error 2. Fixed message for download/upload

More information

WELCOME TO THE REVOLUTION

WELCOME TO THE REVOLUTION USER GUIDE WELCOME TO THE REVOLUTION THANK YOU FOR CHOOSING THE GCQUAD We listened to what you wanted - and created the most accurate, versatile and game-enhancing ball and club analysis solution available

More information

AC : A BLOOM S ONLINE ASSESSMENT TEST (BOAT) TO ASSESS STUDENT LEARNING OUTCOME IN A DISTANCE ENGINEERING EDUCATION COURSE

AC : A BLOOM S ONLINE ASSESSMENT TEST (BOAT) TO ASSESS STUDENT LEARNING OUTCOME IN A DISTANCE ENGINEERING EDUCATION COURSE AC 2009-2513: A BLOOM S ONLINE ASSESSMENT TEST (BOAT) TO ASSESS STUDENT LEARNING OUTCOME IN A DISTANCE ENGINEERING EDUCATION COURSE Prakash Ranganathan, University of North Dakota Richard Schultz, University

More information

Activity 5.1B Dragster Assembly Drawing

Activity 5.1B Dragster Assembly Drawing Activity 5.1B Dragster Assembly Drawing Purpose The excitement of seeing your design become a product that you can see in 3D is about to become a reality for you. In this activity, you are going to learn

More information

Software Manual for FITstep Pro Version 2

Software Manual for FITstep Pro Version 2 Thank you for purchasing this product from Gopher. If you are not satisfied with any Gopher purchase for any reason at any time, contact us and we will replace the product, credit your account, or refund

More information

2012 NRC - RULES AND REGULATIONS

2012 NRC - RULES AND REGULATIONS 2012 NRC - RULES AND REGULATIONS General Guidelines 1. A school team should comprise of 2 or 3 students and one teacher. 2. Each school can send a maximum of 5 teams for each category. 3. All rules and

More information

Setting up the Ingenico isc250 Pinpad via USB in Windows 8

Setting up the Ingenico isc250 Pinpad via USB in Windows 8 One Blue Hill Plaza, 16 th Floor, PO Box 1546 Pearl River, NY 10965 1-800-PC-AMERICA, 1-800-722-6374 (Voice) 845-920-0800 (Fax) 845-920-0880 Setting up the Ingenico isc250 Pinpad via USB in Windows 8 The

More information

Flexible Software for Computer-Based Problem Solving Labs

Flexible Software for Computer-Based Problem Solving Labs Flexible Software for Computer-Based Problem Solving Labs Brita L. Nellermoe 1 Jennifer L. Docktor 2 1 Department of Curriculum and Instruction 2 Department of Physics Physics Education Research Group

More information

Race Screen: Figure 2: Race Screen. Figure 3: Race Screen with Top Bulb Lock

Race Screen: Figure 2: Race Screen. Figure 3: Race Screen with Top Bulb Lock Eliminator Competition Stand Alone Mode - Instruction Manual Main Menu: After startup, the Eliminator Competition will enter the Main Menu. Press the right/left arrow buttons to move through the menu.

More information

Feasibility of Using the Wiimote Multi-point Interactive Whiteboard in School

Feasibility of Using the Wiimote Multi-point Interactive Whiteboard in School Feasibility of Using the Wiimote Multi-point Interactive Whiteboard in School CPE802 Open Source Productivity Tools Project By Lee Qing Feng, Ng Say Kai & Chong You Liang Wiki Page: http://cpe802wiimote.pbworks.com

More information

Pressure Sensor 150 to 1150 mbar Product Number: ENPRS015

Pressure Sensor 150 to 1150 mbar Product Number: ENPRS015 imagine explore learn Pressure Sensor 150 to 1150 mbar Product Number: ENPRS015 Overview One of the key factors in almost every experiment involving gases is pressure. The Pressure sensor measures gas

More information

In addition to reading this assignment, also read Appendices A and B.

In addition to reading this assignment, also read Appendices A and B. 1 Kinematics I Introduction In addition to reading this assignment, also read Appendices A and B. We will be using a motion detector to track the positions of objects with time in several lab exercises

More information

OPERATION MANUAL DIVE CALIPER NOT SCALE / IF IN DOUBT ASK* *ALL UNITS IN MM/DEGREES UNLESS SPECIF. Dive Caliper General DC-051

OPERATION MANUAL DIVE CALIPER NOT SCALE / IF IN DOUBT ASK* *ALL UNITS IN MM/DEGREES UNLESS SPECIF. Dive Caliper General DC-051 NOT SCALE / IF IN DOUBT ASK* DIVE CALIPER OPERATION MANUAL *THIS INFORMATION IS THE PROPERTY OF ZEBRA-TECH LTD. ALL RIGHTS RESERVED.* *ALL UNITS IN MM/DEGREES UNLESS SPECIF SURFACE F 3.2 Ra UNLESS S Part

More information

World Robot Olympiad 2019

World Robot Olympiad 2019 World Robot Olympiad 2019 REGULAR CATEGORY GENERAL RULES Age groups Elementary, Junior, Senior (for WeDo Rules, please see the WeDo documents) Version: January 15 th WRO International Premium Partners

More information

Procedures for operation of the TA Instruments DSC

Procedures for operation of the TA Instruments DSC Procedures for operation of the TA Instruments DSC Purpose and Scope: This document describes the procedures and policies for using the MSE TA Instruments DSC. The scope of this document is to establish

More information

CONSUMER MODEL INSTALLATION GUIDE

CONSUMER MODEL INSTALLATION GUIDE CONSUMER MODEL INSTALLATION GUIDE System requirements Windows System Requirements To use your TOMI and its software, your system should have: A Microsoft Windows compatible PC with a Pentium IV processor

More information

Digi Connect ME 9210 Linux: serial port 2 for JTAG modules

Digi Connect ME 9210 Linux: serial port 2 for JTAG modules Digi Connect ME 9210 Linux: serial port 2 for JTAG modules Document History Date Version Change Description 08/05/2009 Initial entry/outline Table of Contents Document History... 2 Table of Contents...

More information

FLL Indonesia Category

FLL Indonesia Category FLL Indonesia Category Rules & Scoring System Page1 This document explains the rules and valid scoring system for FIRST LEGO League (FLL) Indonesia Category in Indonesian Robotic Olympiad 2016 (IRO2016).

More information

Running the LiCor 6400 Infra Red Gas Analyzer (IRGA) with 4 whole-plant cuvettes attached

Running the LiCor 6400 Infra Red Gas Analyzer (IRGA) with 4 whole-plant cuvettes attached Running the LiCor 6400 Infra Red Gas Analyzer (IRGA) with 4 whole-plant cuvettes attached Note: You must read the Primer manual Sections 1-6 before using the IRGA. The manual is located in the wall cabinet

More information

Burner Management System DEMO Operating instructions

Burner Management System DEMO Operating instructions Burner Management System DEMO Operating instructions Burner Management System DEMO Operating Instructions Startup Summary - Normal startup is accomplished in four basic steps: 1. Leak Test a. Safety Valve

More information

Animal Allies Robot Game

Animal Allies Robot Game Animal Allies Robot Game What s Allowed 1 EV3, RCX or Controller 4 Motors What s Allowed As many of the following external sensors as you like: What s Allowed Regular LEGO Elements (non-electric) MINDSTORMS

More information

National Robotics Competition 2018 NRC WRO Challenge Manual

National Robotics Competition 2018 NRC WRO Challenge Manual National Robotics Competition 2018 NRC WRO Challenge Manual Page 1 of 13 A. Competition Categories World Robot Olympiad has three regular competition categories, and an Open category: 1. Regular Category

More information

VOLAR PRODUCTION TRUCK SCOREBOARD CONTROLLER DATA INTEGRATION

VOLAR PRODUCTION TRUCK SCOREBOARD CONTROLLER DATA INTEGRATION VOLAR PRODUCTION TRUCK SCOREBOARD CONTROLLER DATA INTEGRATION INTRODUCTION» In an effort to reduce duplicate data entry and improve the accuracy of that data, Production Truck allows users to integrate

More information

PRODUCT MANUAL. Diver-Mobile for Android

PRODUCT MANUAL. Diver-Mobile for Android PRODUCT MANUAL Diver-Mobile for Android Contact details: Van Essen Instruments B.V. Van Essen Instruments - Canada Delftechpark 20 630 Riverbend Drive, Suite 100 2628 XH Delft Kitchener, ON, The Netherlands

More information

SENSUS PRO MANAGER (for SENSUS or SENSUS PRO devices) User s Guide Palm OS. Version 2.0 Published October 17, ReefNet Inc.

SENSUS PRO MANAGER (for SENSUS or SENSUS PRO devices) User s Guide Palm OS. Version 2.0 Published October 17, ReefNet Inc. SENSUS PRO MANAGER (for SENSUS or SENSUS PRO devices) User s Guide Palm OS Version 2.0 Published October 17, 2002 2002 ReefNet Inc. 1.0 Introduction The SENSUS PRO data recorder captures the time, depth,

More information

Flow Rate Sensor Product Number: ENFLO-A254A

Flow Rate Sensor Product Number: ENFLO-A254A imagine explore learn Flow Rate Sensor Product Number: ENFLO-A254A Overview One of the highlights of any science class is the opportunity to get out of the classroom for field work. The Flow sensor gives

More information

SECTION 2 SMART PAYOUT MANUAL SET FIELD SERVICE MANUAL

SECTION 2 SMART PAYOUT MANUAL SET FIELD SERVICE MANUAL SECTION 2 SMART PAYOUT MANUAL SET FIELD SERVICE MANUAL Innovative Technology assume no responsibility for errors, omissions, or damages resulting from the use of information contained within this manual.

More information

Microsoft Windows Software Manual for FITstep Stream Version 4

Microsoft Windows Software Manual for FITstep Stream Version 4 Thank you for purchasing this product from Gopher. If you are not satisfied with any Gopher purchase for any reason at any time, contact us and we will replace the product, credit your account, or refund

More information

LABORATORY INVESTIGATION

LABORATORY INVESTIGATION LABORATORY INVESTIGATION MEASURING THE RATE OF PHOTOSYNTHESIS Light and Photosynthesis About 2.5-3 billion years ago a new chemical process, photosynthesis, was evolved by a unicellular life form. This

More information

01 TM SuperModified Testing with RS485 <> USB

01 TM SuperModified Testing with RS485 <> USB Testing with RS485 USB 1. Preinstalled cables The Supermodified controller comes with several wires soldered. By default the power and RS485 cables are soldered. I2C and legacy RC servo interface cables

More information

MASK INTEGRITY TEST ACCESSORY (MITA) MODEL 8120

MASK INTEGRITY TEST ACCESSORY (MITA) MODEL 8120 MASK INTEGRITY TEST ACCESSORY (MITA) MODEL 8120 QUICK START GUIDE P/N 6006154, REVISION C MAY 2013 Model 8120 Mask Integrity Tester is patented under U.S. Patent No. 8,312,761. Additional patents are pending.

More information

EASYTOUCH. Because automation makes it all so simple. pentairpool.com

EASYTOUCH. Because automation makes it all so simple. pentairpool.com EASYTOUCH EASYTOUCH CONTROL SYSTEMS PAIRED WITH AUTOMATED CHEMICAL MANAGEMENT Because automation makes it all so simple pentairpool.com EASYTOUCH CONTROL SYSTEMS Who says pool automation has to be costly

More information

Rule 1 of Sumo club is we don t talk about sumo club!

Rule 1 of Sumo club is we don t talk about sumo club! SumoBot Notes 1 The SumoBot Game General Overview: Two robots placed in the ring, facing away from each other. At the start of the match each robot must travel to the edge of the ring before it can engage

More information

Science & Technology. Robotics. Early Simple Machines

Science & Technology. Robotics. Early Simple Machines Science & Technology Robotics Early Simple Machines Science & Technology 639 FIRST LEGO League 638 NXT Robotics 641 NXT Class Packs 643 NXT Accessories 644 Teacher Resources NXT & RCX 646 RCX Robotics

More information

Setting Up the Ingenico isc250 Pinpad via USB

Setting Up the Ingenico isc250 Pinpad via USB One Blue Hill Plaza, 16 th Floor, PO Box 1546 Pearl River, NY 10965 1-800-PC-AMERICA, 1-800-722-6374 (Voice) 845-920-0800 (Fax) 845-920-0880 Setting Up the Ingenico isc250 Pinpad via USB The following

More information

Quintic Automatic Putting Report

Quintic Automatic Putting Report Quintic Automatic Putting Report Tutorial www.quintic.com Introduction The Quintic Automatic Putting Report is designed to work as an add on to our premier Quintic Biomechanics analysis software. Auto

More information

HyperSecureLink V6.0x User Guide

HyperSecureLink V6.0x User Guide HyperSecureLink V6.0x User Guide Note: This software works with the LS-30 Version (06.0x or later) 1, Hardware Installation: 1-1, Connection Diagram for USB or RS-232 Computer Interface To LS-30 CM1 To

More information

Instruction Manual Dräger MSI P7 and MSI P7 plus

Instruction Manual Dräger MSI P7 and MSI P7 plus Dräger MSI GmbH Rohrstraße 32 58093 Hagen Tel.: +49-2331 / 9584-0 Fax: +49-2331 / 9584-29 e-mail: info@draeger-msi.de D 923; Edition 2011-01-01 Content 1. General Hints Page 4 2. The Instrument 2.1 Front

More information

628 Differential Pressure Decay Leak Tester

628 Differential Pressure Decay Leak Tester 628 Differential Pressure Decay Leak Tester The 628 puts Uson s industry leading differential pressure decay sensitivity in your hands and in your budget with no compromise in quality, reliability, and

More information

READ-ME-FIRST RMF-01. DOWNLOAD COMPLETE TECHNICAL OWNER MANUAL

READ-ME-FIRST RMF-01. DOWNLOAD COMPLETE TECHNICAL OWNER MANUAL RMF-01 READ-ME-FIRST DOWNLOAD COMPLETE TECHNICAL OWNER MANUAL www.nuvincicycling.com/downloads HOW TO GET STARTED WITH NFINITY TM GROUP SETS (330/380)? 2 Components of group sets 2 Shifting 3 Adjusting

More information

Fencing Time Version 4.3

Fencing Time Version 4.3 Fencing Time Version 4.3 Upgrading your Fencing Time Server October 2017 Copyright 2017 by Fencing Time, LLC. All rights reserved. Overview Periodically, a new version of Fencing Time is released. In most

More information

Quick Start Guide. A. Hardware installation B. Software installation C. Start the software for the first time D. Do your first measurement

Quick Start Guide. A. Hardware installation B. Software installation C. Start the software for the first time D. Do your first measurement Quick Start Guide This Quick Start Guide describes the hardware and software installation process and the Measurement feature in a simple way. Please follow the sequence of the steps to avoid problems

More information

OxyScan Graphic. Operating Instructions. UMS Micro-oxygen sensor 501. Microprocessor instrument

OxyScan Graphic. Operating Instructions. UMS Micro-oxygen sensor 501. Microprocessor instrument OxyScan Graphic Operating Instructions UMS Micro-oxygen sensor 501 Microprocessor instrument Introduction Thank you for choosing the UMS Micro Oxygen Sensor 501 - a highly advanced product! Please read

More information

IBU3 Manual Addendum 1

IBU3 Manual Addendum 1 This addendum covers the follow items. Connection of airsoft micro switch Connection of Taigen airsoft recoil units Selecting airsoft mode Settings for clutch style gearboxes Motor enable selection Confirmation

More information

AN-140. Protege WX SALLIS Integration Application Note

AN-140. Protege WX SALLIS Integration Application Note AN-140 Protege WX SALLIS Integration Application Note The specifications and descriptions of products and services contained in this document were correct at the time of printing. Integrated Control Technology

More information

Oxygen Sensor with Electrode

Oxygen Sensor with Electrode imagine explore learn Oxygen Sensor with Electrode Product Number: ENOXY-A222 Overview The Oxygen sensor is a maintenance-free galvanic oxygen electrode, capable of measuring Oxygen both in the air and

More information

IT-Olympics Venues High School Competition April 29-30, 2016 **IT-Olympics is for 9 12 Graders Only**

IT-Olympics Venues High School Competition April 29-30, 2016 **IT-Olympics is for 9 12 Graders Only** IT-Olympics Venues High School Competition April 29-30, 2016 **IT-Olympics is for 9 12 Graders Only** There are four venues in the 2016 IT-Olympics competition: Application Development Cyber Defense Robotics

More information

How to zero calibrate your CO2 sensor with a GSS evaluation kit

How to zero calibrate your CO2 sensor with a GSS evaluation kit How to zero calibrate your CO2 sensor with a GSS evaluation kit We recommend that you zero calibrate your CO2 sensor before using it. For most applications we recommend using autocalibration. This is the

More information

Digi Connect ME 9210 Linux: 2 nd serial over FIM

Digi Connect ME 9210 Linux: 2 nd serial over FIM Digi Connect ME 9210 Linux: 2 nd serial over FIM Document History Date Version Change Description 09/04/2009 Initial entry/outline Table of Contents Document History... 2 Table of Contents... 2 1 Problem

More information

Automatic Isokinetic Sampler. ST5 Evo

Automatic Isokinetic Sampler. ST5 Evo Automatic Isokinetic Sampler ST5 Evo Automatic Isokinetic Sampler ST5 Evo Moreover, in case of pump failure, the CU can work with a spare Dado PU unit or with any pump capable to supply the needed flowrate,

More information

GPS OWNERS MANUAL. All PowaKaddy electric trolleys have been awarded the Quiet Mark by the Noise Abatement Society

GPS OWNERS MANUAL. All PowaKaddy electric trolleys have been awarded the Quiet Mark by the Noise Abatement Society OWNERS MANUAL GPS All PowaKaddy electric trolleys have been awarded the Quiet Mark by the Noise Abatement Society The PowaKaddy Update App Available to download from the Apple App store and Google Play

More information

Read this first: To maximize performance and eliminate surprises, the team must take the time to read and understand FOUR documents:

Read this first: To maximize performance and eliminate surprises, the team must take the time to read and understand FOUR documents: FOOD FACTOR 2011 ROBOT GAMES - RULES Read this first: To maximize performance and eliminate surprises, the team must take the time to read and understand FOUR documents: :: FLL Field Setup Instructions

More information

Wiimote in Physical Etoys

Wiimote in Physical Etoys Wiimote in Physical Etoys Due to the popularity and the different features that the Nintendo Wiimote has, in this tutorial we will see how to access to some of them from Physical Etoys in order to make

More information

Rulebook Revision 2016 v1.0 Published September 18, 2015 Sponsored By

Rulebook Revision 2016 v1.0 Published September 18, 2015 Sponsored By Rulebook Revision 2016 v1.0 Published September 18, 2015 Sponsored By 1 Table of Contents 1 General Overview... 3 1.1 General Team Rules... 3 2 Mini-Urban Challenge... 4 2.1 The Challenge... 4 2.2 Navigation...

More information

Series Ruska Digital Pressure Indicator. GE Sensing & Inspection Technologies. Features

Series Ruska Digital Pressure Indicator. GE Sensing & Inspection Technologies. Features GE Sensing & Inspection Technologies Series 7050 Ruska Digital Pressure Indicator Features Pressure ranges from 0 to 10 inh2o and 0 to 1500 psi (0 to 25 mbar and 0 to 100 bar) Choose from three models:

More information

Please note. Right now, the ongoing version of emax (3.9C) is not already completely compatible with the newest firmware version of Shimano!

Please note. Right now, the ongoing version of emax (3.9C) is not already completely compatible with the newest firmware version of Shimano! June 14th, 2018 Please note Right now, the ongoing version of emax (3.9C) is not already completely compatible with the newest firmware version 4.4.5 of Shimano! With firmware version 4.4.5, 4.4.4, 4.4.2

More information

Purpose: Hypothesis: Procedure:

Purpose: Hypothesis: Procedure: Name: Block: Properties of Water Lab As we have discussed in class and on notes, water has many unique properties that are critical to life on Earth. The goal of this lab is to study the properties of

More information

JETFIRST 150 RTA SYSTEM OPERATING MANUAL Version: 2 Feb 2012

JETFIRST 150 RTA SYSTEM OPERATING MANUAL Version: 2 Feb 2012 JETFIRST 150 RTA SYSTEM OPERATING MANUAL Version: 2 Feb 2012 UNIVERSITY OF TEXAS AT ARLINGTON Nanofabrication Research and Teaching Facility TABLE OF CONTENTS 1. Introduction....2 1.1 Scope of Work.....2

More information

Soft Systems. Log Flume - 1. Enter Specification. Activity One ACTIVITIES. Help. for Logicator

Soft Systems. Log Flume - 1. Enter Specification. Activity One ACTIVITIES. Help. for Logicator Log Flume - 1 ACTIVITIES These sheets present a series of activities for building your own programs to control the Log Flume Soft System. Together, they build into a complete control system for the log

More information

USER GUIDE USER GUIDE

USER GUIDE USER GUIDE 1 TABLE OF CONTENTS GETTING STARTED 2 Included in the box 2 Compatible smartphones 2 Accessories: 2 Download Mobitee and PIQ application 2 GET STARTED WITH MOBITEE AND PIQ 3 Create your Account and Login

More information

Chapter 6. Gas Analyser Interface. Hanatech Co., Ltd.

Chapter 6. Gas Analyser Interface. Hanatech Co., Ltd. Gas Analyser Interface The interface between the scanner and the gas analyser is available between Gas analyzer and ULTRASCAN P1 scanner. HOST-PRO PC interface program is also necessary to add the real-time

More information

Boyle s Law: Pressure-Volume Relationship in Gases

Boyle s Law: Pressure-Volume Relationship in Gases Boyle s Law: Pressure-Volume Relationship in Gases The primary objective of this experiment is to determine the relationship between the pressure and volume of a confined gas. The gas we will use is air,

More information

EasyTouch. Because automation makes it all so simple. Pool and Spa Control Systems. by Pentair Water Pool and Spa

EasyTouch. Because automation makes it all so simple. Pool and Spa Control Systems. by Pentair Water Pool and Spa EasyTouch Pool and Spa Control Systems by Pentair Water Pool and Spa Because automation makes it all so simple EasyTouch Pool and Spa Control Systems Who says pool automation has to be costly and complicated?

More information

USER MANUAL. Intelligent Diagnostic Controller IDC24-A IDC24-AF IDC24-AFL IDC24-F IDP24-A * IDP24-AF * IDP24-AFL * IDP24-F * 1/73

USER MANUAL. Intelligent Diagnostic Controller IDC24-A IDC24-AF IDC24-AFL IDC24-F IDP24-A * IDP24-AF * IDP24-AFL * IDP24-F * 1/73 USER MANUAL Intelligent Diagnostic Controller IDC24-A IDC24-AF IDC24-AFL IDC24-F IDP24-A * IDP24-AF * IDP24-AFL * IDP24-F * *) Require software ID: DID-SW-001 1/73 Table of contents 1 General... 3 1.1

More information