Exercise 10. Linear Slides EXERCISE OBJECTIVE

Size: px
Start display at page:

Download "Exercise 10. Linear Slides EXERCISE OBJECTIVE"

Transcription

1 Exercise 10 Linear Slides EXERCISE OBJECTIVE In this exercise, you will learn to use a linear slide. You will learn how to use the Linear Slide, Model 5209, to extend the work envelope of the Servo Robot. In the Procedure section, you will experiment with the operation of the Linear Slide. You will design a flow chart to create a program in which many external devices are used to simulate a transfer and assembly process. DISCUSSION Since the robots have no body, they cannot attain objects farther than the length of their arm. The linear slides act as legs to expand the work envelope of the robots. The Linear Slide of your training system is shown in Figure It consists of a mobile metallic base on which the Servo Robot is mounted. The base slides on two transverse shafts via four linear ball bearings. The base is driven by a servo motor via a lead screw. Figure Linear Slide. The servo motor is of the same type as those that drive the Servo Robot and its control is also quite similar. 10-1

2 Connection and Configuration The Linear Slide connects to CH 1 or CH 2 on the Robot Controller. Once the connection is made, the Robot Controller must be configured to detect the Linear Slide. To configure the Robot Controller when using the Hand-Held Terminal, press the 5 key in the Main menu to select Configuration. In the Configuration menu, place the cursor beside the channel where the Linear Slide is connected, and press the Enter key as required to select L Slide. Press the S key to save the configuration. To configure the Robot Controller when using Robotics, select the Hardware option in the Options menu. Select Linear Slide in the selection field of the channel where the Linear Slide is connected. Click the Save button to save the configuration. Operation The operation of the Linear Slide is controlled by clicking the CH 1 or CH 2 arrows in Robotics or by pressing, on the Hand-Held Terminal, the 7 or Z keys if it is connected to CH 1, or the 8 or / keys if it is connected to CH 2. Like the Servo Robot, the Linear Slide must be hard homed at the beginning of each session. Make sure that the Servo Robot has sufficient free space to move when executing a hard home positioning. The speed is controllable the same way as the motors of the Servo Robot. Since the position of the Servo Robot depends on the position of the mounting base of the Linear Slide, their position must be saved simultaneously. Unlike the Rotary Carousel, the Robot and External Device check boxes must always be enabled when your Servo Robot is used with the Linear Slide. Task Commands In this exercise, you will be introduced to the Message task command. Message: This command displays the string parameter data in the Message field of the Task Status window. The Message command does not stop execution of the program, so if you need the user to respond to your message, follow the command with a DELAY 0 instruction. The syntax and the parameters associated with the Message command is as follows: MESSAGE <string>. Example: MESSAGE FEED THE PNEUMATIC FEEDER. Procedure Summary In the first part of the exercise, Set-up, you will install and connect the equipment. In the second part, Experiment with the Linear Slide, you will experiment with the Linear Slide by creating a program in which the Servo Robot picks up parts from the Gravity Feeder and transfers them in a container located at the other extremity of the Linear Slide. 10-2

3 In the third part, Additional Experiment - Simulation of an Assembly and Transfer Process. You will use the Gravity Feeder, Pneumatic Feeder, Rotary Carousel, Belt Conveyor, Linear Slide and Servo Robot to create a program that simulates an assembly and transfer process. You will design the flow chart, prepare the connection diagram, and create 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 Set-up 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. G 1. Install the Linear Slide and Gravity Feeder as shown in Figure

4 Figure Location of the equipment on the Work Surfaces. Note: Refer to the Equipment Layout shown in Figure E-2 in Appendix E. 10-4

5 G 2. Mount the Servo Robot on the mobile base of the Linear Slide as shown in Figure Figure Mounting the Servo Robot on the Linear Slide. 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. G 5. Connect the Linear Slide cable to CH 2 on the Robot Controller. Make sure the connector is all the way in before it is screwed. Experiment with the Linear Slide G 6. Turn the Robot Controller on. Note: Use Robotics to perform the following steps. G 7. Configure your Robot Controller to detect the Linear Slide on channel 2 as described in the discussion of this exercise. G 8. Execute a hard home positioning. Note: You must be very careful when using the Linear Slide. Make sure that the movement of the Servo Robot does not interfere with the movement of the Linear Slide. G 9. Move the Linear Slide in both directions using the CH 2 arrow keys. 10-5

6 G 10. Feed the Gravity Feeder with parts. Place a metallic can with the opening on top at position (R9,C3). G 11. Create a program in which the Servo Robot picks parts from the Gravity Feeder and drop them in the metallic can. The process stops when the feeder is empty. Note: Do not forget to enable both the Robot and External Device check boxes to save the position of the Servo Robot and Linear Slide simultaneously. G 12. Execute your program. If it executes correctly, save it as EXE_10_A. 10-6

7 Figure Location of the equipment on the Work Surfaces. G 13. Once your experiment is completed, turn off the Robot Controller. Additional Experiment - Simulation of an Assembly and Transfer Process Program Description You will create a program in which a robot assembles parts. Once the assembly is completed, it is placed on a conveyor where it is transferred to another section of the production line. 10-7

8 You will use the Servo Robot, Gravity Feeder (Square Parts), Pneumatic Feeder (Cylindrical Parts), Rotary Carousel, Belt Conveyor, and Linear Slide. You will also use the two Delrin blocks, p/n , supplied with your system. The equipment will be placed as shown in Figure Do not place the equipment now. To do so, the Servo Robot picks a Delrin block from the Gravity Feeder and places it on the Rotary Carousel as shown in Figure Then the Rotary Carousel starts to rotate in the clockwise direction and continues to rotate until the Delrin block is detected by the limit switch. At this moment, the Servo Robot is moved using the Linear Slide to pick a cylindrical part from the Pneumatic Feeder. Figure Gripper placing a part on the platter of the Rotary Carousel. Then the Servo Robot moves back to the Rotary Carousel and places the cylindrical part into the bore of the Delrin block to complete the assembly. The Servo Robot picks the assembly and places it in the detection zone of the Belt Conveyor. Then the Belt Conveyor starts to move in the reverse direction and stops when the part is detected by the limit switch. The process repeats twice or stops if parts are missing in one the feeder. At the beginning of the program, Relays 1, 2 and 3 are set at low. The program also ensures that the Belt Conveyor is stopped and the direction is set at reverse. Messages and Warnings At the beginning of the execution, the program checks if there are parts on the Rotary Carousel and on the Belt Conveyor. If this is the case, the program displays one of the following messages "REMOVE THE PARTS FROM THE ROTARY CAROUSEL" or "REMOVE THE PARTS FROM THE BELT CONVEYOR", the LED of Relay 2 will light, and the program will wait for the parts to be removed before proceeding with the next instruction line. Before moving to pick a Delrin block from the Gravity Feeder, the system will check if the Gravity Feeder and the Pneumatic Feeder are not empty. If this is the case, the 10-8

9 program will display one of the following messages "FEED THE GRAVITY FEEDER" or "FEED THE PNEUMATIC FEEDER", the LED of Relay 3 will light, and the program will wait for the feeders to be fed before proceeding with the next instruction line. The LED of Relay 1 will light to indicate that the Servo Robot is moving. Program Flow Chart G 14. Draw a flow chart for this program in Figure Note: If necessary, refer to the Suggested Flow Chart (Figure D-3), Input/Output Connection Table (Table D-2), Suggested TTL Input/Output Connection Diagram (Figure D-4), Suggested Belt Conveyor Settings, and Suggested Program Listing shown in Appendix D. 10-9

10 Figure Flow chart for the assembly and transfer process program

11 TTL Input/Output Connection Table G 15. Complete the TTL input/output connection Table Gravity Feeder EXTERNAL DEVICES Pneumatic Feeder Rotary Carousel Belt Conveyor Limit Switch NO contact Limit Switch NC contact Limit Switch S2-B NO contact Limit Switch NO contact Limit Switch NC contact Limit Switch NO contact Limit Switch NC contact Stop Ext. Input Motor Ext. Input Direction Ext. Input TTL INPUT ROBOT CONTROLLER TTL OUTPUT Table TTL input/output connection table. TTL Input/Output Connection Diagram G 16. Complete the TTL input/output connection diagram of Figure G 17. Install the equipment as shown in Figure Note: If you do not have a Pneumatic Feeder (Cylindrical Parts), use the Pneumatic Feeder (Square Parts) and position the part on top of the Delrin block. G 18. Fill the Gravity Feeder with 2 Delrin blocks. Note: The Delrin blocks must be oriented the same way each time the program is executed. Note the orientation if necessary. G 19. Make the connections shown in Figure Note: Use the long leads of the Belt Conveyor to connect the Gravity Feeder to the Robot Controller

12 Figure TTL input/output connection diagram. G 20. On the control panel of the Belt Conveyor, set the controls as required by your program. Connect the Belt Conveyor to an AC power source. G 21. Turn on the Robot Controller and Belt Conveyor by setting their power switch at the I (on) position. G 22. Execute a hard home positioning. G 23. Use the Hand-Held Terminal to create the position points, and Robotics to create the task

13 Linear Slides Note: Do not forget to enable both the Robot and External Device check boxes to save the position of the Servo Robot, Rotary Carousel, and Linear Slide simultaneously. Pick the parts from the Pneumatic Feeder as shown in Figure Figure Servo Robot picking a part from a Pneumatic Feeder. G 24. Execute your program once. G 25. Does your program execute correctly? G Yes G No G 26. Test the execution of the program with and without parts in the Gravity Feeder, Pneumatic Feeder, Rotary Carousel, and Belt Conveyor. Note: You will have to execute the program many times to test all conditions and check if the messages appear correctly. Do the messages appear correctly? G Yes G No G 27. Do the LEDs light as defined in the program description? G Yes G No G 28. Once your program is completed, save it as EXE_10_B

14 Shutdown Procedure G 29. Make sure that there is nothing inside the gripper. G 30. Clear the area around the Servo Robot so that it will not hit anything when it moves. G 31. Execute a hard home positioning. G 32. Turn off the Robot Controller and Belt Conveyor by setting their power switch at the O (off) position. G 33. Disconnect the system and return the equipment to its storage location. CONCLUSION In this exercise, you were introduced to the use of a linear slide to extend the work envelope of a robot. You experimented with the use of the Message command to introduce messages and warnings during the execution of a program. You designed a flow chart, prepared a connection diagram, and created a program that simulates an assembly and transfer process. REVIEW QUESTIONS 1. What is the Linear Slide used for? 2. Explain why it is important to save the position of the Servo Robot and Linear Slide simultaneously

15 3. Name a parameter for which you must be very careful when using the Linear Slide. 4. Describe what will happen if the Simulation of an Assembly and Transfer Process program is launched without parts in the Gravity Feeder. 5. Describe will happen if the Simulation of an Assembly and Transfer Process program is launched with parts on the Belt Conveyor

Familiarization with the Servo Robot System

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

More information

Exercise 2. Point-to-Point Programs EXERCISE OBJECTIVE

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

More information

Exercise 1-1. Control of the Robot, Using RoboCIM EXERCISE OBJECTIVE

Exercise 1-1. Control of the Robot, Using RoboCIM EXERCISE OBJECTIVE Exercise 1-1 Control of the Robot, Using RoboCIM EXERCISE OBJECTIVE In the first part of this exercise, you will use the RoboCIM software in the Simulation mode. You will change the coordinates of each

More information

Control of the Robot, Using the Teach Pendant

Control of the Robot, Using the Teach Pendant Exercise 1-2 Control of the Robot, Using the Teach Pendant EXERCISE OBJECTIVE In the first part of this exercise, you will use the optional Teach Pendant to change the coordinates of each robot's articulation,

More information

2 Robot Pick and Place

2 Robot Pick and Place 2 Robot Pick and Place NAME: Date: Section: INTRODUCTION Robotic arms are excellent for performing pick and place operations such as placing small electronic components on circuit boards, as well as large

More information

Servo Robot Training Systems

Servo Robot Training Systems Servo Robot Training Systems LabVolt Series Datasheet Festo Didactic en 220 V - 50 Hz 07/2018 Table of Contents General Description 2 Robot Controller Module 3 Servo Robot Software 3 Location Pins 4 Included

More information

Introduction to Robotics

Introduction to Robotics Mechatronics Introduction to Robotics Courseware Sample 39411-F0 Order no.: 39411-00 First Edition Revision level: 02/2015 By the staff of Festo Didactic Festo Didactic Ltée/Ltd, Quebec, Canada 2007 Internet:

More information

5250 Servo Robot Training Systems

5250 Servo Robot Training Systems 5250 Servo Robot Training Systems LabVolt Series Datasheet Festo Didactic en 120 V - 60 Hz 02/2018 Table of Contents General Description 2 Robot Controller Module 3 Servo Robot Software 3 Location Pins

More information

Job Sheet 2 Servo Control

Job Sheet 2 Servo Control Job Sheet 2 Servo Control Electrical actuators are replacing hydraulic actuators in many industrial applications. Electric servomotors and linear actuators can perform many of the same physical displacement

More information

Assembly Guide for Printrbot - Simple Maker s Edition 1405

Assembly Guide for Printrbot - Simple Maker s Edition 1405 Assembly Guide for Printrbot - Simple Maker s Edition 1405 Last update: March 2016 Please Note: be careful on the steps that are underlined 1 Contents Tools Needed:... 3 First step: Check components and

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

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

Techno Inc. In Business Since 1986

Techno Inc. In Business Since 1986 DO NOT PERFORM THIS ASSEMBLY ALONE. MAKE SURE YOU HAVE SEVERAL PEOPLE TO HELP. READ INSTRUCTIONS THOROUGHLY. PICTURE 1 ASSEMBLY PROCEDURES I. UNPACK II. Y-AXIS SETUP III. MOUNT GANTRY, CABLE CARRIERS,

More information

Procedure, Field Replacement, PCU Kit, XX04

Procedure, Field Replacement, PCU Kit, XX04 1. Brief Summary: Troubleshooting document for diagnosing a fault with and replacing the XX04 series PCU assembly. 2. Checklist: Verify Initialization N0 Parameter Pedestal Error Test Motor 3. Theory of

More information

FIRST Robotics Control System

FIRST Robotics Control System 2018/2019 FIRST Robotics Control System Team 236 1 (click on a component to go to its slide) 2 The Robot Powered solely by 12V battery RoboRIO- is the computer on the robot Controlled by Java code on the

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

Robotic Navigation Distance Control Platform

Robotic Navigation Distance Control Platform Robotic Navigation Distance Control Platform System Block Diagram Student: Scott Sendra Project Advisors: Dr. Schertz Dr. Malinowski Date: November 18, 2003 Objective The objective of the Robotic Navigation

More information

Build your own. Stages 47-50: Continue building up Robi s left leg

Build your own. Stages 47-50: Continue building up Robi s left leg Build your own Pack 13 Stages 47-50: Continue building up Robi s left leg Build your own All rights reserved 2016 CONTENTS Published in the UK by De Agostini UK Ltd, Battersea Studios 2, 82 Silverthorne

More information

FLEXIBLE MANUFACTURING SYSTEM. Teacher's Guide. SCORBOT-ER 4u and spectralight 200

FLEXIBLE MANUFACTURING SYSTEM. Teacher's Guide. SCORBOT-ER 4u and spectralight 200 teklink FLEXIBLE MANUFACTURING SYSTEM SCORBOT-ER 4u and spectralight 200 Teacher's Guide Catalog # 100351 Rev.A March 2002 Copyright 2002 Intelitek Inc. Catalog No. 100351 Rev. A March 2002 Flexible Manufacturing

More information

LEARNING ACTIVITY PACKET MECHATRONICS MULTIPLE STATION CONTROL B72001-AA10UEN

LEARNING ACTIVITY PACKET MECHATRONICS MULTIPLE STATION CONTROL B72001-AA10UEN MECHATRONICS LEARNING ACTIVITY PACKET MULTIPLE CONTROL B72001-AA10UEN LEARNING ACTIVITY PACKET 10 MULTIPLE CONTROL INTRODUCTION To manufacture most products requires a number of steps that have to be performed.

More information

Diamond Engraving Tool

Diamond Engraving Tool Diamond Engraving Tool Installation and Usage Guide (Covers kit & assembled versions of Diamond Engraving Tool) The Diamond Engraving Tool is an optional accessory for The Original Egg-Bot Kit, http://egg-bot.com/

More information

TEAM DIGITAL. Servette TM Single Servo Controller

TEAM DIGITAL. Servette TM Single Servo Controller 12 7 Summary of Configuration Variables CV# Function/Default Value CV# Function/Default Value 1 Servo Address 1 43 reserved - 2 reserved - 44 Sec Input Control 26 3 Servo Move Range 15 45 reserved - 4

More information

TEAM DIGITAL. SMC4 Servo & Motor Controller

TEAM DIGITAL. SMC4 Servo & Motor Controller 16 CV# Function/Default Value CV# Function/Default Value 28 reserved - 73 Servo 3 Behavior 0 29 Decoder Configuration 0 74 Servo 4 Behavior 0 30 reserved - 75 Output Flash 0 31 Ops Mode Loco Address 1

More information

VARIABLE SPEED BECH LATHE

VARIABLE SPEED BECH LATHE VARIABLE SPEED BECH LATHE Instruction Manual Please read this instruction manual thoroughly and follow all directions carefully. 1 Important Safety Instructions READ ALL INSTRUCTIONS AND WATNINGS BEFORE

More information

Chapter 6: Microcontrollers

Chapter 6: Microcontrollers Chapter 6: Microcontrollers 1. Introduction to Microcontrollers It s in the name. Microcontrollers: are tiny; control other electronic and mechanical systems. They are found in a huge range of products:

More information

MegaPoints Controller

MegaPoints Controller MegaPoints Controller A flexible solution and modular component for controlling model railway points and semaphore signals using inexpensive servos. User guide Revision 10c March 2015 MegaPoints Controllers

More information

Installing a Blade Server

Installing a Blade Server This chapter contains the following sections: in the Chassis, page 1 Server Configuration, page 3 Powering Off a Blade Server Using the Power Button, page 4 Removing a Blade Server from the Chassis, page

More information

Programming Design ROBOTC Software

Programming Design ROBOTC Software Programming Design ROBOTC Software Computer Integrated Manufacturing 2013 Project Lead The Way, Inc. Behavior-Based Programming A behavior is anything your robot does Example: Turn on a single motor or

More information

Worksheet Answer Key: Tree Measurer Projects > Tree Measurer

Worksheet Answer Key: Tree Measurer Projects > Tree Measurer Worksheet Answer Key: Tree Measurer Projects > Tree Measurer Maroon = exact answers Magenta = sample answers Construct: Test Questions: Caliper Reading Reading #1 Reading #2 1492 1236 1. Subtract to find

More information

DPC-10. DPC-10 Software Operating Manual. Table of Contents. Section 1. Section 2. Section 3. Section 4. Section 5

DPC-10. DPC-10 Software Operating Manual. Table of Contents. Section 1. Section 2. Section 3. Section 4. Section 5 Table of Contents Section 1 Section 2 Section 3 Section 4 Section 5 About the Software Test Function Programming Functions Connections Basic Mode Connection RC Mode Connection Using the DPC-10 Test Functions

More information

User guide. Revision 1 January MegaPoints Controllers

User guide. Revision 1 January MegaPoints Controllers MegaPoints Servo 4R Controller A flexible and modular device for controlling model railway points and semaphore signals using inexpensive R/C servos and relays. User guide Revision 1 January 2018 MegaPoints

More information

PARTS. W1669 & W1670 Parts PARTS. Model W1669/W1670 (For Machines Mfd. Since 04/18) 66V A A A 28A

PARTS. W1669 & W1670 Parts PARTS. Model W1669/W1670 (For Machines Mfd. Since 04/18) 66V A A A 28A W1669 & W1670 Parts 23 66V2 22 21 25 26 53A 62 63 89 64 9 65 24 20 15 16A 54 93 10 16A-1 81 77 94 53 79 102 103 28 36 8 30 19 31 32 32-1 109 28A 28 27 34 33 56 49 76 76 19-3 19-1 19-2 38-1 89 35 60 59

More information

12V Victor 888 User Manual

12V Victor 888 User Manual The Victor speed controllers are specifically engineered for robotic applications. The high current capacity, low voltage drop, and peak surge capacity make the Victor ideal for drive systems while its

More information

Procedure, Field Replacement, PCU Kit, 6003A/6004, 2406 & 4003A

Procedure, Field Replacement, PCU Kit, 6003A/6004, 2406 & 4003A 1. Brief Summary: Troubleshooting document for diagnosing a fault with and replacing the PCU assembly on the 6003A/6004, 2406 & 4003A series antennas. 2. Checklist: Verify Initialization N0 Parameter Pedestal

More information

2014 Mechatronics. Higher. Finalised Marking Instructions

2014 Mechatronics. Higher. Finalised Marking Instructions 2014 Mechatronics Higher Finalised ing Instructions Scottish Qualifications Authority 2014 The information in this publication may be reproduced to support SQA qualifications only on a noncommercial basis.

More information

VSD-6500 Frame Exploded View LIFT P/N

VSD-6500 Frame Exploded View LIFT P/N VSD-6500 Frame Exploded View LIFT P/N 511-65075-01 34 34 45 96 55 108 22 9 7 55 54 34 89 90 56 24 99 23 111 SEE SHEET 4 34 91 45 106 20 55 26 68 95 5 55 109 7 22 8 54 53 71 66 5 95 31 58 6 6 46 60 73 25

More information

SECTION 9: PARTS. G7947 Stand & Table Breakdown 4V2

SECTION 9: PARTS. G7947 Stand & Table Breakdown 4V2 SECTION 9: PARTS G7947 Stand & Table Breakdown 19 15 21 18 16 17 112 5 113 3 14 8 7 6 6-1 13 4V2 12 116 11 9 10 2 114 115 1 We do our best to stock replacement parts when possible, but we cannot guarantee

More information

Multi-axis milling/turning system IMTA 320 T2 320 T3. Interaction Milling Turning Application

Multi-axis milling/turning system IMTA 320 T2 320 T3. Interaction Milling Turning Application Multi-axis milling/turning system IMTA 320 T2 320 T3 Interaction Milling Turning Application T e c h n i c a l D a t a s h e e t The consistent 75 step bed design allows the near rectangular arrangement

More information

DXXX Series Servo Programming...9 Introduction...9 Connections HSB-9XXX Series Servo Programming...19 Introduction...19 Connections...

DXXX Series Servo Programming...9 Introduction...9 Connections HSB-9XXX Series Servo Programming...19 Introduction...19 Connections... DPC-11 Operation Manual Table of Contents Section 1 Introduction...2 Section 2 Installation...4 Software Installation...4 Driver Installastion...7 Section 3 Operation...9 D Series Servo Programming...9

More information

The Allen-Bradley Servo Interface Module (Cat. No SF1) when used with the Micro Controller (Cat. No UC1) can control single axis

The Allen-Bradley Servo Interface Module (Cat. No SF1) when used with the Micro Controller (Cat. No UC1) can control single axis Table of Contents The Allen-Bradley Servo Interface Module (Cat. No. 1771-SF1) when used with the Micro Controller (Cat. No. 1771-UC1) can control single axis positioning systems such as found in machine

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

Thomas S. Narro David Zucker Darren Garnier 4/05. Copyright 2005 CPO Science

Thomas S. Narro David Zucker Darren Garnier 4/05. Copyright 2005 CPO Science Timer designed by: Dr. Thomas C. Hsu Thomas S. Narro David Zucker Darren Garnier 4/05 Copyright 2005 CPO Science Table of Contents Introduction........................................................ 1

More information

Installing a Blade Server

Installing a Blade Server This chapter contains the following sections: in the Chassis, page 1 Server Configuration, page 3 Powering Off a Blade Server, page 4 Removing a Blade Server from the Chassis, page 4 Server Troubleshooting,

More information

Programming 2 Servos. Learn to connect and write code to control two servos.

Programming 2 Servos. Learn to connect and write code to control two servos. Programming 2 Servos Learn to connect and write code to control two servos. Many students who visit the lab and learn how to use a Servo want to use 2 Servos in their project rather than just 1. This lesson

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

Parts List. Robotic Arm segments ¼ inch screws Cable XBEE module or Wifi module

Parts List. Robotic Arm segments ¼ inch screws Cable XBEE module or Wifi module Robotic Arm 1 Legal Stuff Stensat Group LLC assumes no responsibility and/or liability for the use of the kit and documentation. There is a 90 day warranty for the Sten-Bot kit against component defects.

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

Precision and high repeat accuracy for individual parts and small series manufacture. Made in Germany.

Precision and high repeat accuracy for individual parts and small series manufacture. Made in Germany. PROXXON - PD 400/CNC 1 Precision and high repeat accuracy for individual parts and small series manufacture. Made in Germany. Z-axis and X-axis with recirculating ball spindles and two powerful step motors.

More information

Sorting Line with Detection 9V

Sorting Line with Detection 9V 536628 Sorting Line with Detection 9V I2 O8 I1 I3 C1 I5 I6 I4 Not in the picture: O5, O6, O7, O8 Circuit layout for Sorting Line with Detection Terminal no. Function Input/Output 1 color sensor I1 2 phototransistor

More information

Diamond Engraving Tool

Diamond Engraving Tool Diamond Engraving Tool Installation and Usage Guide (For both kit and assembled versions of Diamond Engraving Tool) The Diamond Engraving Tool is an optional accessory for The Original Egg-Bot Kit, http://egg-bot.com/

More information

GC-1032 Metal Detector OWNER S MANUAL

GC-1032 Metal Detector OWNER S MANUAL GC-1032 Metal Detector OWNER S MANUAL 1 With your GC-1032 metal detector, you can hunt for coins, relics, jewelry, gold, and silver just about anywhere. The detector comes with high sensitivity and strong

More information

Shelti, Inc. 333 Morton Street Bay City, MI Phone Fax. Bayside Dollar Bill Acceptor Pool Table Manual & Instructions

Shelti, Inc. 333 Morton Street Bay City, MI Phone Fax. Bayside Dollar Bill Acceptor Pool Table Manual & Instructions Shelti, Inc. 333 Morton Street Bay City, MI 48706 989-893-1739 Phone 989-893-1809 Fax Bayside Dollar Bill Acceptor Pool Table Manual & Instructions Contents Section-1 Introduction Bayside DBA Pool Table

More information

Agilent 33522A Function Arbitrary Waveform Generator. Tektronix TDS 3012B Oscilloscope

Agilent 33522A Function Arbitrary Waveform Generator. Tektronix TDS 3012B Oscilloscope Agilent 33522A Function/Arbitrary Waveform Generator and Tektronix TDS 3012B Oscilloscope Agilent 33522A Function Arbitrary Waveform Generator The signal source for this lab is the Agilent 33522A Function

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

SRV02-Series. Rotary Servo Plant. User Manual

SRV02-Series. Rotary Servo Plant. User Manual SRV02-Series Rotary Servo Plant User Manual SRV02-(E;EHR)(T) Rotary Servo Plant User Manual 1. Description The plant consists of a DC motor in a solid aluminum frame. The motor is equipped with a gearbox.

More information

SRV02-Series Rotary Experiment # 3. Ball & Beam. Student Handout

SRV02-Series Rotary Experiment # 3. Ball & Beam. Student Handout SRV02-Series Rotary Experiment # 3 Ball & Beam Student Handout SRV02-Series Rotary Experiment # 3 Ball & Beam Student Handout 1. Objectives The objective in this experiment is to design a controller for

More information

R PROFLAME Instruction Book Collection

R PROFLAME Instruction Book Collection 9.956.028 R00 584 PROFLAME Instruction Book Collection 4-17 18-29 584 PROFLAME System 30-39 Appendix: DIP SWITCH NUMBER (0=ON 1=OFF) 40-41 4-17 Fig. 1 The SIT is a device that allows, in conjunction with

More information

Blue Point Engineering

Blue Point Engineering Blue Point Engineering Instruction I www.bpesolutions.com Pointing the Way to Solutions! Animatronic Wizard - 3 Board (BPE No. WAC-0030) Version 3.0 2009 Controller Page 1 The Wizard 3 Board will record

More information

Chlorophyll Fluorescence Imaging System

Chlorophyll Fluorescence Imaging System Quick Start Guide Chlorophyll Fluorescence Imaging System Quick Start Guide for Technologica FluorImager software for use with Technlogica CFImager hardware Copyright 2006 2015 TECHNOLOGICA LIMITED. All

More information

ABM International, Inc.

ABM International, Inc. ABM International, Inc. Lightning Stitch required 1 1.0: Parts List head and motor assembly (Qty. 1) Reel stand (Qty. 1) Needle bar frame clamp (Qty. 1) Motor drive (Qty. 1) 2 Cable harness with bracket

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

TEAM DIGITAL. SC82 Servo Controller

TEAM DIGITAL. SC82 Servo Controller TEAM DIGITAL SC Servo Controller Improving the world of DCC > DCC compatible accessory decoder > Control servos motors > Output status LEDs > inputs for turnout control > 6 inputs for semaphore signaling

More information

SPINKS BIN SCALES INSTRUCTIONS/OPERATIONS MANUAL FOR SCALE MODELS: ,000 lb ,000 lb ,268 kg ,500 kg.

SPINKS BIN SCALES INSTRUCTIONS/OPERATIONS MANUAL FOR SCALE MODELS: ,000 lb ,000 lb ,268 kg ,500 kg. SPINKS BIN SCALES INSTRUCTIONS/OPERATIONS MANUAL FOR SCALE MODELS: 415442 5,000 lb. 415473 10,000 lb. 415520 2,268 kg. 415498 4,500 kg. FEBRUARY, 2000 MANUAL NO. 000250 TABLE OF CONTENTS CONCRETE PLACEMENT...Page

More information

PT 335SCC Multi Operator Manual

PT 335SCC Multi Operator Manual PT 335SCC Multi Operator Manual 755 Griffith Court, Burlington, Ontario, Canada L7L 5R9 Tel:+(905) 633-7663 Fax:+(905) 637-4419 www.graphicwhizard.com 1 TABLE OF CONTENTS Important Information General

More information

F100 Tabletop Document Folder

F100 Tabletop Document Folder F100 Tabletop Document Folder 10/2018 OPERATOR MANUAL FIRST EDITION Single Fold Letter Fold Z-fold Double Fold Specifications Paper size 11" & 14" Paper weight 60g/m 2 to 90g/m 2 Some recycled paper and

More information

COLOR LASERJET PRO MFP. Repair Manual

COLOR LASERJET PRO MFP. Repair Manual OK COLOR LASERJET PRO MFP Repair Manual X M76 M77 HP Color LaserJet Pro MFP M76, M77 Repair Manual Copyright and License 03 Copyright Hewlett-Packard Development Company, L.P. Reproduction, adaptation,

More information

Copyright Graupner/SJ GmbH. Manual. Vector Unit / Vector Unit Extreme 2 channel HoTT 2,4 GHz receiver/servo/speed controller unit No No.

Copyright Graupner/SJ GmbH. Manual. Vector Unit / Vector Unit Extreme 2 channel HoTT 2,4 GHz receiver/servo/speed controller unit No No. Copyright Graupner/SJ GmbH EN Manual Vector Unit / Vector Unit Extreme 2 channel HoTT 2,4 GHz receiver/servo/speed controller unit No. 34002 No. 34003 Index Introduction... 4 Service Center... 4 Intended

More information

FIELD FOLDER TRAINING SEMINAR

FIELD FOLDER TRAINING SEMINAR FIELD FOLDER TRAINING SEMINAR Copyright 2007 Double Equipment Notice: Information contained here is for educational proposes only and is not to intended replace the original equipment manufactures instructions.

More information

MegaPoints Servo Controller

MegaPoints Servo Controller MegaPoints Servo Controller Covers Servo Controller boards 1.8 onwards A flexible and modular device for controlling model railway points and semaphore signals using inexpensive R/C servos and relays.

More information

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

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

More information

SC16A SERVO CONTROLLER

SC16A SERVO CONTROLLER SC16A SERVO CONTROLLER User s Manual V2.0 September 2008 Information contained in this publication regarding device applications and the like is intended through suggestion only and may be superseded by

More information

Field Service Procedure Replacement Pol Motor Kit, Coastal

Field Service Procedure Replacement Pol Motor Kit, Coastal 1. Brief Summary: Troubleshooting document for diagnosing a fault with and replacing the pol motor on the Coastal series antennas. 2. Checklist: Verify Motor Drive Drive the Pol from Progterm Run the Built

More information

WinDIAS 3. Quick Start Guide version 3.2. Delta-T Devices Ltd. Image Analysis System

WinDIAS 3. Quick Start Guide version 3.2. Delta-T Devices Ltd. Image Analysis System WinDIAS 3 Image Analysis System Quick Start Guide version 3.2 Delta-T Devices Ltd Overview Note: Not all TWAIN devices will work Page 2 Video Camera Operations 1 Connect camera to PC 2 PC detects camera,

More information

Eccentric vibrating mill

Eccentric vibrating mill Eccentric vibrating mill Mechanical-chemical activation and finest reduction of all brittle materials Application Vibrating mills are suitable for the reduction of all brittle material. Depending on the

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

Series 70 Servo NXT - Modulating Controller Installation, Operation and Maintenance Manual

Series 70 Servo NXT - Modulating Controller Installation, Operation and Maintenance Manual THE HIGH PERFORMANCE COMPANY Series 70 Hold 1 sec. Hold 1 sec. FOR MORE INFORMATION ON THIS PRODUCT AND OTHER BRAY PRODUCTS PLEASE VISIT OUR WEBSITE www.bray.com Table of Contents 1. Definition of Terms.........................................2

More information

How to remove Jammed Paper

How to remove Jammed Paper How to remove Jammed Paper B840/ES8140 Rev.1 Paper Jams Paper jams occasionally occur due to paper misfeeding from a paper tray or at any point on the paper path through the printer. When a jam occurs,

More information

ELECTRICAL ENGINEERING TECHNOLOGY PROGRAM EET 433 CONTROL SYSTEMS ANALYSIS AND DESIGN LABORATORY EXPERIENCES

ELECTRICAL ENGINEERING TECHNOLOGY PROGRAM EET 433 CONTROL SYSTEMS ANALYSIS AND DESIGN LABORATORY EXPERIENCES ELECTRICAL ENGINEERING TECHNOLOGY PROGRAM EET 433 CONTROL SYSTEMS ANALYSIS AND DESIGN LABORATORY EXPERIENCES EXPERIMENT 4: ERROR SIGNAL CHARACTERIZATION In this laboratory experience we will use the two

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

Getting Started Guide

Getting Started Guide SOLIDWORKS Getting Started Guide SOLIDWORKS Electrical FIRST Robotics Edition Alexander Ouellet 1/2/2015 Table of Contents INTRODUCTION... 1 What is SOLIDWORKS Electrical?... Error! Bookmark not defined.

More information

meped v2 Assembly Manual

meped v2 Assembly Manual meped v Assembly Manual The meped is an open source quadruped robot designed by Scott Pierce of Spierce Technologies, LLC. This design is released under the Creative Commons, By Attribution, Share Alike

More information

Welcome to SPDL/ PRL s Solid Edge Tutorial.

Welcome to SPDL/ PRL s Solid Edge Tutorial. Smart Product Design Product Realization Lab Solid Edge Assembly Tutorial Welcome to SPDL/ PRL s Solid Edge Tutorial. This tutorial is designed to familiarize you with the interface of Solid Edge Assembly

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

The Robot Program Episode 002: Building JD

The Robot Program Episode 002: Building JD www.ez-robot.com The Robot Program Episode 002: Building JD This lesson will demonstrate how to build the [b]revolution JD[/b] robot. Follow along with [b]the Robot Program Episode 002: Building JD[/b].

More information

FX 3U -20SSC-H Quick Start

FX 3U -20SSC-H Quick Start FX 3U -20SSC-H Quick Start A Basic Guide for Beginning Positioning Applications with the FX 3U -20SSC-H and FX Configurator-FP Software Mitsubishi Electric Corporation January 1 st, 2008 1 FX 3U -20SSC-H

More information

Introduction to Lab Instruments

Introduction to Lab Instruments ECE316, Experiment 00, 2017 Communications Lab, University of Toronto Introduction to Lab Instruments Bruno Korst - bkf@comm.utoronto.ca Abstract This experiment will review the use of three lab instruments

More information

XXXX e. X d.. X X X a

XXXX e. X d.. X X X a The Heavy Duty incremental encoder type 0H boasts a high degree of ruggedness in a very compact design. Its special construction makes it perfect for all applications in very harsh environments. / RoHS

More information

1) Press the Connect button to establish communication with NS300 or NS500.

1) Press the Connect button to establish communication with NS300 or NS500. ENGINEERING PUBLICATION MOTION CONTROL DIVISION PRODUCT:NSXXX CATEGORY: TECH NOTE ENGINEER: Chris Knudsen SUBJECT: NSXXX EXAMPLE CONFIGURATION DISTRIBUTION: MCD NSxxx Configuration Guide NSxxx software

More information

Introduction to project hardware

Introduction to project hardware ECE2883 HP: Lab 2- nonsme Introduction to project hardware Using the oscilloscope, solenoids, audio transducers, motors In the following exercises, you will use some of the project hardware devices, which

More information

SHARP STA, STB, STC, STF SERIES CNC big bore flat bed lathe

SHARP STA, STB, STC, STF SERIES CNC big bore flat bed lathe SHARP STA, STB, STC, STF SERIES PRECISION MACHINE TOOLS Sharp Industries, Inc. 3501 Challenger Street Torrance, CA 90503 Tel 310-370-5990 Fax 310-542-6162 Email: info@sharp-industries.com Parts: parts@sharp-industries.com

More information

MDS-CH-SP PLG Adjustment(BNP-B H)

MDS-CH-SP PLG Adjustment(BNP-B H) MELDAS Series MDS-CH-SP PLG Adjustment(BNP-B8827-016H) USA-99671-024* MITSUBISHI ELECTRIC AUTOMATION USA List of Revisions Rev Date of Revision Detail Author * 05/3/04 First Edition Created TSS AC SPINDLE

More information

MXL USB.006.

MXL USB.006. MXL USB.006 www.mxlmics.com Congratulations on your purchase of the MXL USB.006 which uses a large 32mm gold diaphragm capsule for added warmth. MXL microphones are the result of world-class engineering

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

UltraFeed Feeder Operator s Manual

UltraFeed Feeder Operator s Manual UltraFeed Feeder Operator s Manual Version 1.1 Table of Contents Topic Page Safety Statement and Recommendations 3 General Operation and Set-Up 5 Control Panel Operation 6 Set Up and Operation 7 Set Up

More information

Radiation characteristics of an array of two dipole antennas

Radiation characteristics of an array of two dipole antennas Department of Electrical and Electronic Engineering (EEE), Bangladesh University of Engineering and Technology (BUET). EEE 434: Microwave Engineering Laboratory Experiment No.: A2 Radiation characteristics

More information

Exercise 4. Angle Tracking Techniques EXERCISE OBJECTIVE

Exercise 4. Angle Tracking Techniques EXERCISE OBJECTIVE Exercise 4 Angle Tracking Techniques EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the principles of the following angle tracking techniques: lobe switching, conical

More information

Policy Sponsor: Assistant Vice President Facilities Management. Responsible Unit: Trade Services

Policy Sponsor: Assistant Vice President Facilities Management. Responsible Unit: Trade Services Safe Work Instructions for Powered Mitre Cut Hack Saw (Mitercut Model 220M) Policy Sponsor: Assistant Vice President Facilities Management Responsible Unit: Trade Services Approval Date: November 2016

More information

Print Head Installation Guide

Print Head Installation Guide Print Head Installation Guide MCS Raptor 6 (MCS Eagle AMS Software) is copyright of MCS Incorporated. 2015 MCS Incorporated. 1 Contents Tools... 4 Warnings... 4 Introduction... 4 Section One - Pillar Installation...

More information

Blue Point Engineering

Blue Point Engineering Blue Point Engineering Instruction I www.bpesolutions.com Pointing the Way to Solutions! Puppet - II+ Controller (BPE No. PCA-0001) Servo Position Adjustment EEPROM Digital Button Power 5 Vdc Playback

More information

TH450A-T TH550A-T THP550-T/TS3000

TH450A-T TH550A-T THP550-T/TS3000 0 TH450A-T TH550A-T THP550-T/TS3000 INSTRUCTION MANUAL CEILING TYPE (OVERHEAD TRAVELING TYPE) INDUSTRIAL ROBOT SPECIFICATIONS Notice 1. Make sure that this instruction manual is delivered to the final

More information