Exercise 7. Conveyors EXERCISE OBJECTIVE

Size: px
Start display at page:

Download "Exercise 7. Conveyors EXERCISE OBJECTIVE"

Transcription

1 Exercise 7 Conveyors EXERCISE OBJECTIVE In this exercise, you will be introduced to conveyors. You will learn to use the Belt Conveyor, Model You will also learn to use the If-Else-Endif and While-Repeat task commands In the Procedure section, you will experiment with the various features of the Belt Conveyor, and you will detect these objects with a limit switch mounted on the conveyor chassis. You will use the TTL outputs of the Robot Controller to remotely control the Belt Conveyor. DISCUSSION Conveyor systems are needed when components or material must be moved from one station to another one along a fixed path. Most conveyor systems use an electrical or hydraulic power source to move their loads. However, when the receiver station is lower than that of the sender, the force of gravity is often used as power source. The most common types of conveyors are roller, belt and chain. Roller conveyors are popular in manufacturing. Tubes or rollers, over which the material flows, are connected to two ends of a fixed frame. They can use the force of gravity or be driven by mechanisms. Belt conveyors are another automated way to move materials. The belt moves in a continuous loop with the top half carrying the load to the next station, and the bottom half returning to its starting point. You have seen belt-type conveyors at the checkout counter of supermarkets and airport security checkpoints. Chain conveyors loop chains around sprockets at the ends of their pathways. They operate in the same way as bicycle chains. However, they use powered sprockets rather than manual force to drive the chain along channels supporting the flexible chain sections. 7-1

2 Belt Conveyor The Belt Conveyor of your training system is shown in Figure 7-1. It can be operated either by switches mounted on the control panel, or by control signals applied to its TTL inputs. The control signals are provided by the TTL outputs of the Robot Controller. Figure 7-1. Belt Conveyor, Model The control panel of the Belt Conveyor is shown in Figure 7-2. As the figure shows, the operating parameters that can be controlled from the control panel are the speed (SPEED), logic level of the TTL input (STOP) at which the conveyor stops, motor engage/disengage (MOTOR), and belt direction (DIRECTION). Figure 7-2. Control panel of the Belt Conveyor. 7-2

3 Speed The SPEED potentiometer controls the speed of the belt from Slow to Fast. At the Slow position, the belt of the conveyor is stopped. Stop The Logic switch is used to select the TTL level required at the input Stop to remotely stop the conveyor. When the Logic switch is set at High, the conveyor stops on a high level. Conversely, when the Logic switch is set at Low, it stops on a low level. Motor The Motor switch is used to select between three operating modes: Engage: In this mode, the motor of the Belt Conveyor is torqued and the conveyor runs if the settings of the Stop section correspond to a run condition. If the settings of the Stop section correspond to a stop condition the motor is stopped but remains torqued. Disengage: In this mode, the motor is stopped and freed (not torqued). Ext.: The operation is controlled remotely by a signal applied to the Ext. Input. When the level of the Ext. Input is high, the conveyor operates as in the Engage mode. Conversely, when the level is low, it operates as in the Disengage mode. Direction The Direction switch is used to select between three operating modes: Forward: In this mode, the belt of the conveyor goes from right to left (when facing the control panel). Reverse: In this mode, the belt of the conveyor goes from left to right. Ext.: The operation is remotely controlled by a signal applied to the Ext. Input. When the level of the Ext. Input is high, the direction of the belt is in the Forward mode. Conversely, when the level is low, it is in the Reverse mode. Limit Switch The Belt Conveyor is provided with a limit switch to detect the presence of parts on the belt. The limit switch is movable, and there are several sets of mounting positions found along both sides of the conveyor chassis. 7-3

4 Task Commands In this exercise, you will be introduced to the If - Else - Endif and While - Repeat task commands. If - Else - Endif If: This command evaluates an expression. If the expression is true, the execution of the task program continues normally on the next instruction line. If the expression is false, the execution continues after the next Else statement (if used) or Endif statement. The syntax and the parameters associated with the If command are as follows: IF <expression>. Example: IF INPUT(1) = HIGH Else: This command indicates the end of the instruction lines that are executed when the previous If statement has evaluated a true condition. The instruction lines that follow the Else statement are executed only when the previous If statement has evaluated a false condition. Endif: This command indicates the end of an If-Else-Endif block of codes and execution continues on the next instruction line. For each If command there must be one matching Endif statement. If there are multiple nested If statements, each statement must have a matching Endif statement. While - Repeat While: This command evaluates an expression. If the expression is true, the next instruction lines are executed up to the Repeat command. When the Repeat command is reached, the execution is returned to the While command where the expression will be evaluated repeatedly until the expression fails. The syntax and the parameters associated with the While command are as follows: WHILE <expression>. Example: WHILE INPUT(1) = HIGH. Procedure Summary In the first part of the exercise, Set-up, you will install and connect the equipment. In the second part, Direct Control of the Belt Conveyor, you will operate the conveyor using the switches on the control panel. In the third part, Remote Control of the Belt Conveyor, you will experiment with the remote control of the Belt Conveyor. You will control the operation from the Controller Status window of Robotics. In the fourth part, Additional Experiment - Simulation of a Quality Control Station, you will create a program that simulates a quality control station using the Gravity Feeder and the Belt Conveyor. You will create the position points using the Hand-Held Terminal and you will use Robotics to create the task program. In the last part of the exercise, Shutdown Procedure, you will shut down the system. 7-4

5 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 Servo Robot and the Belt Conveyor as shown on Figure 7-3. Note: Refer to the Equipment Layout shown in Figure E-1 in Appendix E. 7-5

6 Figure 7-3. Location of the equipment on the Work Surfaces. 7-6

7 G 2. Make sure the limit switch of the Belt Conveyor is located as shown in Figure 7-4. Relocate if necessary. Figure 7-4. Location of the limit switch on the Belt Conveyor. 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. Connect the Belt Conveyor to an AC power source. Direct Control of the Belt Conveyor G 5. On the control panel of the Belt Conveyor, set the controls as follows: SPEED FAST LOGIC LOW MOTOR DISENGAGE DIRECTION REVERSE 7-7

8 Turn the power on using the switch located on the left side of the control panel. G 6. Set the MOTOR switch at ENGAGE to start the motor. Familiarize yourself with the operation of the Belt Conveyor using the SPEED, LOGIC, MOTOR and DIRECTION controls. Place a film canister on the conveyor and observe its movement while operating each control. G 7. Indicate in Table 7-1 if the Belt Conveyor is stopped or running for each combination shown. LOGIC SWITCH POSITION STOP INPUT LEVEL (TTL) MOTOR SWITCH POSITION BELT CONVEYOR OPERATION High Low High 1 Low 2 High Low Engage Disengage Engage Disengage Engage Disengage Engage Disengage 1 The default level of the TTL inputs is high. 2 Short-circuit the input with a lead to set the level at low. Table 7-1. Direct control of the Belt Conveyor. G 8. Once your experiment is completed, turn off the power of the Belt Conveyor using the switch located on the left side of the control panel. Remote Control of the Belt Conveyor G 9. On the control panel of the Belt Conveyor, set the controls as follows: SPEED FAST LOGIC HIGH MOTOR EXT. DIRECTION EXT. 7-8

9 G 10. Connect TTL output 1 of the Robot Controller to the Stop Input of the Belt Conveyor as shown in Figure 7-5. Figure 7-5. TTL input/output connection diagram. Connect the common terminal of TTL output 1 to the common terminal of the Stop Input on the Belt Conveyor. Connect TTL output 2 to the Motor Ext. Input of the Belt Conveyor. Note: Since the common terminals are linked in the Belt Conveyor and Robot Controller, it is not required to connect the common terminal of the Direction Ext. Input and Motor Ext. Input. Connect TTL output 3 to the Direction Ext. Input of the Belt Conveyor. G 11. Turn the Belt Conveyor and Robot Controller on. G 12. Launch Robotics. G 13. Open the Controller Status window by selecting Controller Status in the Window menu. G 14. Click the appropriate LEDs for controlling the level of the TTL outputs to determine if the Belt Conveyor is stopped or running for the combinations shown in Table

10 LOGIC SWITCH POSITION STOP INPUT LEVEL (TTL) MOTOR EXT. INPUT LEVEL (TTL) BELT CONVEYOR OPERATION High Low High Low High Low Low High Low High Low High Low High Table 7-2. Remote control of the Belt Conveyor. G 15. Set a combination for which the conveyor is running, and determine if the belt is in the Forward or Reverse mode when the level of the Direction Ext. Input is high. G 16. Once your experiment is completed, turn off the Belt Conveyor. Remove the leads connected on the front panel of the Robot Controller. Additional Experiment - Simulation of a Quality Control Station Program Description You will create a task program which is a section of a more complex production process. In this program, a robot picks production parts and transfers them via a belt conveyor to a quality control station for examination. If a part is already present at the quality control station, the robot transfers the parts in a temporary container. You will use the Gravity Feeder to feed the Servo Robot with parts, and the Belt Conveyor to move the parts to the quality control station. You will use the limit switches mounted on the Gravity Feeder and Belt Conveyor to detect the presence of parts, and you will use a TTL output of the Robot Controller to control the operation of the Belt Conveyor. You will also use the task commands If and While to determine which actions to perform. 7-10

11 Program Flow Chart The flow chart for this program is shown in Figure 7-6. Figure 7-6. Flow chart for the quality control station program. 7-11

12 Suggested Connections When many input/output connections are required by a program, it is of good practice to use a table where all connections are grouped. Table 7-3 shows the suggested connections for the quality control station program. Gravity Feeder Belt Conveyor EXTERNAL DEVICES Limit Switch NO contact Limit Switch NC contact Limit Switch NO contact Stop TTL input ROBOT CONTROLLER TTL INPUT TTL OUTPUT Table 7-3. Input/output connection table. Program Set-up G 17. Install the Gravity Feeder and metallic can as shown in Figure 7-3. G 18. Fill the Gravity Feeder with 2 parts. G 19. Make the connections shown in Figure 7-7. Note: Since the connection table shown in Figure 7-1 and connection diagram shown in Figure 7-7 contain the same information, both methods can be used to illustrate the connections. G 20. On the control panel of the Belt Conveyor, set the controls as follows: SPEED middle position between SLOW and FAST LOGIC HIGH MOTOR ENGAGE DIRECTION REVERSE Turn the power on using the switch located on the left side of the control panel. 7-12

13 Figure 7-7. TTL input/output connection diagram. G 21. Execute a hard home positioning. Note: In this part of the exercise, you will save the position points using the Hand-Held Terminal. Once all position points required by the program are saved, you will transfer them in the Task Editor window of Robotics where they will be associated with task commands to create a task program. Creation of the Position Points G 22. Using the Hand-Held Terminal, pick a part from the Gravity Feeder and place it in the detection zone (shown in Figure 7-4) of the Belt Conveyor. Save all required points as PCONV01 to PCONV. Do not forget to reduce the speed when necessary. G 23. Using the Hand-Held Terminal, pick a part from the Gravity Feeder and drop it in the metallic can. Save all required points as PCONT01 to PCONT. Do not forget to reduce the speed when necessary. G 24. Once your points are saved, select Online in the Robot menu of Robotics to transfer the control to Robotics. 7-13

14 Writing of the Task Program G 25. Select New Task Editor in the sub-menu Upload to of the Robot menu of Robotics to transfer the points in the Task Editor window. In the Program Information window, enter your name in the Author field and the date in the Date field, then click the OK button. G 26. Enter the HOME command in the Task Editor window to execute the step [Home positioning] in the flow chart shown in Figure 7-6. Note: The expressions shown in brackets correspond to the steps in the flow chart of the program. G 27. Enter the OUTPUT(1) HIGH instruction to execute the step [Stop the conveyor]. This will ensure that the conveyor is stopped at the beginning of the program (as determined by the position of the Logic switch on the control panel of the Belt Conveyor). G 28. Enter the WHILE INPUT(1) = LOW instruction to execute the step [Part in the feeder?]. The instruction lines that follow will be repeated as long as the statement is true. If the statement is false, the program will continue with the instruction line that follows the associated REPEAT command. G 29. Enter the IF INPUT(2) = LOW instruction to execute the step [Part at the quality control station?]. If the statement is true, the program will continue on the next instruction line. If the statement is false, the program will continue with the instruction line that follows the ELSE command. G 30. Transfer the position points named PCONV01 to PCONV from the right to the left column of the Task Editor window to execute the step [Pick a part from the feeder and place it on the conveyor]. Note: Press the Ctrl key during the dragging to automatically add the MOVETO command to each point. G 31. Enter the WHILE INPUT(3) = HIGH instruction to execute the step [Part at the quality control station?]. As long as the statement is true, the instruction lines between the WHILE and associated REPEAT commands will be repeated. If the statement is 7-14

15 false, the program will continue with the instruction line that follows the associated REPEAT command. G 32. Enter the OUTPUT(1) LOW instruction to execute the step [Start the conveyor]. G 33. Enter the REPEAT command to return the execution of the program to the associated WHILE command (WHILE INPUT(3) = HIGH). G 34. Enter the OUTPUT(1) HIGH instruction to execute the step [Stop the conveyor]. G 35. Enter the HOME command to execute the step [Home positioning]. G 36. Enter the ELSE command. If the statement IF INPUT(2) = LOW is false the program will continue with the instruction line that follows the ELSE command. G 37. Transfer the position points named PCONT01 to PCONT from the right to the left column of the Task Editor window to execute the step [Pick a part from the feeder and place it in the container]. G 38. Enter the HOME command to execute the step [Home positioning]. G 39. Enter the ENDIF command to indicate the end of the IF INPUT(2) = LOW instruction. The execution of the program will continue with the next instruction line. G 40. Enter the REPEAT command to return the execution of the program to the associated WHILE command (WHILE INPUT(1) = LOW). G 41. Enter the END command to execute the step [End]. This will end the execution of the task program. 7-15

16 Formatting the Task Program G 42. Format your task program as shown to facilitate the reading HOME 0002 OUTPUT(1) HIGH 0003 WHILE INPUT(1) = LOW 0004 IF INPUT(2) = LOW 0005 MOVETO PCONV MOVETO PCONV02 (*)... MOVETO PCONV WHILE INPUT(3) = HIGH OUTPUT(1) LOW REPEAT OUTPUT(1) HIGH HOME ELSE MOVETO PCONT01 MOVETO PCONT02... MOVETO PCONT HOME ENDIF REPEAT END (*) From this line, the line numbers depend on the number of points saved. Note: You will learn in the next exercises how to add commentaries to the instruction lines to facilitate the understanding of the program. G 43. Save your program as EXE_7_A. Program Testing G 44. Fill your Gravity Feeder with two parts. G 45. Execute your program. G 46. Did the Servo Robot place the first part on the Belt Conveyor and the second one in the metallic can, then stop at the home position? If not, verify your program, and ask your instructor if necessary. 7-16

17 G 47. Remove the parts from the Belt Conveyor and metallic can, then fill your Gravity Feeder with five parts. G 48. Execute your program. While the Servo Robot is moving to the metallic can to drop the second part, remove the part from the belt conveyor (manually). G 49. Did the Servo Robot place the third part on the Belt Conveyor to feed the quality control station, then the fourth and fifth parts in the metallic can? If not, verify your program, and ask your instructor if necessary. G 50. What will happen if the program is launched without parts in the Gravity Feeder? Explain. Shutdown Procedure G 51. Make sure that there is nothing inside the gripper. G 52. Clear the area around the Servo Robot so that it will not hit anything when it moves. G 53. Execute a hard home positioning. G 54. Turn off the Robot Controller and Belt Conveyor by setting their power switch at the O (off) position. G 55. Disconnect the system and return the equipment to its storage location. 7-17

18 CONCLUSION In this exercise, you were introduced to conveyors. You learned that the conveyor of your training system is a belt conveyor, one of the most common types of conveyors. You learned to control the Belt Conveyor from the control panel and remotely using the TTL outputs of the Robot Controller. To obtain precise movements and facilitate the programming, you have used the Hand-Held Terminal to create the position points and Robotics to program. REVIEW QUESTIONS 1. Name three types of conveyors. 2. Describe the required settings for the Belt Conveyor to run in the reverse direction (direct control). 3. Name three parameters that can be remotely controlled on the Belt Conveyor. 4. To program the Simulation of a Quality Control Station, explain why it is best to use the Hand-Held Terminal to create the position points. 5. What is the use of the Else command in a If-Else-Endif block of codes? 7-18

Introduction to Robotics

Introduction to Robotics Mechatronics Introduction to Robotics 34175-0 Order no.: 34175-00 First Edition Revision level: 01/2015 By the staff of Festo Didactic Festo Didactic Ltée/Ltd, Quebec, Canada 2004 Internet: www.festo-didactic.com

More information

Introduction to Robotics

Introduction to Robotics Mechatronics Introduction to Robotics 34431-0 Order no.: 34431-00 First Edition Revision level: 01/2015 By the staff of Festo Didactic Festo Didactic Ltée/Ltd, Quebec, Canada 2003 Internet: www.festo-didactic.com

More information

Loops and Counters. If Statement: Ladder Logic Code:

Loops and Counters. If Statement: Ladder Logic Code: If Statement: Loops and Counters if (A == 0) then do function F1 if (A == 1) then do function F2 do function F3 Ladder Logic Code: A return statement takes you to the next line of code. This checks if

More information

INSTRUCTION BOOKLET FOR PALLET DECOILER

INSTRUCTION BOOKLET FOR PALLET DECOILER INSTRUCTION BOOKLET FOR PALLET DECOILER MODEL: 1200, 3500, 5000, 6000, 7500, 8500, 10M, 12M, W-1000, W-2000, W-3500 & W-5000 200 Circuit Drive North Kingstown, Rhode Island 02852 USA International Phone:

More information

Tutorial Formulating Models of Simple Systems Using VENSIM PLE System Dynamics Group MIT Sloan School of Management Cambridge, MA O2142

Tutorial Formulating Models of Simple Systems Using VENSIM PLE System Dynamics Group MIT Sloan School of Management Cambridge, MA O2142 Tutorial Formulating Models of Simple Systems Using VENSIM PLE System Dynamics Group MIT Sloan School of Management Cambridge, MA O2142 Originally prepared by Nelson Repenning. Vensim PLE 5.2a Last Revision:

More information

Keystone Book Stacker Specification. Keystone Book Stacker Features

Keystone Book Stacker Specification. Keystone Book Stacker Features BOOK STACKER Keystone Automation proudly offers their BOOK STACKER for the printing and binding industry. It is designed to accurately and quickly stack perfect bound books. This machine is very similar

More information

BakeMax Dough Mini Moulder BMMDM02

BakeMax Dough Mini Moulder BMMDM02 BakeMax Dough Mini Moulder BMMDM02 2 Instruction Manual 1. Preface ------------------------------------------- P2 2. Machine Introduction -------------------------------- P2 3. Machine Specification and

More information

Lead Coach/Mentor 1 or 2 EVENT PREFERENCE SYSTEM USER GUIDE. Updated 9/25/17

Lead Coach/Mentor 1 or 2 EVENT PREFERENCE SYSTEM USER GUIDE. Updated 9/25/17 Lead Coach/Mentor 1 or 2 EVENT PREFERENCE SYSTEM USER GUIDE Updated 9/25/17 1 Welcome to the User Guide for the FIRST Robotics Competition Event Preference System! This guide will provide you with a summary

More information

TECHNICAL SPECIFICATION

TECHNICAL SPECIFICATION TECHNICAL SPECIFICATION ABP SERIES OF AUTOMATIC BLISTER PACKAGING MACHINERY Ridat ABP series of machines are some of the most advanced models in the comprehensive range of Ridat blister packaging equipment.

More information

jeep car robot x2

jeep car robot x2 05 jeep car robot 05 06 06 07 13 08 09 53 54 09 10 08 x4 humanoid robot 07 10 11 C GREEN LED 3 TOUCH SENSOR 11 MOTOR B MOTOR A 4 RED LED 2 RED LED 1 B GREEN LED A 55 56 Building Instructions RED LED AMBER

More information

UNIVERSITY OF ROCHESTER ENVIRONMENTAL HEALTH & SAFETY

UNIVERSITY OF ROCHESTER ENVIRONMENTAL HEALTH & SAFETY Revision No.: New Page 1 of 10 I. PURPOSE Machine guarding is an essential element of providing a safe and healthful environment for employees and others in any facility. Serious injury can result from

More information

Agilent Technologies SP50 Operator Mode Manual

Agilent Technologies SP50 Operator Mode Manual SP50 Operator Manual Document Part Number 5186-5160 October 2005 Agilent Technologies, Silverstone House, Ballymoss Road, Sandyford Industrial Estate, Dublin 18, Ireland Phone 353-1-6058320 Fax 353-1-6058321

More information

Quick Guide. TLX Basic DWS System

Quick Guide. TLX Basic DWS System Quick Guide TLX Basic DWS System TLX Basic Quick Guide Table of Contents 1. Safety Instructions...... 2 Conveyor Belt Operating Safety Guidelines... 2 Electrical Safety... 2 Laser Safety... 3 The Dimensioner

More information

Collator Series 300/400 Operator Manual

Collator Series 300/400 Operator Manual Collator Series 300/400 Operator Manual January 2003 Part No. 90907 Table of contents 1. Introduction page 1.1 Operational safety 1-1 2. Installation 2.1 Installation 2-1 3. Getting to know the collator

More information

KING ABDULAZIZ UNIVERSITY FACULTY OF COMPUTING & INFORMATION TECHNOLOGY DEPARTMENT OF INFORMATION SYSTEM. Lab 1- Introduction

KING ABDULAZIZ UNIVERSITY FACULTY OF COMPUTING & INFORMATION TECHNOLOGY DEPARTMENT OF INFORMATION SYSTEM. Lab 1- Introduction Lab 1- Introduction Objective: We will start with some basic concept of DSS. And also we will start today the WHAT-IF analysis technique for decision making. Activity Outcomes: What is what-if analysis

More information

TF20 Tray Feeder. Instruction Manual. for JEDEC and IEC Standard Trays

TF20 Tray Feeder. Instruction Manual. for JEDEC and IEC Standard Trays for JEDEC and IEC Standard Trays Instruction Manual 096-0243-003 Data I/O assumes no liability for errors, or for any incidental, consequential, indirect, or special damages, including, without limitation,

More information

Power Express In-Lab Training Manual Reference Key. Chapter 7 In-Lab Training Competency Exercise

Power Express In-Lab Training Manual Reference Key. Chapter 7 In-Lab Training Competency Exercise Power Express In-Lab Training Manual Reference Key Chapter 7 In-Lab Training Competency Exercise The competency exercise should be completed by the end of the in-lab training session. All materials supplied

More information

Cement Bucket. Bucket Elevator

Cement Bucket. Bucket Elevator Bucket Elevator Cement Bucket 289 YELLOW RIVER ROAD, XINXIANG CITY, HENAN PROVINCE Tel: +86-373-5799198 Fax: +86-373-5071699 www.pkmachinery.com info@pkmachinery.com 289 YELLOW RIVER ROAD, XINXIANG CITY,

More information

4 BUILDING YOUR FIRST MODEL. L4.1 Building Your First Simulation Model. Knowing is not enough; we must apply. Willing is not enough; we must do.

4 BUILDING YOUR FIRST MODEL. L4.1 Building Your First Simulation Model. Knowing is not enough; we must apply. Willing is not enough; we must do. Pro, Second Edition L A B 4 BUILDING YOUR FIRST MODEL Knowing is not enough; we must apply. Willing is not enough; we must do. Johann von Goethe In this lab we build our first simulation model using Pro.

More information

Quick Start Manual 1.1

Quick Start Manual 1.1 XP3.1 WayPoint Quick Start Manual 1.1 Attention! You will need to be familiar with the correct installation, configuration and operation of the XP3.1 Autopilot before you start using XP3.1 WayPoint. READ

More information

Imperial Series. Model IMP-425/525/625/825/1000AP IMD-425/525/625/825/1000AP IMP-1025/1200/1500/2000AP IMD-1025/1200/1500/2000AP

Imperial Series. Model IMP-425/525/625/825/1000AP IMD-425/525/625/825/1000AP IMP-1025/1200/1500/2000AP IMD-1025/1200/1500/2000AP Service Manual Imperial Series Model IMP-425/525/625/825/1000AP IMD-425/525/625/825/1000AP IMP-1025/1200/1500/2000AP IMD-1025/1200/1500/2000AP Contents of Service Manual 1. Safety Precautions ------------------------------------------------------------------

More information

EU1000 CRIMPER OPERATORS MANUAL WITH ACTTM CONTROLLER

EU1000 CRIMPER OPERATORS MANUAL WITH ACTTM CONTROLLER EU1000 CRIMPER OPERATORS MANUAL WITH ACTTM CONTROLLER SAFETY PRECAUTIONS READ INSTRUCTIONS AND IDENTIFY ALL COMPONENT PARTS BEFORE USING CRIMPER KEEP HANDS AWAY FROM PINCH POINTS CONSULT HOSE AND FITTING

More information

Part III MATERIAL HANDLING AND IDENTIFICATION TECHNOLOGIES

Part III MATERIAL HANDLING AND IDENTIFICATION TECHNOLOGIES Part III MATERIAL HANDLING AND IDENTIFICATION TECHNOLOGIES Chapters: 10.Material Transport Systems 11.Storage Systems 12.Automatic Identification and Data Capture Material Handling Technologies in the

More information

Sandvik crusher Automatic Setting Regulation

Sandvik crusher Automatic Setting Regulation Sandvik crusher Automatic Setting Regulation 2 Get to know your crushing equipment While the basic machinery used in rock processing has remained fundamentally unchanged for 70 years, the industry has

More information

Solutions for handling applications

Solutions for handling applications Solutions for handling applications Controlled motion sequences faster, simpler and more cost-effective siemens.com/handling Answers for industry. 2 Handling applications efficiently implemented The degree

More information

AM SYSTEM(AS002) Manual

AM SYSTEM(AS002) Manual AM SYSTEM(AS002) Manual Copyright: Copyright 2008 DRAGON GUARD. All rights reserved. No part of the materials may be reproduced in any form or by any means without prior written consent of DRAGON GUARD,

More information

UNIFIED FACILITIES GUIDE SPECIFICATIONS

UNIFIED FACILITIES GUIDE SPECIFICATIONS USACE / NAVFAC / AFCEC / NASA UFGS-26 36 23.00 20 (April 2006) -------------------------------- Preparing Activity: NAVFAC Replacing without change UFGS-16410N (February 2003) UNIFIED FACILITIES GUIDE

More information

BEST PRACTICES. SMART Audit Suite with Engagement CS. Table of Contents. Integrating SMART Audit Suite Working with the SMART Suite...

BEST PRACTICES. SMART Audit Suite with Engagement CS. Table of Contents. Integrating SMART Audit Suite Working with the SMART Suite... BEST PRACTICES SMART Audit Suite with Engagement CS Table of Contents Integrating SMART Audit Suite... 2 Working with the SMART Suite... 4 Create SMART Docs... 7 Using Checkpoint Tools and SMART Audit

More information

PeopleFirst Portal Onboarding Tool

PeopleFirst Portal Onboarding Tool PeopleFirst Portal Onboarding Tool 08.2016 Table of Contents Onboarding Tool One: Overview...3 Two: The NFP Onboarding Experience..3 Three: Accessing the Onboarding Queue.... 4 Four: Posthire Verification

More information

Description of the Rear-Axle Assembly Demo Model for Tecnomatix Plant Simulation March 2013 CONTENT

Description of the Rear-Axle Assembly Demo Model for Tecnomatix Plant Simulation March 2013 CONTENT Description of the Rear-Axle Assembly Demo Model for Tecnomatix Plant Simulation March 2013 CONTENT 1. Description... 2 1.1 Objective... 2 1.2 System Characteristics... 2 1.3 Sequence... 2 1.4 Results...

More information

EQUINOX. Software. Equinox BATCHtech. User Manual. (metric version) Weigh ahead batching

EQUINOX. Software. Equinox BATCHtech. User Manual. (metric version) Weigh ahead batching EQUINOX Software Equinox BATCHtech User Manual (metric version) Weigh ahead batching Version 15.01 1-Aug-2015 1 Equinox BATCHtech automated batching. Units. Aggregates and cements are measured in kilograms

More information

Host Rewards Consolidated Shipping

Host Rewards Consolidated Shipping Host Rewards Consolidated Shipping Frequently Asked Questions What is consolidated shipping? Some or all of the individual orders within a Group Presentation can be consolidated into one shipping address

More information

15. Conveyor Tracking

15. Conveyor Tracking 15. Conveyor Tracking 15.1 Overview Conveyor Tracking is a process in which a robot picks up parts from a stationary or moving conveyor that are found by a vision system or sensor. The EPSON RC+ 6.0 Conveyor

More information

16. Conveyor Tracking

16. Conveyor Tracking 16. Conveyor Tracking 16.1 Overview Conveyor Tracking is a process in which a robot picks up parts from a stationary or moving conveyor that are found by a vision system or sensor. The EPSON RC+ 7.0 Conveyor

More information

Imagine this: If you create a hundred tasks and leave their default constraints

Imagine this: If you create a hundred tasks and leave their default constraints Chapter 6 Timing Is Everything In This Chapter Discovering how dependency links affect timing Reviewing the different kinds of dependency relationships Allowing for lag and lead time Creating dependency

More information

Xerox Configurator Pricing Manager Guide

Xerox Configurator Pricing Manager Guide Xerox Configurator Pricing Manager Guide 2010 Xerox Corporation. All rights reserved. XEROX, XEROX and Design, are trademarks of Xerox Corporation in the United States and/or other countries. Document

More information

Right click on the influent element and select name. Type Influent in the box. This should change the name of your element to influent.

Right click on the influent element and select name. Type Influent in the box. This should change the name of your element to influent. CE 521 WASTEWATER ENGINEERING - BIOWIN DESIGN PROJECT IN CLASS ASSIGNMENT TUTORIAL (adapted from assignments by Professor Chris Schmit SDSU http://learn.sdstate.edu/christopher%5fschmit/) Start BioWin

More information

Settings: Organization, Security & Users

Settings: Organization, Security & Users Settings: Organization, Security & Users 1 1. Lab Objectives After completing this lab, you will be able to: Define the specific settings of your organization Create your security roles Create your users

More information

QUICK Guide. System start-up and shutdown 3. Operating panels. State colors. General process description. Device operating modes

QUICK Guide. System start-up and shutdown 3. Operating panels. State colors. General process description. Device operating modes QUICK Guide System start-up and shutdown 3 Operating panels 4 State colors 5 General process description 6 Device operating modes Recovering from an error situation 15 19 Tips 21 MMS5 rev. 2.0 / FMS Options

More information

Connecting Time Matters/Billing Matters and QuickBooks. 35*45 Consulting - Global 7 Second System

Connecting Time Matters/Billing Matters and QuickBooks. 35*45 Consulting - Global 7 Second System Why Choose QuickBooks... 3 Why Use Billing Matters... 3 Question to Ask... 3 Getting Started in Billing Matters... 4 Getting Started in QuickBooks... 11 Linking Billing Matters and QuickBooks... 14 Using

More information

Section 6 Payroll Adjustment

Section 6 Payroll Adjustment Section 6 Payroll Adjustment The following instructions explain how to correct a current year payroll when you are unable to make the correction in your payroll system. Submitting a Payroll Adjustment

More information

S.T.E.M. Integrated Robotics Detailed Outline

S.T.E.M. Integrated Robotics Detailed Outline S.T.E.M. Integrated Robotics Detailed Outline Unit 1: An Introduction to Drones Time: 4 Days Lesson 1.1 Introduction to MINDS-i 1. A brief intro of how MINDS-i defines STEM education and STEM Integrated

More information

Project Planning. Module 3 Planning & Construction. Academic Services PREPARED BY. August 2012

Project Planning. Module 3 Planning & Construction. Academic Services PREPARED BY. August 2012 Project Planning Module 3 Planning & Construction PREPARED BY Academic Services August 2012 Institute of Applied Technology, 2012 Module 3 Planning & Construction Module Objectives Upon successful completion

More information

Opera II Accreditation Course. Invoicing / SOP. Pegasus Training & Consultancy Services File Name : OIISOP001

Opera II Accreditation Course. Invoicing / SOP. Pegasus Training & Consultancy Services File Name : OIISOP001 Invoicing / SOP Pegasus Training & Consultancy Services File Name : OIISOP001 Pegasus Training & Consultancy Services File Name : OIISOP001 Table of Contents Introduction... 1 Invoicing Module Menu...

More information

PESIT Bangalore South Campus Hosur road,1km before Electronic City, Bengaluru100 Department of Mechanical Engineering

PESIT Bangalore South Campus Hosur road,1km before Electronic City, Bengaluru100 Department of Mechanical Engineering USN 1 P E PESIT Bangalore South Campus Hosur road,1km before Electronic City, Bengaluru100 Department of Mechanical Engineering INTERNAL ASSESSMENT TEST 2 Date : 30-3-2015 Max Marks : 50 Subject &Code

More information

BEUMER PALLETISING TECHNOLOGY PRECISE, EFFICIENT, RELIABLE PALLETISING TECHNOLOGY

BEUMER PALLETISING TECHNOLOGY PRECISE, EFFICIENT, RELIABLE PALLETISING TECHNOLOGY PALLETISING TECHNOLOGY PRECISE, EFFICIENT, RELIABLE PALLETISING TECHNOLOGY EFFICIENT AND PRECISE IMPRESSIVE STACK QUALITY For more than 40 years, Group has designed and developed innovative palletising

More information

Tutorial for Verilog Synthesis Lab (Part 2)

Tutorial for Verilog Synthesis Lab (Part 2) Tutorial for Verilog Synthesis Lab (Part 2) Before you synthesize your code, you must absolutely make sure that your verilog code is working properly. You will waste your time if you synthesize bad code!

More information

Related to Process Type in BI 7.0: Decision between Multiple Alternatives

Related to Process Type in BI 7.0: Decision between Multiple Alternatives Related to Process Type in BI 7.0: Decision between Multiple Alternatives Applies to: SAP Business Intelligence 7.0. For more information, visit the EDW homepage. Summary The objective of this document

More information

Cement Mill Feeder Control System

Cement Mill Feeder Control System Cement Mill Feeder Control System 1 Mr.Ratnan P, 2 Jithin Jose, 3 Mohammed Rafi K.T, 4 Yoosaf Nisar K 1 AP Dept.AEI, Calicut University, JECC Thrissur, Thrissur, Kerala, India 2, 3, 4 UG Scholar Dept AEI,

More information

Dropping Lowest Score from a Total Column

Dropping Lowest Score from a Total Column Dropping Lowest Score from a Total Column SUPPORT elearning Grade Center Through a simple 4-step process, instructors can automate their Grade Center to evaluate and drop a student s lowest grade from

More information

Easy. Flexible. Precise. Fast.

Easy. Flexible. Precise. Fast. The Device: The Lift and Transfer Unit (LTU) is designed to transfer pallets onto adjacent conveyor lines. The device is highly configurable to accommodate many types of applications and traffic handling

More information

Safety Analysis. Chapter 24. RAM Commander s Safety Module. Chapter 24 Safety Analysis 551

Safety Analysis. Chapter 24. RAM Commander s Safety Module. Chapter 24 Safety Analysis 551 Chapter 24 Safety Analysis 551 Chapter 24 Safety Analysis RAM Commander s Safety Module RAM Commander s Safety module is the latest addition to the unique scope of the RAM Commander features. It implements

More information

Importing and Analyzing Twitter Data

Importing and Analyzing Twitter Data Importing and Analyzing Twitter Data Contents IMPORTING AND ANALYZING TWITTER DATA... 1 WHAT POSSIBILITIES DOES MAXQDA OFFER FOR ANALYZING TWITTER DATA?... 1 IMPORTING TWITTER DATA... 1 AUTOCODING AND

More information

Decor Fusion Inventory Handheld Gun Usage Guide Version Date [Publish Date]

Decor Fusion Inventory Handheld Gun Usage Guide Version Date [Publish Date] Decor Fusion Inventory Handheld Gun Usage Guide Version 1.2.8.41 Date [Publish Date] Revision 1.0.0.0 Revision Date 10/30/2018 Overview Details: The purpose of this document is to provide instructions

More information

Labor Reporting. Support Guide for Scheduling Employees

Labor Reporting. Support Guide for Scheduling Employees Aspect Software, Inc. Back-office software for restaurateurs Labor Reporting Support Guide for Scheduling Employees Phone: 800.454.3280 or 405.721.4420 Fax: 405.721.4419 www.aspect-software.net support@aspect-software.net

More information

This Company features:

This Company features: Organizational Structure Management (OSM) HR Administrator Training Guide for ExponentHR This guide provides detailed information on using the Organizational Structure Management tool. Organizational Structure

More information

NetFreight PO & Warehousing Documentation

NetFreight PO & Warehousing Documentation NetFreight PO & Warehousing Documentation 2014 Andy Cook Descartes 2/25/2014 NetFreight PO & Warehousing Documentation Contents Initial Set Up... 3 Warehouse Screens... 3 Message Permissions... 3 Purchase

More information

PROPOSAL: Q July 9, 2018

PROPOSAL: Q July 9, 2018 MECHANICAL EQUIPMENT SPECIFICATIONS Motor Driven Roller Conveyor (MDR): Motorized-roller conveyor sets the standard in material handling flexibility. Its key is the use of a motorized roller that powers

More information

CONTINUOUS POWER-TIE CONFIGURATION

CONTINUOUS POWER-TIE CONFIGURATION POWER AVAILABILITY CONTINUOUS POWER-TIE CONFIGURATION USER MANUAL Series 610 Multi-Module UPS TABLE OF CONTENTS 1.0 SYSTEM DESCRIPTION....................................................1 1.1 Function...................................................................

More information

Bucket Elevator Cement Bucket Elevator

Bucket Elevator Cement Bucket Elevator 289 YELLOW RIVER ROAD, Cement bucket conveyor Cement bucket conveyor is composed of upper section with drive sprocket, driving device, middle case and bottom section with tension sprocket and non-return

More information

Liebert NXL Power-Tie Controls

Liebert NXL Power-Tie Controls AC Power For Business-Critical Continuity Liebert NXL Power-Tie Controls and Maintenance Manual CONTACTING EMERSON NETWORK POWER FOR SUPPORT Contact Emerson Network Power Liebert Services for information

More information

Booklet 3. Guidance Notes. Sales Ledger

Booklet 3. Guidance Notes. Sales Ledger Booklet 3 Guidance Notes Sales Ledger (Revised Aug 2018) 1 Table of Contents 1.0 Sales - Processing...3 1.1 Sales Invoices...3 1.2 Setting up Contacts Customers...6 1.3 Sales Receipts...8 1.4 Sales Credit

More information

QuickBooks Integration Instructions for Attendance Rx

QuickBooks Integration Instructions for Attendance Rx Acroprint Time Recorder Company QuickBooks Integration Instructions for Attendance Rx Publication: ATRX-001 Date of Publication: February 18, 2005 Revision: B Introduction QuickBooks Integration from Attendance

More information

Automatic Trade Selection by Ed Downs

Automatic Trade Selection by Ed Downs Automatic Trade Selection by Ed Downs Tutorial Agenda: Pre-Release 2A How ATS Works Using ATS Building ATS Methods ATS and other features have been enhanced for Pre-Release 2A. Release Notes Pre-Release

More information

Handling Guide Online

Handling Guide Online Handling Guide Online You need complete systems. You want reduced complexity. We are your dependable solutions partner. Handling systems from Festo: versatile, economical, perfectly fitting Perfectly fitting,

More information

Conveyor-belt system: on board of semitrailer, with pulling steel cables,

Conveyor-belt system: on board of semitrailer, with pulling steel cables, Robust, easy and versatile the automatic Conveyor-belt system MOVECO SYSTEMS, enables to load and unload every kind of: pallets cases, boxes, paper reels, white goods, bulk loads as of every size. The

More information

Practical Application of Training tasks Based on Flexible Manufacturing System Hongmei Fan

Practical Application of Training tasks Based on Flexible Manufacturing System Hongmei Fan 3rd International Conference on Science and Social Research (ICSSR 2014) Practical Application of Training tasks Based on Flexible Manufacturing System Hongmei Fan School of Automation, Nanjing Institute

More information

EDEXCEL NC/D ENGINEERING PROGRAMMABLE LOGIC CONTROLLERS UNIT 25 ASSIGNMENT 3 DESIGN AND OPERATIONAL CHARACTERISTICS

EDEXCEL NC/D ENGINEERING PROGRAMMABLE LOGIC CONTROLLERS UNIT 25 ASSIGNMENT 3 DESIGN AND OPERATIONAL CHARACTERISTICS EDEXCEL NC/D ENGINEERING PROGRAMMABLE LOGIC CONTROLLERS UNIT 25 ASSIGNMENT 3 DESIGN AND OPERATIONAL CHARACTERISTICS NAME: I agree to the assessment as contained in this assignment. I confirm that the work

More information

CIMflex System Installation Guide

CIMflex System Installation Guide CIMflex System Installation Guide Catalog # 200405 Rev. C November 2015 Copyright 2015 Intelitek Inc. CIMflex System Installation Manual November 2015 Every effort has been made to make this user manual

More information

ENGR102 Engineering Design Lab II Winter 2014

ENGR102 Engineering Design Lab II Winter 2014 ENGR 102 Engineering Design Lab II Bridge Module Week 3 Introduction to Visual Analysis Introduction For the remainder of this module, you will use Visual Analysis to determine the member forces when loading

More information

Chapter 7 Entity Transfer and Steady-State Statistical Analysis

Chapter 7 Entity Transfer and Steady-State Statistical Analysis Chapter 7 Entity Transfer and Steady-State Statistical Analysis What We ll Do... Types of Entity Transfers Resource-Constrained Transfers Transporters (Model 7.1) Conveyors Non-accumulating (Model 7.2)

More information

CHAPTER 10: ANALYSIS AND REPORTING

CHAPTER 10: ANALYSIS AND REPORTING Chapter 10: Analysis and Reporting CHAPTER 10: ANALYSIS AND REPORTING Objectives The objectives are: Define Analysis and Reporting Create Analysis Reports Customize Analysis Reports Create Analysis by

More information

Chapter 3 Assembly Systems. Screen Titles

Chapter 3 Assembly Systems. Screen Titles Chapter 3 Assembly Systems Screen Titles System Input / Output Methods of Assembly Manual Assembly Automated Assembly Flexible Assembly Choice of Assembly Assembly Economics Assembly Line Components Assembly

More information

INSULATION GUARD MEG (Code ) INSTRUCTION MANUAL ( M / 99A ) (c) CIRCUTOR S.A.

INSULATION GUARD MEG (Code ) INSTRUCTION MANUAL ( M / 99A ) (c) CIRCUTOR S.A. INSULATION GUARD MEG-1000 (Code 2 28 981) INSTRUCTION MANUAL ( M 981 220 / 99A ) (c) CIRCUTOR S.A. ----- Insulation guard MEG-1000 -------- M - 981 220 --- Page nº 1 Insulation guard MEG-1000 1.- BASIC

More information

Robotics, CNC and FMS

Robotics, CNC and FMS Robotics, CNC and FMS! Extensive range of integrated training equipment! Robots - SCARA and Articulated types! Automatic materials handling equipment! Modular manufacturing systems! CNC Mill and Lathe!

More information

Investigating Snails & Plants

Investigating Snails & Plants Name: Teacher: Hour: Investigating Snails & Plants Logging In Directions 1. Go To: http://www.explorelearning.com/ 2. Click On: Log In 3. Username: rozeka01 Password: ilovebiology 4. Click On: Biology

More information

MANUAL MY.DHLPARCEL.NL

MANUAL MY.DHLPARCEL.NL DHL PARCEL MANUAL MY.DHLPARCEL.NL Log in As soon as we have registered you, you will receive your activation link via e-mail. Log in with your email address, set your own password and start preparing your

More information

AUTOMATIC RACKING MACHINE

AUTOMATIC RACKING MACHINE e-issn 2455 1392 Volume 3 Issue 5, May 2017 pp. 65 69 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com AUTOMATIC RACKING MACHINE Pawan Chaudhary 1, Shivansh Prashar 2 1,2 EEE, GLBITM Abstract

More information

Universal Robots for 2200 Series Conveyors

Universal Robots for 2200 Series Conveyors Universal Robots for 2200 Series Conveyors Service Manual UR3 UR5 UR10 For other service manuals visit our website at: www.dornerconveyors.com/manuals-literature 851-897 Rev. A Record Conveyor Serial Number

More information

DCMS Link 2.10 for Compass / HyStar

DCMS Link 2.10 for Compass / HyStar DCMS Link 2.10 for Compass / HyStar DCMS Link Panel (Chromeleon Xpress) Window Compass / HyStar Window DCMS Link Event Log Window Switch between the Windows using the Taskbar Document version: 1.4 March

More information

EN REAL TIME RECEIVER AND RW INSTALLATION AND USE

EN REAL TIME RECEIVER AND RW INSTALLATION AND USE 07-0106-EN REAL TIME RECEIVER AND RW INSTALLATION AND USE GENERAL POINTS The Intratone 07-0106-EN (EEN-REC4) receiver has two modes: - Real time: connected to a control unit and/or GPRS/3G module. - RW,

More information

Agilent Quality Tool Online Help. Printable Version. Intelligent Test Software Solutions. ITFSS p January 2005

Agilent Quality Tool Online Help. Printable Version. Intelligent Test Software Solutions. ITFSS p January 2005 Agilent Quality Tool Online Help Printable Version Intelligent Test Software Solutions ITFSS 03.10 p 1204 January 2005 Agilent Quality Tool Online Help: Printable Version 1 Copyrights and Notices Agilent

More information

ABB Robotics. Application manual Conveyor tracking

ABB Robotics. Application manual Conveyor tracking ABB Robotics Application manual Conveyor tracking Trace back information: Workspace R13-1 version a6 Checked in 2013-03-31 Skribenta version 1184 Application manual Conveyor tracking RobotWare 5.15 Document

More information

Aldelo Liquor Controller Server User Manual

Aldelo Liquor Controller Server User Manual Aldelo Liquor Controller Server User Manual 2 Aldelo Liquor Controller Server Manual 3 PUBLISHED BY Aldelo, LP 6800 Koll Center Parkway, Suite 310 Pleasanton, CA 94566 Copyright 1997-2014 by Aldelo, LP.

More information

Getting Started Guide

Getting Started Guide Getting Started Guide OAS Freight v 3.2 Welcome Thank you for selecting OAS Freight. This guide is designed to help you become familiar with the OAS Freight software. This guide is not designed to be a

More information

Time Off for ADP Workforce Now. Automatic Data Processing, Inc. ES Canada

Time Off for ADP Workforce Now. Automatic Data Processing, Inc. ES Canada Time Off for ADP Workforce Now Automatic Data Processing, Inc. ES Canada INSTRUCTOR GUIDE ADP s Trademarks The ADP Logo, ADP, ADP Workforce Now and IN THE BUSINESS OF YOUR SUCCESS are registered trademarks

More information

WE UNITED PLACINGS WORKSHEET GUIDE SINGLE JUDGE

WE UNITED PLACINGS WORKSHEET GUIDE SINGLE JUDGE WE UNITED PLACINGS WORKSHEET GUIDE SINGLE JUDGE This guide is a companion to the WE United Placings Worksheet for a single judge. This guide will provide you with information on how to enter the necessary

More information

Design Like a Pro. Boost Your Skills in HMI / SCADA Project Development. Part 3: Designing HMI / SCADA Projects That Deliver Results

Design Like a Pro. Boost Your Skills in HMI / SCADA Project Development. Part 3: Designing HMI / SCADA Projects That Deliver Results INDUCTIVE AUTOMATION DESIGN SERIES Design Like a Pro Boost Your Skills in HMI / SCADA Project Development Part 3: Designing HMI / SCADA Projects That Deliver Results The end of a project can be the most

More information

The Basics and Sorting in Excel

The Basics and Sorting in Excel The Basics and Sorting in Excel Work through this exercise to review formulas and sorting in Excel. Every journalist will deal with a budget at some point. For a budget story, typically we write about

More information

WHAT S NEW? VERSION 7.5

WHAT S NEW? VERSION 7.5 WHAT S NEW? VERSION 7.5 INTRODUCTION This document is meant to provide a more detailed overview of the new or improved features in FlexSim 7.5, the latest version of FlexSim s flagship general purpose

More information

APPROVE AND VIEW TIME FOR WAGE EMPLOYEES

APPROVE AND VIEW TIME FOR WAGE EMPLOYEES APPROVE AND VIEW TIME FOR WAGE EMPLOYEES TABLE OF CONTENTS Overview... 3 Reviewing and Approving Time... 3 General Guidelines... 3 Approving Time: Step by Step Instructions... 3 Conversion Chart - Minutes

More information

Automated warehouses. Automated warehouses AW series. Figure 1

Automated warehouses. Automated warehouses AW series. Figure 1 Automated warehouses AW series This machine series is designed for storage of crates boxes coils, containers and minipallet. The available models are 6 and differ in the width of the corridor in which

More information

Create HR Travel Request Separation

Create HR Travel Request Separation Table of Contents Overview... 2 Objectives... 2 Enterprise Roles... 2 Create HR Travel Request... 3 Fill in the Start Form Page... 5 Fill in the General Data Page... 5 Fill in the Additional Data Page...

More information

Running Trains with JMRI s Dispatcher

Running Trains with JMRI s Dispatcher Running Trains with JMRI s Dispatcher Dave Duchamp Dick Bronson (Co- Presenter) Bob Jacobsen (Co- Presenter) What is Dispatcher? Dispatcher provides functionality and organizes information for dispatching

More information

Set up the Grid: From the drop down menu: Settings, Configuration, Screen, Grid Settings

Set up the Grid: From the drop down menu: Settings, Configuration, Screen, Grid Settings ENGI 7928 Mastercam Lab Mill 1 C. Koenig 2012 Starting a Mastercam file: Once the SolidWorks models is complete, save the model as PivotClamp.x_t, Open Mastercam, select: File, Open, Files of type All

More information

AFB factory hybrid production

AFB factory hybrid production AFB The modular concept factory for all hybrid production tasks The learning system for all processes associated with production automation and process automation: Production Handling of seals Packaging

More information

standard component library

standard component library standard component library manual standard component library /21 standard component library manual 2/21 Table of Contents layouts Airport Baggage Handling High Volume Consumer Goods (HVCG) Packing Line

More information

IE Code IE Competency Title Credit OAC Ref.

IE Code IE Competency Title Credit OAC Ref. Compulsory Workplace Competency Standards Level Three IE Code IE Competency Title Credit OAC Ref. IE104-3WC Use safe lifting and rigging techniques 1 C6 IE105-3WC Follow safe procedures for working in

More information

Concepts for Using TC2000/TCnet PCFs

Concepts for Using TC2000/TCnet PCFs 2004 Jim Cooper by Concepts for Using TC2000/TCnet PCFs Concepts for Using TC2000/TCnet PCFs 1 What is a PCF? 1 Why would I want to use a PCF? 1 What if I m no good at programming or math? 2 How do I make

More information