Exercise 1. Milling a Part with the Lab-Volt CNC Mill EXERCISE OBJECTIVE

Size: px
Start display at page:

Download "Exercise 1. Milling a Part with the Lab-Volt CNC Mill EXERCISE OBJECTIVE"

Transcription

1 Exercise 1 Milling a Part with the Lab-Volt CNC Mill EXERCISE OBJECTIVE When you have completed this exercise, you will be able to engrave text on square pieces of stock, using the Lab-Volt CNC Mill, model 5600, and the Lab-Volt CNC Mill Software. DISCUSSION Figure 1-1 shows the part you will create in this exercise, using the Lab-Volt CNC Mill, Model The part is created by engraving the following text on a square piece of stock: Lab-Volt CIM. Figure 1-1. Milled part. The part program used to create the part is shown in Table 1-1, in both inch and millimeter units. This program is intended to be opened in the Lab-Volt CNC Mill Software. 1-1

2 The following G codes are used to perform the geometric functions required to engrave the text. G00 (RAPID): rapid linear interpolation; G01 (MOVE): feed linear interpolation; G02 (ARC.CW): clockwise arc; G03 (ARC.CCW); counterclockwise arc; G05 (ARC); circular arc. CNC PART PROGRAM USED TO ENGRAVE "Lab-Volt CIM": 39468_EX1_**.m5 LINE NUMBER MILLIMETERS (mm) INCHES (in) 1 G21 G20 2 G90 G90 3 G00 Z70 G00 Z X3.5 X.14 5 Y44 Y Z5 Z.2 7 M03 S2800 M03 S G04 50 G F500 F20 10 G01 Z-1 F250 G01 Z-.04 F10 11 Y38 Y X7.5 X.3 13 G00 Z5 G00 Z.2 14 X13.3 X G01 Z-1 F250 G01 Z-.04 F10 16 Y40 Y G03 G03 18 X11.3 Y40 X.45 Y G05 G05 20 G01 Y42 G01 Y G00 Z5 G00 Z.2 22 X15.7 Y38 X.62 Y G01 Z-1 F250 G01 Z-.04 F10 24 Y40 Y1.575 Table 1-1. Part program in inch or millimeter units. 1-2

3 CNC PART PROGRAM USED TO ENGRAVE "Lab-Volt CIM": 39468_EX1_**.m5 LINE NUMBER MILLIMETERS (mm) INCHES (in) 25 G02 G02 26 X17.7 Y40 X.695 Y G05 G05 28 G01 Y44 G01 Y G00 Z5 G00 Z.2 30 X22 Y40.5 X.87 Y G01 Z-1 F250 G01 Z-.04 F10 32 X26 X G00 Z5 G00 Z.2 34 X28 Y44 X1.1 Y G01 Z-1 F250 G01 Z-.04 F10 36 Y41 Y X30 Y38 X1.18 Y X32 Y41 X1.26 Y Y44 Y G00 Z5 G00 Z.2 41 X34 Y40 X1.34 Y G01 Z-1 F250 G01 Z-.04 F10 43 G02 G02 44 X36 Y40 X1.415 Y G05 G05 46 G00 Z5 G00 Z.2 47 X41 Y38 X1.62 Y G01 Z-1 F250 G01 Z-.04 F10 49 Y44 Y G00 Z5 G00 Z.2 51 X45.6 X G01 Z-1 F250 G01 Z-.04 F10 53 Y38 Y1.5 Table 1-1. Part program in inch or millimeter units (cont'd). 1-3

4 CNC PART PROGRAM USED TO ENGRAVE "Lab-Volt CIM": 39468_EX1_**.m5 LINE NUMBER MILLIMETERS (mm) INCHES (in) 54 G00 Z5 G00 Z.2 55 X43.6 Y42 X1.72 Y G01 Z-1 F250 G01 Z-.04 F10 57 X47.6 X G00 Z5 G00 Z.2 59 X18.3 Y28 X.72 Y G01 Z-1 F250 G01 Z-.04 F10 61 X7 X Y11 Y X18.3 X G00 Z5 G00 Z.2 65 X25 X1 66 G01 Z-1 F250 G01 Z-.04 F10 67 Y28 Y G00 Z5 G00 Z.2 69 X31.5 Y11 X1.24 Y G01 Z-1 F250 G01 Z-.04 F10 71 Y28 Y X37.3 Y19.5 X1.47 Y X43 Y28 X1.7 Y Y11 Y G00 Z5 G00 Z.2 76 M05 M05 77 G00 Z8 G00 Z.3 78 Z25 Z1 79 X0 X0 80 Y50.8 Y2 81 M30 M30 Table 1-1. Part program in inch or millimeter units (cont'd). 1-4

5 Prerequisites Before you begin the practical section of the exercise, make sure the following requirements are met. 1. You must have gone through Section 2, "Operation", of the Lab-Volt Quick-Start Guide "Familiarization with the CNC Mill" (part number E), in order to know how to operate the mill control panel, change the cutting tool and collet, mount the block to be milled, set the program reference zero (PRZ), prepare the mill to accept a part (*.m5) program, download the program, and mill the part. 2. You must be familiar with the CNC Mill Software. To obtain detailed information about this software, refer to the Lab-Volt User Guide "CNC Mill Software" (part number E). Section 4 of this guide, "Tutorial Exercise", describes the steps used to create and edit part programs with the software. Procedure summary In this exercise, you will mill the part described in the DISCUSSION section of this exercise. EQUIPMENT REQUIRED Lab-Volt CNC Mill, Model 5600; Lab-Volt CNC Mill Software, Model 5660; Two-flute end mill, mm ( in) diameter; Pieces of wax [50.8-mm (2-in) wide, 50.8-mm (2-in) long, 12.7-mm (0.5-in) thick]. PROCEDURE Setting Up the System G 1. On the CNC mill, install the following cutting tool, if it has not been installed yet: a mm ( in) two-flute end mill with the proper collet. G 2. Load a piece of stock in the vise of the mill: a 50.8-mm (2-in) wide, 50.8-mm (2-in) long, 12.7-mm (0.5-in) thick block of wax. Note: If a pneumatic vise, Lab-Volt Model 5616, is currently installed on the CNC Mill, you can refer to procedural step 9 of Exercise 3 for the steps to follow in order to load the stock in the vise. Note: The part program you will run to mill parts has been written specifically for wax. When another type of material is used, several program lines must be modified, in order to correct the spindle speed, the feed rates, and the depth of cut. 1-5

6 Setting the Programmed Reference Zero (PRZ) G 3. On the mill, set the programmed reference zero (PRZ) by using the steps below. The desired location for the PRZ is the upper front left corner of the block, as Figure 1-2 shows. Note: The steps below are used to coarsely set the programmed reference zero (PRZ). To set the PRZ more accurately, for example when a high precision is required on the machined part, follow the extended procedure provided in the section "Set the Programmed Reference Zero (PRZ)" of the Lab-Volt Quick-Start Guide "Familiarization with the CNC Mill", part number E. a. On the mill control panel, select Manual from the main menu of the control panel to access the Manual menu. b. Using the +X and -X keys, and the +Y and -Y keys, position the center of the cutting tool right over the upper front-left corner of the block, as Figure 1-2 (a) and (b) show. Figure 1-2. Position the center of the cutting tool right over the upper front-left corner of the block. 1-6

7 c. Leave the center of the tool right over the upper front-left corner of the block. Using the +Z and -Z keys, position the end of the tool so that it is just touching the block, as Figure 1-2 (c) shows. Press Zero twice, which will set the X, Y, and Z coordinates of the PRZ to the current position of the cutting tool. d. Using the +Z key, raise the headstock above the block, then press ESC to return to the Main menu of the mill control panel. Preparing the Mill for Part Program Download G 4. Prepare the mill for part program download, so that it is ready to accept a program from the computer used to run the CNC Mill Software. (To do so, select Remote Serial from the Main menu of the mill control panel. The mill control panel now indicates: "READY TO DOWNLOAD".) Opening the Part Program in the CNC Mill Software G 5. Connect a serial (COM) port of the computer used to run the CNC Mill Software to the serial port at the back of the mill. On the computer, run the CNC Mill software. G 6. In the CNC Mill Software, open file 39468_EX1_**.m5 [in either millimeters (mm) or inches (in), according to your preference]. The Line Editor window will appear, displaying the part program in ISO G and M codes. Make sure this program is the same as that listed in Table 1-1 of the DISCUSSION section. Note: The coordinate values are in absolute (measured from the programmed reference zero, or PRZ.) Setting the Home Position of the Mill Tool Table G 7. In the CNC Mill Software, verify the setting of the Home position of the cutting tool: in the File menu, select Info..., which will bring up the Program Information... dialog box. In this box, make sure that the Absolute Home Position is set to X = 0 mm (0 in), Y = 0 mm (0 in), and Z = 25.4 mm (1 in), as Figure 1-3 shows. The Part Reference Zero Position should be set as follows: X : 0 mm (0 in) X+: 50.8 mm (2 in) Y : 0 mm (0 in) Y+: 50.8 mm (2 in) Z : mm (-0.5 in) Z+: 0 mm (0 in) 1-7

8 Click on the OK button to save your settings and close the Program Information... dialog box. Figure 1-3. Setting the home position of the cutting tool. G 8. In the CNC Mill Software, set the Mill Tool Table according to the type of tool used for part program 39468_EX1_**.m5. In the Options menu, select Mill Tool Table..., which will bring up the Tool Table tabbed window. a. Make sure the Tool Number field is set to 1. b. Make sure the Nose Type drop-down list is set to End Mill. c. Set the Bit Diameter field to mm ( in). d. Make sure the Bit Offset (Z-Axis field) is set to mm ( in). e. Click on Save to save your settings and close the Mill Tool Table dialog box. 1-8

9 Figure 1-4. Setting the Tool Table. Emulating the Part Program G 9. In the CNC Mill Software, emulate program 39468_EX1_**.m5 to see the rendering process and the finished part, prior to the download to the mill. a. First, set the rendering preferences of the Emulator: in the Options menu of the main screen, select Rendering... This will bring up the Rendering tabbed window, shown in Figure 1-5. Make sure to set the Curve Smoothness field to 100. In the Tool Rendering section, make sure the Camera Follows Tool box is unchecked, and that the Show Tool Path box is checked. Click on the Save button to save the settings and close the Rendering window. 1-9

10 Figure 1-5. Rendering tabbed window. b. In the Mill menu of the main screen, select Emulate. Once the program 39468_EX1_**.m5 has been checked for errors, the Compiling... dialog box will appear, indicating "Successful compile". Click on the OK button, which will close this box and bring up the Mill 3D Emulator window. c. In the Mill 3D Emulator window, make sure the Mouse Rotate button of the View palette is selected. Position the mouse pointer over the stock view and, while holding down the left mouse button, rotate the stock in order to obtain a 3D view, as Figure 1-6 shows, then release the mouse button. 1-10

11 Figure 1-6. Line Editor and Mill 3D Emulator window. d. In the Mill 3D Emulator window, click on the Start Simulation button of the Control palette, which will start the part rendering process. Once the rendering process is completed, you can see the finished part in the Emulator window, as Figure 1-7 shows. The Time field at the bottom of the window indicates the approximate time required to mill the part. e. Close the Mill 3D Emulator window. 1-11

12 Figure 1-7. Finished part with tool paths displayed. Verifying Communications Configurations G 10. In the CNC Mill Software, verify that the computer is configured for proper communications with the mill: in the Options menu, select Machine Setup, which will bring up the Machine Setup tabbed window. a. In the Serial Port drop-down list, make sure the proper computer's COM port is selected (COM port through which the computer is connected to the mill). b. Do not modify the setting of the fields and boxes in the CIM Cell section (that is, leave the Enable CIM Mode check box unchecked, and the CIM Repeat Count field set to 1). c. Click on Save to close the Machine Setup dialog box. 1-12

13 Note: Once the CNC Mill Software is configured for proper communication with the mill, the Remote machine settings will remain until you change them. However, you should always check them before downloading a part program to the mill. Downloading the Part Program G 11. Download the program 39468_EX1_**.m5 to the mill: in the Mill menu of the CNC Mill Software, select Download Program via Serial Port, which will bring up the Download Program from Serial Port... dialog box. Click on the Download button in this box. The control panel of the mill should indicate that the download process is taking place, if proper communication exists between the computer and the mill. Once the download is completed, the Download Program via Serial Port dialog box indicates Closing serial port, and Successful download. Click on OK to close this box. Milling the Part G 12. The mill control panel now indicates that the program download is completed. Press ENTER on this panel to start the execution of the part program by the mill. CAUTION! If an emergency condition occurs during the miling of the part, press the emergency stop button on the mill control panel (symbolized by a hand pressing a button's knob). The ERROR INDICATOR/PAUSE button of this panel will start flashing on and off, while the mill control panel will indicate "ERROR CONDITION, EMERGENCY STOP". Thereafter, use the steps below to return the system to normal operation: On the mill control panel, press ESC to abort the execution of the program. The mill control panel now indicates: "HOW TO RETURN?" Press ESC to stay there. The mill control panel now indicates: "EMERGENCY STOP, CORRECT ERROR CONDITION". Release the emergency stop button with the required key. On the mill control panel, press ESC to abort and return to the Main menu. Select Manual in the Main menu and move the tool to a safe position. Correct the problem. Once the problem has been corrected, you can run the program again by selecting Remote Serial from the Main menu, and then pressing ENTER to run the program (which remains in memory as long as the CNC Mill as not been turned off.) 1-13

14 Once the part program has been executed, it can be run again simply by pressing the ENTER key on the mill control panel from the Remote Serial menu. It is not necessary to download the program to the mill again until the mill is turned off. G 13. Turn off the CNC Mill. CONCLUSION In this exercise, you milled parts with the CNC Mill, using the CNC Mill Software. The part program used G codes to perform the geometric functions required to engrave the text, including G00 (RAPID), G01 (MOVE), G02 (ARC.CW), G03 (ARC.CCW), and G05 (ARC). The engraved text was: "Lab-Volt CIM". REVIEW QUESTIONS 1. What is the G code used to perform counterclockwise arcs? 2. What is the G code used to perform clockwise arcs? 3. The program you used in this exercise was written specifically to mill wax. If another type of material was used, which program lines might need modification? 4. The reference point from which the CNC program will make all moves, and that must be imperatively set on the CNC Mill before running a program is called the 5. What is the effect of pressing each of the following keys on the control panel of the CNC Mill? Z key +Y key +X key 1-14

Care and Maintenance of Milling Cutters

Care and Maintenance of Milling Cutters The Milling Machine Care and Maintenance of Milling Cutters The life of a milling cutter can be greatly prolonged by intelligent use and proper storage. Take care to operate the machine at the proper speed

More information

CNC Mill Training System (Light Duty)

CNC Mill Training System (Light Duty) CNC Mill Training System (Light Duty) LabVolt Series Datasheet Festo Didactic en 120 V - 60 Hz 07/2018 Table of Contents General Description 2 Features & Benefits 2 List of Equipment 3 List of Manuals

More information

Tutorial 1 getting started with the CNCSimulator Pro

Tutorial 1 getting started with the CNCSimulator Pro CNCSimulator Blog Tutorial 1 getting started with the CNCSimulator Pro Made for Version 1.0.6.5 or later. The purpose of this tutorial is to learn the basic concepts of how to use the CNCSimulator Pro

More information

CNC Mill Training System (Heavy Duty)

CNC Mill Training System (Heavy Duty) CNC Mill Training System (Heavy Duty) LabVolt Series Datasheet Festo Didactic en 120 V - 60 Hz 07/2018 Table of Contents General Description 2 Features & Benefits 3 List of Equipment 3 List of Manuals

More information

Conversational CAM Manual

Conversational CAM Manual Legacy Woodworking Machinery CNC Turning & Milling Machines Conversational CAM Manual Legacy Woodworking Machinery 435 W. 1000 N. Springville, UT 84663 2 Content Conversational CAM Conversational CAM overview...

More information

A Automation and Robotics CNC LATHE SYSTEM (LIGHT DUTY) MODEL 5300

A Automation and Robotics CNC LATHE SYSTEM (LIGHT DUTY) MODEL 5300 A Automation and Robotics CNC LATHE SYSTEM (LIGHT DUTY) MODEL 5300 GENERAL DESCRIPTION The CNC Lathe System (Light Duty), Model 5300, provides training in computer-aided design (CAD) and computer-aided

More information

Performance. CNC Turning & Milling Machine. Conversational CAM 3.11 Instruction Manual

Performance. CNC Turning & Milling Machine. Conversational CAM 3.11 Instruction Manual Performance CNC Turning & Milling Machine Conversational CAM 3.11 Instruction Manual Legacy Woodworking Machinery 435 W. 1000 N. Springville, UT 84663 Performance Axis CNC Machine 2 Content Warranty and

More information

ENGI 7962 Mastercam Lab Mill 1

ENGI 7962 Mastercam Lab Mill 1 ENGI 7962 Mastercam Lab Mill 1 Starting a Mastercam file: Once the SolidWorks models is complete (all sketches are Fully Defined), start up Mastercam and select File, Open, Files of Type, SolidWorks Files,

More information

CNC Machinery. Module 5: CNC Programming / Milling. IAT Curriculum Unit PREPARED BY. August 2009

CNC Machinery. Module 5: CNC Programming / Milling. IAT Curriculum Unit PREPARED BY. August 2009 CNC Machinery Module 5: CNC Programming / Milling PREPARED BY IAT Curriculum Unit August 2009 Institute of Applied Technology, 2009 ATM313-CNC Module 5: CNC Programming / Milling Module Objectives: 1.

More information

Quick Guide to Gift and Jewelry Engraving

Quick Guide to Gift and Jewelry Engraving Quick Guide to Gift and Jewelry Engraving Engraving a Pewter Tankard (Cylindrical Metal Objects) Cylindrical Engraving of Metal Objects Tools required for Cylindrical Engraving *1. The optional 1/8 (c2

More information

Introduction to Autodesk Inventor for F1 in Schools (Australian Version)

Introduction to Autodesk Inventor for F1 in Schools (Australian Version) Introduction to Autodesk Inventor for F1 in Schools (Australian Version) F1 in Schools race car In this course you will be introduced to Autodesk Inventor, which is the centerpiece of Autodesk s Digital

More information

Prasanth. Lathe Machining

Prasanth. Lathe Machining Lathe Machining Overview Conventions What's New? Getting Started Open the Part to Machine Create a Rough Turning Operation Replay the Toolpath Create a Groove Turning Operation Create Profile Finish Turning

More information

for Solidworks TRAINING GUIDE LESSON-9-CAD

for Solidworks TRAINING GUIDE LESSON-9-CAD for Solidworks TRAINING GUIDE LESSON-9-CAD Mastercam for SolidWorks Training Guide Objectives You will create the geometry for SolidWorks-Lesson-9 using SolidWorks 3D CAD software. You will be working

More information

Create A Mug. Skills Learned. Settings Sketching 3-D Features. Revolve Offset Plane Sweep Fillet Decal* Offset Arc

Create A Mug. Skills Learned. Settings Sketching 3-D Features. Revolve Offset Plane Sweep Fillet Decal* Offset Arc Create A Mug Skills Learned Settings Sketching 3-D Features Slice Line Tool Offset Arc Revolve Offset Plane Sweep Fillet Decal* Tutorial: Creating A Custom Mug There are somethings in this world that have

More information

MadCAM 2.0: Drill Pattern Toolpath

MadCAM 2.0: Drill Pattern Toolpath MadCAM 2.0: Drill Pattern Toolpath Digital Media Tutorial 2005-2006 MadCAM 2.0 can create a toolpath to drill holes directly into your material. The bit plunges in and out of the material without moving

More information

Ansoft Designer Tutorial ECE 584 October, 2004

Ansoft Designer Tutorial ECE 584 October, 2004 Ansoft Designer Tutorial ECE 584 October, 2004 This tutorial will serve as an introduction to the Ansoft Designer Microwave CAD package by stepping through a simple design problem. Please note that there

More information

CNC Router Tutorial Jeremy Krause

CNC Router Tutorial Jeremy Krause CNC Router Tutorial Jeremy Krause Jeremy.Krause@utsa.edu Usage prerequisites: Any user must have completed the machine shop portion of the Mechanical Engineering Manufacturing course (undergraduate, sophomore

More information

Fusion 360 Part Setup. Tutorial

Fusion 360 Part Setup. Tutorial Fusion 360 Part Setup Tutorial Table of Contents MODEL SETUP CAM SETUP TOOL PATHS MODEL SETUP The purpose of this tutorial is to demonstrate start to finish, importing a machineable part to generating

More information

5500 CNC Lathe Systems (Heavy Duty)

5500 CNC Lathe Systems (Heavy Duty) 5500 CNC Lathe Systems (Heavy Duty) LabVolt Series Datasheet Festo Didactic en 220 V - 50 Hz 04/2018 Table of Contents General Description 2 Features & Benefits 3 List of Available Training Systems 3 Additional

More information

CAMWorks How To Create CNC G-Code for CO2 Dragsters

CAMWorks How To Create CNC G-Code for CO2 Dragsters Objective: In this chapter we will show how to mill out the axle holes for this CO2 Dragster from the left side. VI.1. Open the previously created file: Dragster axle hole 001.sldprt. VI.2. Select the

More information

Standard. CNC Turning & Milling Machine Rev 1.0. OM5 Control Software Instruction Manual

Standard. CNC Turning & Milling Machine Rev 1.0. OM5 Control Software Instruction Manual Standard CNC Turning & Milling Machine Rev 1.0 OM5 Control Software Instruction Manual Legacy Woodworking Machinery 435 W. 1000 N. Springville, UT 84663 Standard CNC Machine 2 Content Warranty and Repair

More information

When the machine makes a movement based on the Absolute Coordinates or Machine Coordinates, instead of movements based on work offsets.

When the machine makes a movement based on the Absolute Coordinates or Machine Coordinates, instead of movements based on work offsets. Absolute Coordinates: Also known as Machine Coordinates. The coordinates of the spindle on the machine based on the home position of the static object (machine). See Machine Coordinates Absolute Move:

More information

IENG 475 Computer-Controlled Manufacturing Systems 2/7/2017. Lab 03: Manual Milling and Turning Operations

IENG 475 Computer-Controlled Manufacturing Systems 2/7/2017. Lab 03: Manual Milling and Turning Operations I. Purpose Lab 03: Manual Milling and Turning Operations A.) B.) C.) D.) Provide an overview of safety considerations for the CNC Mill Provide manual experience using the laboratory s CNC Mill Provide

More information

MACH3 TURN ARC MOTION 6/27/2009 REV:0

MACH3 TURN ARC MOTION 6/27/2009 REV:0 MACH3 TURN - ARC MOTION PREFACE This is a tutorial about using the G2 and G3 g-codes relative to Mach3 Turn. There is no simple answer to a lot of the arc questions posted on the site relative to the lathe.

More information

Motion Blur with Mental Ray

Motion Blur with Mental Ray Motion Blur with Mental Ray In this tutorial we are going to take a look at the settings and what they do for us in using Motion Blur with the Mental Ray renderer that comes with 3D Studio. For this little

More information

Getting Started. Terminology. CNC 1 Training

Getting Started. Terminology. CNC 1 Training CNC 1 Training Getting Started What You Need for This Training Program This manual 6 x 4 x 3 HDPE 8 3/8, two flute, bottom cutting end mill, 1 Length of Cut (LOC). #3 Center Drill 1/4 drill bit and drill

More information

Tips & Techniques - Materials

Tips & Techniques - Materials Tips & Techniques - Materials Materials: How to Create a Spherical Map With Corrections For Distortion Download: Project Works with: GO, SE, XL Requires: Version Special Notes: Special Thanks to Chris

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

Chapter 6 Title Blocks

Chapter 6 Title Blocks Chapter 6 Title Blocks In previous exercises, every drawing started by creating a number of layers. This is time consuming and unnecessary. In this exercise, we will start a drawing by defining layers

More information

J. La Favre Fusion 360 Lesson 5 April 24, 2017

J. La Favre Fusion 360 Lesson 5 April 24, 2017 In this lesson, you will create a funnel like the one in the illustration to the left. The main purpose of this lesson is to introduce you to the use of the Revolve tool. The Revolve tool is similar to

More information

You can easily print images using the Capture NX print function. Here we will explain the process for printing

You can easily print images using the Capture NX print function. Here we will explain the process for printing Printing - Print Size Request How do you print images to fit on particular paper sizes. Response You can easily print images using the Capture NX print function. Here we will explain the process for printing

More information

Congratulations on your decision to purchase the Triquetra Auto Zero Touch Plate for All Three Axis.

Congratulations on your decision to purchase the Triquetra Auto Zero Touch Plate for All Three Axis. Congratulations on your decision to purchase the Triquetra Auto Zero Touch Plate for All Three Axis. This user guide along with the videos included on the CD should have you on your way to perfect zero

More information

Getting Started. Before You Begin, make sure you customized the following settings:

Getting Started. Before You Begin, make sure you customized the following settings: Getting Started Getting Started Before getting into the detailed instructions for using Generative Drafting, the following tutorial aims at giving you a feel of what you can do with the product. It provides

More information

Starting Modela Player 4

Starting Modela Player 4 Tool Sensor Holder This tutorial will guide you through the various steps required of producing a single sided part using the MDX- 40 and Modela Player 4. The resulting part is a tool sensor holder that

More information

Mill Operator Users Guide. Mike Cope Product Technical Specialist

Mill Operator Users Guide. Mike Cope Product Technical Specialist Mill Operator Users Guide Mike Cope Product Technical Specialist copem@hurco.com Table of Contents Performing a Tool Change Clear the Tool in Spindle Tool Touch-off Without touch probe With touch probe

More information

Principles and Practice

Principles and Practice Principles and Practice An Integrated Approach to Engineering Graphics and AutoCAD 2011 Randy H. Shih Oregon Institute of Technology SDC PUBLICATIONS www.sdcpublications.com Schroff Development Corporation

More information

Flip for User Guide. Inches. When Reliability Matters

Flip for User Guide. Inches. When Reliability Matters Flip for User Guide Inches by When Reliability Matters Mastercam HSM Performance Pack Tutorial 1 Mastercam HSM Performance Pack Tutorial Tutorial I... 2 Getting started... 2 Tools used... 2 Roughing...

More information

MasterCAM for Sculpted Bench

MasterCAM for Sculpted Bench MasterCAM for Sculpted Bench Check to make sure the nethasp is working/turned on to network. Go to ALL APPs/Mastercam x8/nethasp After the computer reads the nethasp, these programs should show up. If

More information

Digital Media Tutorial Written By John Eberhart

Digital Media Tutorial Written By John Eberhart MadCAM MadCAM 5.0: Large 4.1: Large & Medium CNC Tool CNC Path Tool Path Generator Generator Digital Media Tutorial Written By John Eberhart MadCAM is a tool path generator that works inside Rhino. It

More information

CNC Lathe System Training System (Light Duty)

CNC Lathe System Training System (Light Duty) 5300-25 CNC Lathe System Training System (Light Duty) LabVolt Series Datasheet Festo Didactic en 220 V - 50 Hz 11/2017 Table of Contents General Description 2 Features & Benefits 3 List of Equipment 3

More information

CAMWorks How To Create CNC G-Code for CO2 Dragsters

CAMWorks How To Create CNC G-Code for CO2 Dragsters Creating the Left Side Smooth Finish Tool Path. This chapter will focus on the steps for creating the left side smooth finish tool path. The objective of this chapter is to create to an accurate and highly

More information

Computation & Construction Lab. Stinger CNC 3D Milling Workflow

Computation & Construction Lab. Stinger CNC 3D Milling Workflow Computation & Construction Lab Stinger CNC 3D Milling Workflow 3D Single Sided Milling Guidelines - The following steps will guide the user on how to transfer digital work from a design software to setting

More information

Toothbrush Holder Project 2D Machining

Toothbrush Holder Project 2D Machining Toothbrush Holder Project 2D Machining Prerequisite Toothbrush Holder drawn and saved as a DXF file in SolidWorks Focus of the Lesson On completion of this exercise you will have: Used the Techsoft 2D

More information

Figure 1: NC Lathe menu

Figure 1: NC Lathe menu Click To See: How to Use Online Documents SURFCAM Online Documents 685)&$0Ã5HIHUHQFHÃ0DQXDO 5 /$7+( 5.1 INTRODUCTION The lathe mode is used to perform operations on 2D geometry, turned on two axis lathes.

More information

In this tutorial you will open a Dxf file and create the toolpath that cut the external of the part.

In this tutorial you will open a Dxf file and create the toolpath that cut the external of the part. Tutorial 2 - Open Dxf file and create the outside Contour toolpath. In this tutorial you will open a Dxf file and create the toolpath that cut the external of the part. Caution: CNC machines are potentially

More information

CNC Machinery. Module 4: CNC Programming "Turning" IAT Curriculum Unit PREPARED BY. August 2009

CNC Machinery. Module 4: CNC Programming Turning IAT Curriculum Unit PREPARED BY. August 2009 CNC Machinery Module 4: CNC Programming "Turning" PREPARED BY IAT Curriculum Unit August 2009 Institute of Applied Technology, 2009 2 Module 4: CNC Programming "Turning" Module 4: CNC Programming "Turning"

More information

Module 1G: Creating a Circle-Based Cylindrical Sheet-metal Lateral Piece with an Overlaying Lateral Edge Seam And Dove-Tail Seams on the Top Edge

Module 1G: Creating a Circle-Based Cylindrical Sheet-metal Lateral Piece with an Overlaying Lateral Edge Seam And Dove-Tail Seams on the Top Edge Inventor (10) Module 1G: 1G- 1 Module 1G: Creating a Circle-Based Cylindrical Sheet-metal Lateral Piece with an Overlaying Lateral Edge Seam And Dove-Tail Seams on the Top Edge In Module 1A, we have explored

More information

VisualCAM 2018 TURN Quick Start MecSoft Corporation

VisualCAM 2018 TURN Quick Start MecSoft Corporation 2 Table of Contents About this Guide 4 1 About... the TURN Module 4 2 Using this... Guide 4 3 Useful... Tips 5 Getting Ready 7 1 Running... VisualCAM 2018 7 2 About... the VisualCAD Display 7 3 Launch...

More information

Ensure that you have downloaded all the dataset files from your course Resources, and that they are extracted to the route of your C: drive.

Ensure that you have downloaded all the dataset files from your course Resources, and that they are extracted to the route of your C: drive. Lights and Cameras Before you begin Ensure that you have downloaded all the dataset files from your course Resources, and that they are extracted to the route of your C: drive. In this exercise, you will

More information

AutoCAD 2020 Fundamentals

AutoCAD 2020 Fundamentals Autodesk AutoCAD 2020 Fundamentals ELISE MOSS Autodesk Certified Instructor SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following

More information

Lesson 4 Holes and Rounds

Lesson 4 Holes and Rounds Lesson 4 Holes and Rounds 111 Figure 4.1 Breaker OBJECTIVES Sketch arcs in sections Create a straight hole through a part Complete a Sketched hole Understand the Hole Tool Use Info to extract information

More information

SolidWorks Part I - Basic Tools SDC. Includes. Parts, Assemblies and Drawings. Paul Tran CSWE, CSWI

SolidWorks Part I - Basic Tools SDC. Includes. Parts, Assemblies and Drawings. Paul Tran CSWE, CSWI SolidWorks 2015 Part I - Basic Tools Includes CSWA Preparation Material Parts, Assemblies and Drawings Paul Tran CSWE, CSWI SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered

More information

Table of Contents. Preface 9 Prerequisites 9. Key Concept 1: Know Your Machine From A Programmer s Viewpoint 13. Table of Contents

Table of Contents. Preface 9 Prerequisites 9. Key Concept 1: Know Your Machine From A Programmer s Viewpoint 13. Table of Contents Preface 9 Prerequisites 9 Basic machining practice experience 9 Controls covered 10 Limitations 10 Programming method 10 The need for hands -on practice 10 Instruction method 11 Scope 11 Key Concepts approach

More information

Stratigraphy Modeling Boreholes and Cross. Become familiar with boreholes and borehole cross sections in GMS

Stratigraphy Modeling Boreholes and Cross. Become familiar with boreholes and borehole cross sections in GMS v. 10.3 GMS 10.3 Tutorial Stratigraphy Modeling Boreholes and Cross Sections Become familiar with boreholes and borehole cross sections in GMS Objectives Learn how to import borehole data, construct a

More information

Prismatic Machining Preparation Assistant

Prismatic Machining Preparation Assistant Prismatic Machining Preparation Assistant Overview Conventions What's New Getting Started Open the Design Part and Start the Workbench Automatically Create All Machinable Features Open the Manufacturing

More information

MasterCAM for Dresser Valet

MasterCAM for Dresser Valet MasterCAM for Dresser Valet Check to make sure the nethasp is working/turned on to network. Go to ALL APPs/Mastercam x8/nethasp After the computer reads the nethasp, these programs should show up. If not

More information

Kitchen and Bath Design Tutorial

Kitchen and Bath Design Tutorial Kitchen and Bath Design Tutorial This tutorial continues where the Interior Design Tutorial left off. You should save this tutorial using a new name to archive your previous work. The tools and techniques

More information

Dimensioning the Rectangular Problem

Dimensioning the Rectangular Problem C h a p t e r 3 Dimensioning the Rectangular Problem In this chapter, you will learn the following to World Class standards: 1. Creating new layers in an AutoCAD drawing 2. Placing Centerlines on the drawing

More information

10 x 16 Cutting Board - Juice Groove in MasterCAM

10 x 16 Cutting Board - Juice Groove in MasterCAM 10 x 16 Cutting Board - Juice Groove in MasterCAM Check to make sure the nethasp is working/turned on to network. Go to ALL APPs/Mastercam x8/nethasp After the computer reads the nethasp, these programs

More information

Controlled Machine Tools

Controlled Machine Tools ME 440: Numerically Controlled Machine Tools CNCSIMULATOR Choose the correct application (Milling, Turning or Plasma Cutting) CNCSIMULATOR http://www.cncsimulator.com Teaching Asst. Ergin KILIÇ (M.S.)

More information

Kitchen and Bath Design Tutorial

Kitchen and Bath Design Tutorial Kitchen and Bath Design Tutorial This tutorial continues where the Interior Design Tutorial left off. You should save this tutorial using a new name to archive your previous work. The tools and techniques

More information

In this tutorial you will open a Dxf file and create the toolpath to remove the material contained in a closed profile.

In this tutorial you will open a Dxf file and create the toolpath to remove the material contained in a closed profile. Tutorial 3 - Open Dxf file and create the Pocket toolpath. In this tutorial you will open a Dxf file and create the toolpath to remove the material contained in a closed profile. Caution: CNC machines

More information

Mill OPERATING MANUAL

Mill OPERATING MANUAL Mill OPERATING MANUAL 2 P a g e 7/1/14 G0107 This manual covers the operation of the Mill Control using Mach 3. Formatting Overview: Menus, options, icons, fields, and text boxes on the screen will be

More information

PicoMill CNC. PicoMill CNC. High-tech for Production and Training Purposes. CNC Mini Drill Press/Milling Machine.

PicoMill CNC. PicoMill CNC. High-tech for Production and Training Purposes. CNC Mini Drill Press/Milling Machine. CNC Mini Drill Press/Milling Machine High-tech for Production and Training Purposes Table travel X, Y 10 x 4.13 Spindle mount MT3 With advanced GPlus 450 CNC or Siemens 808 D control GPlus 450 Siemens

More information

Using Siemens NX 11 Software. Sheet Metal Design - Casing

Using Siemens NX 11 Software. Sheet Metal Design - Casing Using Siemens NX 11 Software Sheet Metal Design - Casing Based on a YouTube NX tutorial 1. 1 https://www.youtube.com/watch?v=-siyi1vz87k A&M CAD in mechanical engineering 1 1 Introduction. Start NX 11

More information

SDC. SolidWorks Tutorial 2001Plus. A Competency Project Based Approach Utilizing 3D Solid Modeling. David C. Planchard & Marie P.

SDC. SolidWorks Tutorial 2001Plus. A Competency Project Based Approach Utilizing 3D Solid Modeling. David C. Planchard & Marie P. 2001Plus A Competency Project Based Approach Utilizing 3D Solid Modeling David C. Planchard & Marie P. Planchard SDC PUBLICATIONS www.schroff.com www.schroff-europe.com Project 2 Below are the desired

More information

QUICK-START FOR UNIVERSAL VLS 4.6 LASER! FRESH 21 SEPTEMBER 2017

QUICK-START FOR UNIVERSAL VLS 4.6 LASER! FRESH 21 SEPTEMBER 2017 QUICK-START FOR UNIVERSAL VLS 4.6 LASER! FRESH 21 SEPTEMBER 2017 The laser is quite safe to use, but it is powerful; using it requires your full caution, attention and respect. Some rules of the road:

More information

Ladybird Project - Vacuum Mould

Ladybird Project - Vacuum Mould - Vacuum Mould Prerequisite Mould drawn and saved as an STL file in SolidWorks Focus of the Lesson On completion of this exercise you will have: Opened an STL file Set Machining Constraints Set up Tools

More information

Using Siemens NX 11 Software. The connecting rod

Using Siemens NX 11 Software. The connecting rod Using Siemens NX 11 Software The connecting rod Based on a Catia tutorial written by Loïc Stefanski. At the end of this manual, you should obtain the following part: 1 Introduction. Start NX 11 and open

More information

Drawing with precision

Drawing with precision Drawing with precision Welcome to Corel DESIGNER, a comprehensive vector-based drawing application for creating technical graphics. Precision is essential in creating technical graphics. This tutorial

More information

Advance Steel. Tutorial

Advance Steel. Tutorial Advance Steel Tutorial Table of contents About this tutorial... 7 How to use this guide...9 Lesson 1: Creating a building grid...10 Step 1: Creating an axis group in the X direction...10 Step 2: Creating

More information

Chapter 2. Drawing Sketches for Solid Models. Learning Objectives

Chapter 2. Drawing Sketches for Solid Models. Learning Objectives Chapter 2 Drawing Sketches for Solid Models Learning Objectives After completing this chapter, you will be able to: Start a new template file to draw sketches. Set up the sketching environment. Use various

More information

EE 210 Lab Exercise #3 Introduction to PSPICE

EE 210 Lab Exercise #3 Introduction to PSPICE EE 210 Lab Exercise #3 Introduction to PSPICE Appending 4 in your Textbook contains a short tutorial on PSPICE. Additional information, tutorials and a demo version of PSPICE can be found at the manufacturer

More information

527F CNC Control. User Manual Calmotion LLC, All rights reserved

527F CNC Control. User Manual Calmotion LLC, All rights reserved 527F CNC Control User Manual 2006-2016 Calmotion LLC, All rights reserved Calmotion LLC 21720 Marilla St. Chatsworth, CA 91311 Phone: (818) 357-5826 www.calmotion.com NC Word Summary NC Word Summary A

More information

Tutorial 4 - Open Dxf file and create multiple toolpaths (Contour, Pocket and Drill).

Tutorial 4 - Open Dxf file and create multiple toolpaths (Contour, Pocket and Drill). Tutorial 4 - Open Dxf file and create multiple toolpaths (Contour, Pocket and Drill). In this tutorial you will open a Dxf file and create the toolpath that cut the external of the part, another toolpath

More information

Design & Manufacturing II. The CAD/CAM Labs. Lab I Process Planning G-Code Mastercam Lathe

Design & Manufacturing II. The CAD/CAM Labs. Lab I Process Planning G-Code Mastercam Lathe 2.008 Design & Manufacturing II The CAD/CAM Labs Lab I Process Planning G-Code Mastercam Lathe Lab II Mastercam Mill Check G-Code Lab III CNC Mill & Lathe Machining OBJECTIVE BACKGROUND LAB EXERCISES DELIVERABLES

More information

Kitchen and Bath Design Tutorial

Kitchen and Bath Design Tutorial Kitchen and Bath Design Tutorial This tutorial continues where the Interior Design Tutorial left off. You should save this tutorial using a new name to archive your previous work. The tools and techniques

More information

Learning Guide. ASR Automated Systems Research Inc. # Douglas Crescent, Langley, BC. V3A 4B6. Fax:

Learning Guide. ASR Automated Systems Research Inc. # Douglas Crescent, Langley, BC. V3A 4B6. Fax: Learning Guide ASR Automated Systems Research Inc. #1 20461 Douglas Crescent, Langley, BC. V3A 4B6 Toll free: 1-800-818-2051 e-mail: support@asrsoft.com Fax: 604-539-1334 www.asrsoft.com Copyright 1991-2013

More information

so you want to get to know Onsrud... Onsrud1 : machine set up

so you want to get to know Onsrud... Onsrud1 : machine set up so you want to get to know Onsrud... Onsrud1 : machine set up What does CNC mean? CNC: Computer Numerical Control The router is controlled by a computer, that tells the router where to go through a series

More information

Kerf Bent Clock Front Geometry in MasterCAM. Open the MasterCAM application, it should look something like below.

Kerf Bent Clock Front Geometry in MasterCAM. Open the MasterCAM application, it should look something like below. Kerf Bent Clock Front Geometry in MasterCAM Open the MasterCAM application, it should look something like below. First thing is to figure out what you are making.using the measurements from your plans,

More information

AutoCAD Tutorial First Level. 2D Fundamentals. Randy H. Shih SDC. Better Textbooks. Lower Prices.

AutoCAD Tutorial First Level. 2D Fundamentals. Randy H. Shih SDC. Better Textbooks. Lower Prices. AutoCAD 2018 Tutorial First Level 2D Fundamentals Randy H. Shih SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following websites to

More information

SDC. AutoCAD LT 2007 Tutorial. Randy H. Shih. Schroff Development Corporation Oregon Institute of Technology

SDC. AutoCAD LT 2007 Tutorial. Randy H. Shih. Schroff Development Corporation   Oregon Institute of Technology AutoCAD LT 2007 Tutorial Randy H. Shih Oregon Institute of Technology SDC PUBLICATIONS Schroff Development Corporation www.schroff.com www.schroff-europe.com AutoCAD LT 2007 Tutorial 1-1 Lesson 1 Geometric

More information

Flip for User Guide. Metric. When Reliability Matters

Flip for User Guide. Metric. When Reliability Matters Flip for User Guide Metric by When Reliability Matters Mastercam HSM Performance Pack Tutorial 1 Mastercam HSM Performance Pack Tutorial Tutorial I... 2 Getting started... 2 Tools used... 2 Roughing...

More information

CNC Production Mill-Operation

CNC Production Mill-Operation Course Outcome Summary 31420315 CNC Production Mill-Operation Course Information Description: Career Cluster: Instructional Level: Total Credits: 1.00 Total Hours: 36.00 Operation of CNC (Computer Numerical

More information

QUICK-START FOR UNIVERSAL VLS 4.6 LASER!

QUICK-START FOR UNIVERSAL VLS 4.6 LASER! QUICK-START FOR UNIVERSAL VLS 4.6 LASER! The laser is quite safe to use, but it is powerful; using it requires your full caution, attention and respect. Some rules of the road: Rules of the road If you

More information

Experiment P55: Light Intensity vs. Position (Light Sensor, Motion Sensor)

Experiment P55: Light Intensity vs. Position (Light Sensor, Motion Sensor) PASCO scientific Vol. 2 Physics Lab Manual: P55-1 Experiment P55: (Light Sensor, Motion Sensor) Concept Time SW Interface Macintosh file Windows file illuminance 30 m 500/700 P55 Light vs. Position P55_LTVM.SWS

More information

Input of Precise Geometric Data

Input of Precise Geometric Data Chapter Seven Input of Precise Geometric Data INTRODUCTION PLAY VIDEO A very useful feature of MicroStation V8i for precise technical drawing is key-in of coordinate data. Whenever MicroStation V8i calls

More information

1 Operation Screen. 2 Milling. 3 Maintenance. 4 Troubleshooting

1 Operation Screen. 2 Milling. 3 Maintenance. 4 Troubleshooting User's Manual 1 Operation Screen 2 Milling 3 Maintenance 4 Troubleshooting For the latest information regarding this machine (including manuals), see the DGSHAPE Corporation website (http://www.dgshape.com/).

More information

CNC Turning Training CNC MILLING / ROUTING TRAINING GUIDE. Page 1

CNC Turning Training CNC MILLING / ROUTING TRAINING GUIDE.  Page 1 CNC Turning Training www.denford.co.uk Page 1 Table of contents Introduction... 3 Start the VR Turning Software... 3 Configure the software for the machine... 4 Load your CNC file... 5 Configure the tooling...

More information

Inventor Activity 5: Lofted Vase

Inventor Activity 5: Lofted Vase Inventor Activity 5: Lofted Vase In this tutorial, you will use a few new commands to create a free form Lofted object. Sometimes you want to create an object that is not made up of square, flat, or perfectly

More information

The Basic RAW Image Processing Workflow In PSE 2018

The Basic RAW Image Processing Workflow In PSE 2018 The Basic RAW Image Processing Workflow In PSE 2018 This tutorial will illustrate the basic workflow or steps that are generally done when a RAW image is edited in PSE 2018. Saving the edited file as part

More information

CNC PROGRAMMING WORKBOOK. Sample not for. Distribution MILL & LATHE. By Matthew Manton and Duane Weidinger

CNC PROGRAMMING WORKBOOK. Sample not for. Distribution MILL & LATHE. By Matthew Manton and Duane Weidinger CNC PROGRAMMING WORKBOOK MILL & LATHE By Matthew Manton and Duane Weidinger CNC Programming Workbook Mill & Lathe Published by: CamInstructor Incorporated 330 Chandos Crt. Kitchener, Ontario N2A 3C2 www.caminstructor.com

More information

Alibre Design Tutorial: Loft, Extrude, & Revolve Cut Loft-Tube-1

Alibre Design Tutorial: Loft, Extrude, & Revolve Cut Loft-Tube-1 Alibre Design Tutorial: Loft, Extrude, & Revolve Cut Loft-Tube-1 Part Tutorial Exercise 5: Loft-Tube-1 [Complete] In this Exercise, We will set System Parameters first, then part options. Then, in sketch

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

Apple Photos Quick Start Guide

Apple Photos Quick Start Guide Apple Photos Quick Start Guide Photos is Apple s replacement for iphoto. It is a photograph organizational tool that allows users to view and make basic changes to photos, create slideshows, albums, photo

More information

Using Surfcam to Produce a Numeric Control (NC) Program Part #1 Surfcam Demonstration Version Use

Using Surfcam to Produce a Numeric Control (NC) Program Part #1 Surfcam Demonstration Version Use Using Surfcam to Produce a Numeric Control (NC) Program Part #1 Surfcam Demonstration Version Use An Introduction to the CAD/CAM Process Instructions for 3 Axis Programming Using the D&M CNC Milling Machine

More information

4) Click on Load Point Cloud to load the.czp file from Scene. Open Intersection_Demo.czp

4) Click on Load Point Cloud to load the.czp file from Scene. Open Intersection_Demo.czp Intersection 2D Demo 1) Open the Crash Zone or Crime Zone diagram program. 2) Click on to open the CZ Point Cloud tool. 3) Click on 3D/Cloud Preferences. a) Set the Cloud File Units (Feet or Meters). b)

More information

CAD Tutorial. CAD Detail Windows. In this tutorial you ll learn about: CAD Detail Windows Exploding and Modifying a CAD Block

CAD Tutorial. CAD Detail Windows. In this tutorial you ll learn about: CAD Detail Windows Exploding and Modifying a CAD Block CAD Tutorial In this tutorial you ll learn about: CAD Detail Windows Exploding and Modifying a CAD Block Creating a New CAD Block CAD Detail from View Creating a Plot Plan CAD Detail Windows CAD Details

More information