Exercise 3. Task Programs EXERCISE OBJECTIVE

Size: px
Start display at page:

Download "Exercise 3. Task Programs EXERCISE OBJECTIVE"

Transcription

1 Exercise 3 Task Programs EXERCISE OBJECTIVE In this exercise, you will be introduced to task programs and task commands available in Robotics. You will also be introduced to the Task Editor window in Robotics. You will learn to use the Moveto, Speed, and End task commands. In the Procedure section, you will save position points using Robotics. You will also associate task commands with position points to create task programs. DISCUSSION Task Programs Task programs consist in a list of instructions lines containing position points and task commands. The position points are determined using the Hand-Held Terminal or Robotics. Once they are created, the points are transferred in the Task Editor window to form a point list as shown in Figure 3-1. In this figure, the point list (right column) contains 3 points: Home, (R11,C5) and (R8,C8). Figure 3-1. Task Editor window. When writing a program, the points are selected in the point list and copy in the left column of the Task Editor where they are associated with task commands. Note that the name of a point in the left column must be exactly the same as the spelling of the point in the right column. The points in the right column can be used as often as desired, and it is not required to use each of them. 3-1

2 Task commands are entered by placing the cursor beside a line number and by typing the command name. In the task program shown in Figure 3-1, three task commands are used: Moveto, Speed and End. When executing, this task program will cause the Servo Robot to move to the home position, move to point (R11,C5) at a speed of 80, move to point (R8,C8) at a speed of 15. Then the program ends. As Table 3-1 shows, many task commands are available in Robotics. They are described in the exercises where they are used for the first time. They are also described in Appendix C. TASK COMMANDS Carousel(x,y) End Lathe Restart CNCinput(x,y) Endif Message Return CNCoutput(x,y) Error Mill Runto Delay Gosub Moveto Speed Do Home Output(x) Sub Driveto If Relay(x) Until Else Input(x) Repeat While Table 3-1. Task commands. As you will learn in this manual, a task program is much more than just a point list. It includes commands, data, comments, and control information capable of being executed by the Servo Robot and external devices. In task programming, the program is run from the host computer and the file is saved to the hard drive of the computer. Note that you cannot save a point-to-point program in Robotics. If Robotics is closed before a task program is created, all points in the Point Editor window will be lost. Task Commands In this exercise, you will be introduced to the Moveto, Speed, and End task commands. Moveto: This command tells the Robot Controller to execute either a position or a control point. The syntax and the parameters associated with the command are as follows: Moveto <string point name>. Example: MOVETO POINT1. Speed: This command allows you to set an override speed value for all instruction lines that follow the line containing the Speed command. All position point moves will be executed at this new speed. The position points that follow a Speed command set at 0 will be at their own defined speeds. The syntax and the parameters associated with the Speed command are: Speed <integer between 0 and 99>. Example: SPEED

3 End: This command ends the execution of the current task program. It can be placed anywhere in the task program but unless you are defining subroutines, all instruction lines past the End command will never be executed. Programming using the Hand-Held Terminal or Robotics? Both the Hand-Held Terminal and Robotics can be used for point-to-point programming. The advantage in using the Hand-Held Terminal is mobility. You can move to a position to see and locate the equipment with precision. You are not tied to the computer. With Robotics, one of the advantages is the simplicity to develop a program. You basically point and click to move the Servo Robot and select points. The editing and labeling processes are also very convenient. Furthermore, the capabilities of Robotics to create a task program are not available when using the Hand-Held Terminal alone. The use of both systems in the design of a program allows precise movements and simplicity to program. Procedure Summary In the first part of the exercise, Set-up, you will install and connect the equipment. In the second part, Creating a Point-to-Point Program Using Robotics, you will create a point-to-point program using Robotics. You will use these points to create a task program in the fourth part of the exercise. In the third part, Testing a Point-to-Point Program, you will test the point-to-point program using the Move and Execute commands. In the fourth part, Creating a Task Program, you will create a task program using the points saved in the second part and by entering task commands. Then you will execute the program. In the last part of the exercise, Shutdown Procedure, you will shut down the system. EQUIPMENT REQUIRED Refer to the Equipment Utilization Chart, in Appendix A of this manual, to obtain the list of equipment required to perform this exercise. PROCEDURE CAUTION! When you work with moving equipment, make sure you are not wearing anything that might get caught, such as a tie or jewelry. If your hair is long, tie it out of the way. 3-3

4 Set-up G 1. Install the Servo Robot as shown in Figure 3-2. Figure 3-2. Location of the equipment on the Work Surface. G 2. Place a film canister at positions (R4,C11) and (R8,C11), and a metallic can, with the opening on top, at position (R10,C8). G 3. Make sure that the emergency stop button is released (in the up position) and easily accessible. G 4. Connect the equipment as shown in Appendix B. Refer to the User Guide of your training system for detailed instructions. Note: If the cables have already been installed by your instructor or classmates, verify each connection. 3-4

5 Task Programs Creating a Point-to-Point Program Using Robotics G 5. Turn on the Robot Controller by setting its power switch at the I (on) position. Note: Perform the following steps using Robotics. G 6. Launch Robotics. G 7. Select Online in the Robot menu to enable the control of the Servo Robot from the host computer. G 8. Execute a hard home positioning. G 9. Open the Point Editor window by selecting Point Editor in the Window menu. The Point Editor window must be in Teach mode. G 10. Set the speed at 80. G 11. Fully open the gripper and place it 50 mm (2 in) above the film canister at position (R4,C11) as shown in Figure 3-3. Save the point by performing the following steps: & Click the Save Position Point button. & In the Save Position window, ensure the Robot check box is enabled (checked). Click the Save button if you accept the default name shown in the Point Name field, or enter a new name before clicking the Save button. Figure 3-3. Gripper position. 3-5

6 G 12. Set the speed at 15. Note: The speed is reduced to help you to position and grip the film canister with precision. G 13. Lower the gripper and grip the film canister as shown in Figure 3-4 without saving the point. Once the gripper position is adjusted correctly, open the gripper. Save the point. Figure 3-4. Gripping the film canister with the gripper. G 14. Set the speed at 80. G 15. Close the gripper to grip the film canister. Save the point. G 16. Raise the film canister 20 cm (8 in) above the Work Surface. Save the point. G 17. Rotate the shoulder of the Servo Robot to move the film canister horizontally above the opening of the metallic can at position (R10,C8). Do not lower the film canister now. Save the point. G 18. Set the speed at 15. G 19. Lower the film canister 25 mm (1 in) above the opening of the metallic can. Save the point. G 20. Set the speed at

7 G 21. Open the gripper to drop the film canister into the metallic can. Save the point. G 22. Raise the gripper 20 cm (8 in) above the Work Surface. Save the point. G 23. Repeat the preceding manipulations to pick and drop the second film canister into the metallic can. Note: Do not forget to reduce the speed when required and to save all significant points. Testing a Point-to-Point Program G 24. Replace the film canisters at positions (R4,C11) and (R8,C11) manually. G 25. Test the validity of your points by performing the following steps: In the point list of the Point Editor, double-click the point named Home to select it, then click the Move button. The Servo Robot will move to the Home position. Note: You can also access the Move instruction using the Context-Sensitive Menu Commands. To do so, place the mouse pointer in the point list of the Point Editor then click the right button of the mouse. Select the Move To option. Refer to the User Guide of your training system to obtain more information about the Context-Sensitive Menu Commands. Once the Servo Robot has completed its movement to the home position, double-click the next point in the point list, then click the Move button. The Servo Robot will move to this point. CAUTION! If you select a point that is not the next point in the point list, the Servo Robot will interpolate the straight-line path to the chosen point and move to the point. If an obstacle is present between the current location and the selected point, a collision will occur. Execute all points sequentially. Note the point where the Servo Robot picks the second film canister. Later in this exercise, you will change the speed in the program at this moment. G 26. Test your point-to-point program by clicking the Execute button in the Point Editor window. This will cause the point-to-point program to be executed once. Note: If you close Robotics now, the point sequence will be deleted. 3-7

8 Creating a Task Program G 27. Until now, you have saved the necessary points, but you have not yet developed a task program that can be executed from the computer. Create a task program from the point listed in the Point Editor by performing the following steps: Select New in the File menu to open the Program Information window. Enter your name in the Author field, and the date in the Date field. Click the OK button to save your entries. The Task Editor window will open. Select all points in the Point Editor window and drag them in the right column of the Task Editor window. Note: To select a group of points, highlight the points by clicking on each point while holding the Ctrl key pressed, or by clicking the first and last point of the list while holding the Shift key pressed. Select all points in the right column of the Task Editor window and drag them in the left column of the Task Editor window while holding the Ctrl key pressed. Note: Holding the Ctrl key pressed while dragging and dropping the points is a shortcut to insert the Moveto task command to the points. Ensure that the Moveto command is inserted at the left of each point name. The first instruction line should be Moveto Home and the last line should be End. Insert a Speed task command after the Moveto Home instruction line. Set the speed at 99. Insert a Speed task command where the Servo Robot picks the second film canister. Set the speed at 20. The Task Editor window should be similar to the one shown in Figure 3-5. The name and number of points may differ. 3-8

9 Figure 3-5. Task Editor window. G 28. Save your task program by selecting Save or Save As in the File menu, as EXE_3_A. G 29. Replace the film canisters at positions (R4,C11) and (R8,C11) manually. G 30. Execute your task program by selecting Run Task in the Robot menu. This will cause the Run Task window to open, and the task program to be compiled. If no errors are present in the program, the message No errors detected will appear in the Run Task window. G 31. Click the Run button to start the execution. G 32. Does the execution of the task program confirm that the Speed command set an override speed for all points that follow? G Yes G No Note: Execute the next step without film canisters. 3-9

10 G 33. Enable the Repeat Task check box to repeat the task program. While the Servo Robot moves from point to point, observe the information displayed in the Run Task window. Describe the information shown in the Run Task window. G 34. Once your observation is completed, click the Pause button to abort the execution. Close the Run Task window. Shutdown Procedure G 35. Make sure that there is nothing inside the gripper. G 36. Clear the area around the Servo Robot so that it will not hit anything when it moves. G 37. Execute a hard home positioning. G 38. Turn off the Robot Controller by setting its power switch at the O (off) position. G 39. Disconnect the system and return the equipment to its storage location. CONCLUSION In this exercise, you learned to create a task program. You operated the Servo Robot using Robotics to create the position points. You copied and saved the position points into the Task Editor window. You inserted the required task commands to create a task program. You tested and saved your task program. 3-10

11 REVIEW QUESTIONS 1. In which window of Robotics are task commands inserted? a. Point Editor window. b. Task Editor window. c. Main window. d. All of the above. 2. Task programs can be designed with both Robotics and the Hand-Held Terminal. G Yes G No 3. Name an advantage of the Hand-Held Terminal over Robotics. 4. Name an advantage of Robotics over the Hand-Held Terminal. 5. Describe what happens when the Speed command is set at

Exercise 3-1. Program Editing, Using RoboCIM EXERCISE OBJECTIVE

Exercise 3-1. Program Editing, Using RoboCIM EXERCISE OBJECTIVE Exercise 3-1 Program Editing, Using RoboCIM EXERCISE OBJECTIVE In this exercise, you will learn how to modify the points recorded in a RoboCIM program. You will also learn how to insert or delete commands

More information

Exercise 2-2. Programming, Using the Teach Pendant EXERCISE OBJECTIVE

Exercise 2-2. Programming, Using the Teach Pendant EXERCISE OBJECTIVE Exercise 2-2 Programming, Using the Teach Pendant EXERCISE OBJECTIVE In this exercise, you will learn new terms used in the robotics field. You will learn how to record points and use them to edit a robot

More information

Exercise 2-1. Programming, Using RoboCIM EXERCISE OBJECTIVE

Exercise 2-1. Programming, Using RoboCIM EXERCISE OBJECTIVE Exercise 2-1 Programming, Using RoboCIM EXERCISE OBJECTIVE In this exercise, you will learn new terms used in the robotics field. You will learn how to record points and use them to edit a robot program.

More information

Control of the Lab-Volt Servo Robot and Linear Slide, Using the RoboCIM 5250 Software

Control of the Lab-Volt Servo Robot and Linear Slide, Using the RoboCIM 5250 Software Exercise 2 Control of the Lab-Volt Servo Robot and Linear Slide, EXERCISE OBJECTIVE When you have completed this exercise, you will be able to set up and operate a system that uses the Lab-Volt Servo Robot

More information

Control of the Lab-Volt Servo Robot and Rotary Carousel, Using the RoboCIM 5250 Software

Control of the Lab-Volt Servo Robot and Rotary Carousel, Using the RoboCIM 5250 Software Exercise 4 Control of the Lab-Volt Servo Robot and Rotary Carousel, EXERCISE OBJECTIVE When you have completed this exercise, you will be able to set up and operate a system that uses the Lab-Volt Servo

More information

Courseware Sample F0

Courseware Sample F0 Automation and Robotics Courseware Sample 39468-F0 A AUTOMATION AND ROBOTICS COURSEWARE SAMPLE by the Staff of Lab-Volt Ltd. Copyright 2007 Lab-Volt Ltd. All rights reserved. No part of this publication

More information

RobWin7 instruction manual

RobWin7 instruction manual Using ROBWIN v7.1.14 with ROBOFORTH II v13x up RobWin Sands Technology International; This is a Windows based application which runs in the computer. It communicates with the robot controller and also

More information

SIMPLE TEXT LAYOUT FOR COREL DRAW. When you start Corel Draw, you will see the following welcome screen.

SIMPLE TEXT LAYOUT FOR COREL DRAW. When you start Corel Draw, you will see the following welcome screen. SIMPLE TEXT LAYOUT FOR COREL DRAW When you start Corel Draw, you will see the following welcome screen. A. Start a new job by left clicking New Graphic. B. Place your mouse cursor over the page width box.

More information

VISION BASICS. Introduction (note materials updated for Vision 6.8.0)

VISION BASICS. Introduction (note materials updated for Vision 6.8.0) SAYRE AREA SCHOOL DISTRICT TECHNOLOGY TIPS VISION BASICS Introduction (note materials updated for Vision 6.8.0) Vision is a new software program for monitoring and controlling students computers in a lab

More information

Dell Canvas Layout. Version 1.0 User s Guide

Dell Canvas Layout. Version 1.0 User s Guide Dell Canvas Layout Version 1.0 User s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either

More information

SOFTWARE KR C... User Programming. KUKA System Software (KSS) Release 4.1. Issued: 14 Jul 2003 Version: 03. ProgAnwenderR en.

SOFTWARE KR C... User Programming. KUKA System Software (KSS) Release 4.1. Issued: 14 Jul 2003 Version: 03. ProgAnwenderR en. SOFTWARE KR C... User Programming KUKA System Software (KSS) Release 4.1 Issued: 14 Jul 2003 Version: 03 1of 60 e Copyright KUKA Roboter GmbH This documentation or excerpts therefrom may not be reproduced

More information

Activity: page 1/10 Introduction to Excel. Getting Started

Activity: page 1/10 Introduction to Excel. Getting Started Activity: page 1/10 Introduction to Excel Excel is a computer spreadsheet program. Spreadsheets are convenient to use for entering and analyzing data. Although Excel has many capabilities for analyzing

More information

WINDOWS NT BASICS

WINDOWS NT BASICS WINDOWS NT BASICS 9.30.99 Windows NT Basics ABOUT UNIVERSITY TECHNOLOGY TRAINING CENTER The University Technology Training Center (UTTC) provides computer training services with a focus on helping University

More information

MICROBOT TeachMover II

MICROBOT TeachMover II MICROBOT TeachMover II Table of Contents Introduction What s New? Installation and Configuration Running the TeachVAL II IDE Running TeachVAL II from a Separate IDE Major Hardware Components Arm Initialization

More information

Click Here to Begin OS X. Welcome to the OS X Basics Learning Module.

Click Here to Begin OS X. Welcome to the OS X Basics Learning Module. OS X Welcome to the OS X Basics Learning Module. This module will teach you the basic operations of the OS X operating system, found on the Apple computers in the College of Technology computer labs. The

More information

RoboStamp Basic Software (A tutorial by Technotutorz)

RoboStamp Basic Software (A tutorial by Technotutorz) RoboStamp Basic Software (A tutorial by ) The Robostamp robotic kit is one of the robots used as standard in the workshops. Two versions can be built up: the izebot and the RoboTank. The Robostamp can

More information

How to Make a Sign. Eagle Plasma LLC. Accessing the included step by step.dxf files

How to Make a Sign. Eagle Plasma LLC. Accessing the included step by step.dxf files Eagle Plasma LLC How to Make a Sign Accessing the included step by step.dxf files The following tutorial is designed to teach beginners, screen by screen, to create a simple sign project. In this lesson

More information

1 Overview Sequencer PS2 Control...26 C O N T E N T S INTRODUCTION...5 USER INTERFACE...6 CONNECTING...7 SIMULATOR...

1 Overview Sequencer PS2 Control...26 C O N T E N T S INTRODUCTION...5 USER INTERFACE...6 CONNECTING...7 SIMULATOR... AL5 ARM GUIDE C O N T E N T S CHAPTER 1 1 Overview...4 INTRODUCTION...5 USER INTERFACE...6 CONNECTING...7 CONNECTING VIA USB (FOR SSC-32U, RB-LYN-850)...7 CONNECTING VIA SERIAL CABLE (FOR DISCONTINUED

More information

SCORBASE. User Manual. Version 5.3 and higher. for SCORBOT ER-4u SCORBOT ER-2u ER-400 AGV Mobile Robot. Catalog #100342, Rev. G

SCORBASE. User Manual. Version 5.3 and higher. for SCORBOT ER-4u SCORBOT ER-2u ER-400 AGV Mobile Robot. Catalog #100342, Rev. G SCORBASE Version 5.3 and higher for SCORBOT ER-4u SCORBOT ER-2u ER-400 AGV Mobile Robot User Manual Catalog #100342, Rev. G February 2006 Copyright 2006 Intelitek Inc. SCORBASE USER MANUAL Catalog #100342,

More information

Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows

Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows Microsoft Word is a word processing software package. You can use it to type letters, reports, and other documents. This tutorial teaches

More information

Basic Windows 95 Skills

Basic Windows 95 Skills Building Mouse Skills Click press left mouse button once used to select options in menus or to move your cursor Double click press left mouse button twice without moving the mouse pointer used on icons

More information

Boise State University. Getting To Know FrontPage 2000: A Tutorial

Boise State University. Getting To Know FrontPage 2000: A Tutorial Boise State University Getting To Know FrontPage 2000: A Tutorial Writers: Kevin Gibb, Megan Laub, and Gayle Sieckert December 19, 2001 Table of Contents Table of Contents...2 Getting To Know FrontPage

More information

Unit 2: Using Windows 7 Lesson 9

Unit 2: Using Windows 7 Lesson 9 Unit : Using Windows 7 Lesson 9 Lesson 9 Looking at the Windows Desktop Objectives In this lesson, you will be introduced to the Windows desktop and how to navigate around in Windows. On successful completion,

More information

BasicScript 2.25 User s Guide. May 29, 1996

BasicScript 2.25 User s Guide. May 29, 1996 BasicScript 2.25 User s Guide May 29, 1996 Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted in any form or by any means, electronic

More information

Mobile Arm Simulation 3D

Mobile Arm Simulation 3D Operating Manual Mobile Arm Simulation 3D January 2012, Heilbronn MAS3D-OperatingManual Neobotix GmbH all rights reserved 1 of 19 Contents 1 Introduction...3 1.1 Contents of this document...3 1.2 Format

More information

Making Windows XP work for you

Making Windows XP work for you Making Windows XP work for you With each version of Windows that has been released over the past several years, Microsoft and other developers have been made aware of the issues surrounding accessibility

More information

6. Essential Spreadsheet Operations

6. Essential Spreadsheet Operations 6. Essential Spreadsheet Operations 6.1 Working with Worksheets When you open a new workbook in Excel, the workbook has a designated number of worksheets in it. You can specify how many sheets each new

More information

The LabVIEW Programming Environment and Basic Operations

The LabVIEW Programming Environment and Basic Operations Page 1 of 14 UNM The LabVIEW Programming Environment and Basic Operations Introduction In this hands-on, you will learn about the LabVIEW programming environment. You will also write a simple Virtual Instrument

More information

WinSCP. Author A.Kishore/Sachin

WinSCP. Author A.Kishore/Sachin WinSCP WinSCP is a freeware windows client for the SCP (secure copy protocol), a way to transfer files across the network using the ssh (secure shell) encrypted protocol. It replaces other FTP programs

More information

(1) (1) English Edition. Tutorial Guide Sony Corporation 2002 Sony Corporation

(1) (1) English Edition. Tutorial Guide Sony Corporation 2002 Sony Corporation 4-659-404-11(1) 4-652-241-11(1) English Edition Tutorial Guide 2001 Sony Corporation 2002 Sony Corporation Table of contents Introduction Before You Start... 8 About the Manuals... 8 About the Online Manuals...

More information

INTRODUCTION TO LABVIEW

INTRODUCTION TO LABVIEW INTRODUCTION TO LABVIEW 2nd Year Microprocessors Laboratory 2012-2013 INTRODUCTION For the first afternoon in the lab you will learn to program using LabVIEW. This handout is designed to give you an introduction

More information

Access Intermediate

Access Intermediate Access 2013 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC124 AC125 Selecting Fields Pages AC125 AC128 AC129 AC131 AC238 Sorting Results Pages AC131 AC136 Specifying Criteria Pages

More information

Microsoft Excel Microsoft Excel

Microsoft Excel Microsoft Excel Excel 101 Microsoft Excel is a spreadsheet program that can be used to organize data, perform calculations, and create charts and graphs. Spreadsheets or graphs created with Microsoft Excel can be imported

More information

Appendix J: Using Shortcut Keys and Shortcut Menus

Appendix J: Using Shortcut Keys and Shortcut Menus Appendix J: Using Shortcut Keys and Shortcut Menus Introduction This appendix covers shortcuts to many of the menu options, dialog boxes, and commands used in PC-DMIS. Using shortcuts will speed up your

More information

Creating a PCB Design with OrCAD PCB Editor

Creating a PCB Design with OrCAD PCB Editor Creating a PCB Design with OrCAD PCB Editor This guide is focused on learning how to create a PCB (Printed Circuit board) design. The guide will make use of the PCB Flow menu that is part of this workshop

More information

After completing this appendix, you will be able to:

After completing this appendix, you will be able to: 1418835463_AppendixA.qxd 5/22/06 02:31 PM Page 879 A P P E N D I X A A DEBUGGING After completing this appendix, you will be able to: Describe the types of programming errors Trace statement execution

More information

Years after US Student to Teacher Ratio

Years after US Student to Teacher Ratio The goal of this assignment is to create a scatter plot of a set of data. You could do this with any two columns of data, but for demonstration purposes we ll work with the data in the table below. The

More information

Advanced Copy Pro 9.0 Plugin User Guide

Advanced Copy Pro 9.0 Plugin User Guide Advanced Copy Pro 9.0 Plugin User Guide UPDATED ON 6/26/2018 PlanSwift Authored by: Dave Hansen 1 Table of Contents Overview... 3 Purchasing and Installation... 4 Purchasing Plugins... 4 Installation and

More information

Corel Ventura 8 Introduction

Corel Ventura 8 Introduction Corel Ventura 8 Introduction Training Manual A! ANZAI 1998 Anzai! Inc. Corel Ventura 8 Introduction Table of Contents Section 1, Introduction...1 What Is Corel Ventura?...2 Course Objectives...3 How to

More information

Adding Content to Blackboard

Adding Content to Blackboard Adding Content to Blackboard Objectives... 2 Task Sheet for: Adding Content to Blackboard... 3 What is Content?...4 Presentation Type and File Formats... 5 The Syllabus Example... 6 PowerPoint Example...

More information

CDS 32 Version 2.xx File Utilities

CDS 32 Version 2.xx File Utilities CDS 32 Version 2.xx File Utilities c2004 Pristine Systems, Inc. CONTENTS Addendum, 7 Addendum, Marking Multiple Selections, 7 Audio File Manager, 3 A Move, 3 M N E Network Audio Manager, 4 Exit, 4 R F

More information

Using Microsoft Word. Paragraph Formatting. Displaying Hidden Characters

Using Microsoft Word. Paragraph Formatting. Displaying Hidden Characters Using Microsoft Word Paragraph Formatting Every time you press the full-stop key in a document, you are telling Word that you are finishing one sentence and starting a new one. Similarly, if you press

More information

Code::Blocks Student Manual

Code::Blocks Student Manual Code::Blocks Student Manual Lawrence Goetz, Network Administrator Yedidyah Langsam, Professor and Theodore Raphan, Distinguished Professor Dept. of Computer and Information Science Brooklyn College of

More information

2. Click the From Beginning command in the Start Slide Show group to start the slide show with the first slide.

2. Click the From Beginning command in the Start Slide Show group to start the slide show with the first slide. Presenting Slide Show Introduction Page 1 Once your slide show is completed, you will need to learn how to present it to an audience. PowerPoint offers several tools and features that can assist you in

More information

SSC32 SERVO SEQUENCER GUIDE

SSC32 SERVO SEQUENCER GUIDE SSC32 SERVO SEQUENCER GUIDE C O N T E N T S CHAPTER 1 1 Overview 3 INTRODUCTION... 4 USER INTERFACE... 5 CONNECTING... 6 CONNECTING VIA SERIAL CABLE...6 SERVO CONTROLS... 7 SERVO CONFIGURATION...8 CONTROL

More information

Reading: Managing Files in Windows XP

Reading: Managing Files in Windows XP Student Resource 13.4a Reading: Managing Files in Windows XP Directions: All recent versions of Windows (XP, Vista, Windows 7) have fairly similar ways of managing files, but their graphic user interfaces

More information

Create a Scrapbook Page

Create a Scrapbook Page Create a Scrapbook Page You are now going to create a scrapbook page that will contain an arrangement of pictures and text. 1. Open Photoshop start > programs > Adobe Master Collection > Photoshop CS5

More information

Working with Macros. Creating a Macro

Working with Macros. Creating a Macro Working with Macros 1 Working with Macros THE BOTTOM LINE A macro is a set of actions saved together that can be performed by issuing a single command. Macros are commonly used in Microsoft Office applications,

More information

Hands-on Lab 1: LabVIEW NI-DAQ Basics 1

Hands-on Lab 1: LabVIEW NI-DAQ Basics 1 Hands-on Lab 1: LabVIEW NI-DAQ Basics 1 This lab reviews LabVIEW concepts needed towards the course s final objective of position regulation using computer-controlled state feedback. Specific LabVIEW concepts

More information

Word 1 Module 2. Word 1. Module 2

Word 1 Module 2. Word 1. Module 2 Word 1 Module 2 Revised 5/1/17 Contents Create a New Document...2 Class Walkthrough 2.1...2 Entering Text into a Document...2 Class Walkthrough 2.2...2 Lines of Text vs. Paragraphs...2 Insertion Point...3

More information

2 The Stata user interface

2 The Stata user interface 2 The Stata user interface The windows This chapter introduces the core of Stata s interface: its main windows, its toolbar, its menus, and its dialogs. The five main windows are the Review, Results, Command,

More information

Profile Modeler Profile Modeler ( A SuperControl Product )

Profile Modeler Profile Modeler ( A SuperControl Product ) Profile Modeler ( A SuperControl Product ) - 1 - Index Overview... 3 Terminology... 3 Launching the Application... 4 File Menu... 4 Loading a File:... 4 To Load Multiple Files:... 4 Clearing Loaded Files:...

More information

Audacity Tutorial. 1. Connect your headset or your microphone into the USB port of your computer before opening the Audacity software.

Audacity Tutorial. 1. Connect your headset or your microphone into the USB port of your computer before opening the Audacity software. Set up Audacity Tutorial 1. Connect your headset or your microphone into the USB port of your computer before opening the Audacity software. 2. Double click on the Audacity icon to open the software. 3.

More information

Access Intermediate

Access Intermediate Access 2010 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC116 AC117 Selecting Fields Pages AC118 AC119 AC122 Sorting Results Pages AC125 AC126 Specifying Criteria Pages AC132 AC134

More information

Using Windows 7 Explorer By Len Nasman, Bristol Village Computer Club

Using Windows 7 Explorer By Len Nasman, Bristol Village Computer Club By Len Nasman, Bristol Village Computer Club Understanding Windows 7 Explorer is key to taking control of your computer. If you have ever created a file and later had a hard time finding it, or if you

More information

DCN Synoptic Microphone Control. Software User Manual en LBB 3571

DCN Synoptic Microphone Control. Software User Manual en LBB 3571 DCN en LBB 3571 GENERAL CONTENTS Chapter 1-1.1 About 1.2 What is a synoptic layout? 1.3 Controlling microphones Chapter 2 - Getting Started 2.1 Starting 2.2 Using Help Chapter 3 - Preparing for a Conference

More information

Introduction And Overview ANSYS, Inc. All rights reserved. 1 ANSYS, Inc. Proprietary

Introduction And Overview ANSYS, Inc. All rights reserved. 1 ANSYS, Inc. Proprietary Introduction And Overview 2006 ANSYS, Inc. All rights reserved. 1 ANSYS, Inc. Proprietary The ANSYS Workbench represents more than a general purpose engineering tool. It provides a highly integrated engineering

More information

Unlike other computer programs you may have come across, SPSS has many user

Unlike other computer programs you may have come across, SPSS has many user 7 2 Some Basic Steps in SPSS FILES FOR CHAPTER 2:.SPSS_demo.sav Chapter 2_Basic steps.spv You can find them in the Data files folder of the zipped file you downloaded from http:// oluwadiya.sitesled.com/files/

More information

Edgecam Getting Started Guide

Edgecam Getting Started Guide Edgecam Getting Started Guide Getting Started October 2016 1 Contents Contents... 2 Introduction... 4 About this Guide... 4 Other Resources... 5 What is Edgecam?... 6 Supporting Applications... 7 Installing

More information

Introduction to IBM Rational HATS For IBM System i (5250)

Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web application capable of transforming

More information

SKILL AREA 210: USE A WORD PROCESSING SOFTWARE. Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows...5

SKILL AREA 210: USE A WORD PROCESSING SOFTWARE. Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows...5 Contents Microsoft Word 2007...5 Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows...5 The Microsoft Office Button...6 The Quick Access Toolbar...6 The Title Bar...6 The Ribbon...6 The Ruler...6

More information

Lecture- 5. Introduction to Microsoft Excel

Lecture- 5. Introduction to Microsoft Excel Lecture- 5 Introduction to Microsoft Excel The Microsoft Excel Window Microsoft Excel is an electronic spreadsheet. You can use it to organize your data into rows and columns. You can also use it to perform

More information

Chapter11 practice file folder. For more information, see Download the practice files in this book s Introduction.

Chapter11 practice file folder. For more information, see Download the practice files in this book s Introduction. Make databases user friendly 11 IN THIS CHAPTER, YOU WILL LEARN HOW TO Design navigation forms. Create custom categories. Control which features are available. A Microsoft Access 2013 database can be a

More information

Introduction to Spreadsheets

Introduction to Spreadsheets Introduction to Spreadsheets Spreadsheets are computer programs that were designed for use in business. However, scientists quickly saw how useful they could be for analyzing data. As the programs have

More information

Author A.Kishore/Sachin WinSCP

Author A.Kishore/Sachin   WinSCP WinSCP WinSCP is a freeware windows client for the SCP (secure copy protocol), a way to transfer files across the network using the ssh (secure shell) encrypted protocol. It replaces other FTP programs

More information

Using Microsoft Word. Text Editing

Using Microsoft Word. Text Editing Using Microsoft Word A word processor is all about working with large amounts of text, so learning the basics of text editing is essential to being able to make the most of the program. The first thing

More information

Intermediate Microsoft Excel (Demonstrated using Windows XP) Using Spreadsheets in the Classroom

Intermediate Microsoft Excel (Demonstrated using Windows XP) Using Spreadsheets in the Classroom (Demonstrated using Windows XP) Using Spreadsheets in the Classroom Adapted from Taskstream Word Tutorial (2003) < http://www.taskstream.com > Updated 4/05 by Dr. Bruce Ostertag What Can Microsoft Excel

More information

InfoRecall in 20 Minutes Phantech Software

InfoRecall in 20 Minutes Phantech Software 2 Table of Contents Part I Introduction 3 Part II Create a File 3 Part III Create and Save Documents 4 Part IV Import Files 6 Part V Create a Hypertext Link 7 Part VI Create a Link to a Web Site 9 Part

More information

Chapter 1: First Steps to Greenfoot 1

Chapter 1: First Steps to Greenfoot 1 Chapter 1: The first steps Topic: Programming Page: 1 Chapter 1: First Steps to Greenfoot 1 Start Greenfoot. (If you open Greenfoot for the first time, a dialog box that asks what you want. Click on choose

More information

Power Point. Created with the Freeware Edition of HelpNDoc: Single source CHM, PDF, DOC and HTML Help creation

Power Point. Created with the Freeware Edition of HelpNDoc: Single source CHM, PDF, DOC and HTML Help creation Power Point Introduction PowerPoint is a presentation software package. With PowerPoint, you can easily create slide shows. Trainers and other presenters use slide shows to illustrate their presentations.

More information

The first time you open Word

The first time you open Word Microsoft Word 2010 The first time you open Word When you open Word, you see two things, or main parts: The ribbon, which sits above the document, and includes a set of buttons and commands that you use

More information

CHAPTER 3. Entering Text and Moving Around

CHAPTER 3. Entering Text and Moving Around CHAPTER 3 Entering Text and Moving Around Typing text is what word processing is all about. You can, in fact, create a perfectly respectable document by typing alone. Everything else all of the formatting

More information

Chapter 10 Working with Graphs and Charts

Chapter 10 Working with Graphs and Charts Chapter 10: Working with Graphs and Charts 163 Chapter 10 Working with Graphs and Charts Most people understand information better when presented as a graph or chart than when they look at the raw data.

More information

WORD (2010) TIPS & TRICKS. Gail Weiss

WORD (2010) TIPS & TRICKS. Gail Weiss WORD (2010) TIPS & TRICKS Gail Weiss Word (2010) Tips & Tricks Overview: Here are some tips and tricks to use in WORD to make you more productive. TABLE OF CONTENTS CUSTOMIZING THE QUICK ACCESS TOOLBAR...

More information

EL-CID Quick Reference Version 6.0

EL-CID Quick Reference Version 6.0 New Open Save Print Query Compliance Clone Delete Station Link Link Import Export Preferences Palette Mode Summary ITU Help 1. Click to select a Station icon. Items you can link to/from are colored. 2.

More information

Published by SDL International ( Copyright SDL International. All rights reserved. Documentation for SDLX2004.

Published by SDL International (  Copyright SDL International. All rights reserved. Documentation for SDLX2004. Guide to SDL Edit & Translating ITDs Published by SDL International (http://www.sdlintl.com). Copyright SDL International. All rights reserved. Documentation for SDLX2004. Microsoft and Windows are registered

More information

OpenForms360 Validation User Guide Notable Solutions Inc.

OpenForms360 Validation User Guide Notable Solutions Inc. OpenForms360 Validation User Guide 2011 Notable Solutions Inc. 1 T A B L E O F C O N T EN T S Introduction...5 What is OpenForms360 Validation?... 5 Using OpenForms360 Validation... 5 Features at a glance...

More information

Learning to use the drawing tools

Learning to use the drawing tools Create a blank slide This module was developed for Office 2000 and 2001, but although there are cosmetic changes in the appearance of some of the tools, the basic functionality is the same in Powerpoint

More information

File Manager Trainer

File Manager Trainer File Manager Trainer The File Manager is designed to be used as a tool to help the user to manipulate AS400 files as easily as if they were on their PC. The File Manager can be very easy to use. The following

More information

Overview: The Map Window

Overview: The Map Window Overview: The Map Window The Map Menu Map Window Tools and Controls Map Drawing Tools Clipboard Commands Undoing Edits Overview: The Map Window The MFworks Map window is a powerful facility for the visualization

More information

COMP : Practical 6 Buttons and First Script Instructions

COMP : Practical 6 Buttons and First Script Instructions COMP126-2006: Practical 6 Buttons and First Script Instructions In Flash, we are able to create movies. However, the Flash idea of movie is not quite the usual one. A normal movie is (technically) a series

More information

Select the Points You ll Use. Tech Assignment: Find a Quadratic Function for College Costs

Select the Points You ll Use. Tech Assignment: Find a Quadratic Function for College Costs In this technology assignment, you will find a quadratic function that passes through three of the points on each of the scatter plots you created in an earlier technology assignment. You will need the

More information

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step.

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step. 1. AUTO CORRECT - To auto correct a text in MS Word the text manipulation includes following step. - STEP 1: Click on office button STEP 2:- Select the word option button in the list. STEP 3:- In the word

More information

Host-To-Mac Data Transfer Overview

Host-To-Mac Data Transfer Overview Host-To-Mac Data Transfer Overview Enter Host Command to Start Download Any command that your host understands to start the data transfer. Click OK and MacWise will begin the download. If you decide that

More information

DSM Motion Program Variables

DSM Motion Program Variables DSM Motion Program Variables Objectives UPON COMPLETION OF THIS MODULE, YOU SHOULD BE ABLE TO: Change PAC controller variables from an Operator interface. Copy the PAC controller variables to a DSM Parameter

More information

BDM s Annotation User Guide

BDM s Annotation User Guide ETS :Foothill De Anza CC District April 17, 2014 1 BDM s Annotation User Guide Users with Read/Write access can annotate (markup) documents if they retrieve the document using Microsoft s Internet Explorer

More information

Word Creating & Using Tables. IT Training & Development (818) Information Technology

Word Creating & Using Tables. IT Training & Development (818) Information Technology Information Technology Word 2007 User Guide Word 2007 Creating & Using Tables IT Training & Development (818) 677-1700 training@csun.edu www.csun.edu/it/training Table of Contents Introduction... 1 Anatomy

More information

Working with Mailbox Manager

Working with Mailbox Manager Working with Mailbox Manager A user guide for Mailbox Manager supporting the Message Storage Server component of the Avaya S3400 Message Server Mailbox Manager Version 5.0 February 2003 Copyright 2003

More information

You ll notice at the bottom of the file menu there is a list of recently opened files. You can click a file name in the list to re-open that file.

You ll notice at the bottom of the file menu there is a list of recently opened files. You can click a file name in the list to re-open that file. Using Microsoft Word A word processor is all about working with large amounts of text, so learning the basics of text editing is essential to being able to make the most of the program. The first thing

More information

Project Example Using LookoutDirect as an OPC Client

Project Example Using LookoutDirect as an OPC Client Project Example Using LookoutDirect as an OPC Client Introduction The following is an example of how the KEPDirect OPC Server software allows you to connect your device with your favorite OPC Client. For

More information

Visual Studio.NET. Although it is possible to program.net using only the command OVERVIEW OF VISUAL STUDIO.NET

Visual Studio.NET. Although it is possible to program.net using only the command OVERVIEW OF VISUAL STUDIO.NET Chapter. 03 9/17/01 6:08 PM Page 35 Visual Studio.NET T H R E E Although it is possible to program.net using only the command line compiler, it is much easier and more enjoyable to use Visual Studio.NET.

More information

Introduction to Microsoft Word

Introduction to Microsoft Word Chapter Microsoft Word is a powerful word processing program that allows you to enter text, make changes to it, format it, record and print it. You can use it to produce professional business letters,

More information

Introducing Gupta Report Builder

Introducing Gupta Report Builder Business Reporting Chapter 1 Introducing Gupta Report Builder You can use Report Builder to design reports. This chapter describes: Our approach to building reports. Some of the reports you can build.

More information

The Mathcad Workspace 7

The Mathcad Workspace 7 For information on system requirements and how to install Mathcad on your computer, refer to Chapter 1, Welcome to Mathcad. When you start Mathcad, you ll see a window like that shown in Figure 2-1. By

More information

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview:

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview: Computer Basics I Handout Objectives: 1. Control program windows and menus. 2. Graphical user interface (GUI) a. Desktop b. Manage Windows c. Recycle Bin d. Creating a New Folder 3. Control Panel. a. Appearance

More information

Microsoft Office 2000 & Microsoft Word 2000 Page 1. ***** Help Options ***** To access [? ] quickly & for specific use then

Microsoft Office 2000 & Microsoft Word 2000 Page 1. ***** Help Options ***** To access [? ] quickly & for specific use then Microsoft Office 2000 & Microsoft Word 2000 Page 1 ***** Help Options ***** Microsoft Help: Options and Search [ F1 ] Fastest way to get to Office Assistant and MS Office Help! ESC to Exit File > Help

More information

download instant at

download instant at CHAPTER 1 - LAB SESSION INTRODUCTION TO EXCEL INTRODUCTION: This lab session is designed to introduce you to the statistical aspects of Microsoft Excel. During this session you will learn how to enter

More information

Getting Familiar with Microsoft Word 2010 for Windows

Getting Familiar with Microsoft Word 2010 for Windows Lesson 1: Getting Familiar with Microsoft Word 2010 for Windows Microsoft Word is a word processing software package. You can use it to type letters, reports, and other documents. This tutorial teaches

More information

TelePACE Studio Ladder Logic Training Manual

TelePACE Studio Ladder Logic Training Manual TelePACE Studio Ladder Logic Training Manual SCADA products... for the distance TelePACE Studio Ladder Editor Training Manual 1999-2009 Control Microsystems Inc. All rights reserved. Printed in Canada.

More information

ArtDMX DMX control software V1.4

ArtDMX DMX control software V1.4 User manual ArtDMX DMX control software V1.4 1 2 Table of contents : 1. How to start a new Project...6 1.1. Introduction...6 1.2. System Requirements...6 1.3. Installing software and drivers...7 1.4. Software

More information