Cover image for Computer numerical control : operation and programming
Title:
Computer numerical control : operation and programming
Personal Author:
Edition:
3rd ed.
Publication Information:
Upper Saddle River, NJ : Prentice Hall, 2007
Physical Description:
1 CD-ROM ; 12 cm.
ISBN:
9780131115477
General Note:
Accompanies text of the same title : TJ1189 S74 2007

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000010122937 CP 7193 Computer File Accompanies Open Access Book Compact Disc Accompanies Open Access Book
Searching...
Searching...
30000010122936 CP 7193 Computer File Accompanies Open Access Book Compact Disc Accompanies Open Access Book
Searching...
Searching...
30000010194553 CP 7193 Computer File Accompanies Open Access Book Compact Disc Accompanies Open Access Book
Searching...
Searching...
30000010194554 CP 7193 Computer File Accompanies Open Access Book Compact Disc Accompanies Open Access Book
Searching...
Searching...
30000010081040 CP 7193 Computer File Accompanies Open Access Book Compact Disc Accompanies Open Access Book
Searching...

On Order

Summary

Summary

Reflecting manufacturers' growing need to integrate computers into their production processes, this book covers the machining fundamentals--as well as Computer Numerical Control programming and operation of Computer Numerical Control (CNC) machine tools. Its focus is based on the authors' many years of teaching experience along with industrial CNC courses at various businesses and industries. Material is presented in a logical, easy-to-understand fashion, to help readers overcome some of the anxiety that has been associated with the subject. Covers the machining fundamentals--as well as Computer Numerical Control programming and operation of Computer Numerical Control (CNC) machine tools. Critical topics discussed include comprehensive carbide tooling information, basics of CNC electrical discharge machining, and a CAD/CAM overview. A review of basic right triangle trigonometry emphasizes an important area of understanding for future operators and programmers of CNC equipment. Also features tutorials for Mazak, Bridgeport Ezpath, and Fanuc (FAPT) programming. For future operators and programmers of CNC equipment.


Excerpts

Excerpts

Preface We decided to write the original text when we were unable to find a practical, easy-to-understand book with enough examples and programming assignments. We saw gaps in the books that were available. The third edition makes many improvements. We made major changes in the programming chapters. We added many additional questions and exercises to chapter to guide learning how to program. The questions and exercises lead the reader through in step-by-step process to learn to write CNC code. We are very excited about the inclusion of Predator Software. Predator Editor and Predator Virtual CNC. It is wonderful software that will enable the reader to write and simulate programs in 3D on a computer. We have included the programs in the book on the CD so the reader can watch them run. We also added a chapter on abrasive waterjet and laser machining. Abrasive waterjet and lasers are dramatically changing the machining industry. There are many other differences that we hope you will appreciate as you use the book. This information in this textbook is based on our years of experience teaching CNC courses to students at Fox Valley Technical College in Appleton, Wisconsin, as well as industrial CNC courses for local business and industry, university and technical school students, and on-the-job trainees. We sincerely hope that our logical, easy-to-understand approach will enable readers to accomplish more than would otherwise be possible. The third edition is organized into 3 sections: G-Code Programming, Conversational Programming, and Quality. Section I - G Code Programming Chapter 1 is an introduction to computer numerical control. It examines the history of CNC, types of CNC machines, components of CNC machines, and the Cartesian coordinate system, absolute and incremental positioning. It provides the foundation for CNC programming. Chapter 2 provides an easy to understand chapter on trigonometry. It provides the reader with a practical approach to using trigonometry to calculate missing information on blueprints so that programs can be written. Chapter 3 covers carbide cutting technology. Machinists need a good understanding of the proper use of carbide tooling to be productive. They need an understanding of available tooling technology and the speeds and feeds required to make carbide efficient. The chapter also covers tool geometry and selection. Chapter 4 covers the fundamentals of programming. This chapter has been improved through a more step-by-step approach to programming and extensive questions and exercises that lead the reader through simple examples to understand basic programming and develop simple CNC code. Chapter 5 is a completely new chapter. It builds upon what the reader learned in the previous chapter through the use of CNC program examples. Each of the programs are thoroughly explained in line-by-line- fashion to lead the reader through all of the important aspects of programming. Chapter 6 is a new chapter that examines work holding for machining centers. It also covers proper setup procedures and tooling for machining centers. Chapter 7 covers the fundamentals of machining centers. It covers types, components, tooling, and operation of machining centers. Chapter 8 covers programming machining centers. This chapter builds upon the previous programming chapters and adds material on the use of canned cycles to ease program development. Chapter 9 covers the fundamentals of CNC turning centers. Types of CNC turning centers, components of a typical turning center, axes of motion, work holding, tooling, and operation are covered. Chapter 10 examines programming CNC turning centers. Material has been added and modified to make it easier to understand tool and work offsets. The chapter leads the reader through examples to illustrate the use of all common turning codes and canned cycles. Chapter 11 covers Electrical Discharge Machining. This chapter is missing in most CNC texts. This chapter explains the technology and components and then leads the reader through programming examples. Chapter 12 is a new chapter on abrasive waterjet and laser cutting. These technologies are dramatically changing the way industry makes parts. They can be used to make pre-machined part blanks to reduce machining time. They can also completely eliminate further machining in many cases because of their ability to produce good surface finishes and hold tight tolerances. Shops that do not presently have these technologies should be examining them for their ability to dramatically increase productivity. Chapter 13 is a basic introduction to the fundamentals of CAD/CAM. It is intended to give the reader a fundamental understanding of how CAD and CAM can be used and integrated to provide the information needed for CNC part programs. Section II - Conversational Programming. Chapter 14 covers programming a Mazak machining center in conversational programming. It leads the reader through in step-by-step programming of Mazak conversational language. Chapter 15 covers programming a Fanuc turning center in conversational programming. It leads the reader through in step-by-step programming of Fanuc conversational language. Section III - Quality Chapter 16 examines the fundamentals of statistical process control. This chapter will help the reader understand the importance of statistical thought in process control and improvement. Quality improvement is vital if we are to compete in a world economy. Chapter 17 leads the reader through the development and use of process control charts. These can be sued to ensure that processes are running optimally. They can also be sued to indicate when a process goes out of statistical control. The sue of statistical thought and charts can dramatically reduce part variation and improve quality while, at the same time, reducing the cost of quality. Chapter 18 examines ISO 9000 quality systems. This chapter has been rewritten to reflect the new standard. Employees need to have a good understanding of the standard and its intent to appreciate the benefits that can come from a good quality business system. Appendix A contains programming codes for major machine controls. On one CD there are programming tutorials for the Okuma machining center, Okuma turning center, Milltronics mill, and Bridgeport EZ-Path lathe. On the other CD is a student version of Predator Editor and Predator Virtual CNC that the reader can use to write and test programs. There is also a quick start tutorial to help you use the software. The CD also contains the mill programs from the book so that the reader can run them in simulation mode. Kelly Curran Jon Stenerson Excerpted from Computer Numerical Control: Operation and Programming by Kelly Curran, Jon Stenerson All rights reserved by the original copyright owners. Excerpts are provided for display purposes only and may not be reproduced, reprinted or distributed without the written permission of the publisher.

Table of Contents

Prefacep. vii
Acknowledgmentsp. x
Section I G-Code Programming
Chapter 1 Introduction to Computer Numerical Controlp. 1
Chapter 2 Basic Trigonometryp. 29
Chapter 3 Carbide Fundamentalsp. 41
Chapter 4 Fundamentals of Programmingp. 61
Chapter 5 Programming Examplesp. 97
Chapter 6 Work Holding and Tooling for Machining Centersp. 121
Chapter 7 Fundamentals of Machining Centersp. 141
Chapter 8 Programming Machining Centersp. 159
Chapter 9 CNC Turning Machinesp. 183
Chapter 10 Programming CNC Turning Machinesp. 211
Chapter 11 Electrical Discharge Machining (EDM)p. 247
Chapter 12 Abrasive Waterjet and Laser Cuttingp. 271
Chapter 13 Fundamentals of CAD/CAMp. 291
Section II Conversational Programming
Chapter 14 Introduction to Mazatrol Programmingp. 301
Chapter 15 Introduction to Fanuc FAPT Programmingp. 363
Section III Quality
Chapter 16 Fundamentals of Statistical Process Controlp. 429
Chapter 17 Statistical Process Controlp. 447
Chapter 18 Introduction to ISO 9000p. 469
Appendix A Instructions for Installing and Using Predator Softwarep. 481
Appendix B Programming Codes for Major Machine Controlsp. 489
Glossaryp. 495
Indexp. 507