Sie sind auf Seite 1von 8

INTRODUCTION

The Computer Numerical Control (CNC) machining process in which a cutting tool, typically a nonrotary tool bit, describes a helical toolpath by moving more or less linearly while the workpiece rotates. The tool's axes of movement may be literally a straight line, or they may be along some set of curves or angles, but they are essentially linear. The CNC turning processes are typically carried out on a lathe, considered to be the oldest machine tools, and can be of four different types such as straight turning, taper turning, profiling or external grooving. Those types of turning processes can produce various shapes of materials such as straight, conical, curved, or grooved workpiece. In general, turning uses simple single-point cutting tools. Each group of workpiece materials has an optimum set of tools angles which have been developed through the years.

Objective
Learn how the CNC turning machine works. Learn the G-codes and M-codes of the CNC turning machine. Learn the simulation software for the CNC turning machine code. Learn the safety precautions during using the CNC turning machine. Learn how to analysis Code for the picture.

Safety and Health


Do not disturbed other students that are still work.

Do not playing when doing the work and focus on the work Before entering the workshop, use a suitable suits and safety equipment. Before going out from the workshop, make sure the power supply of the CNC machine is turn off.
Read, understand and comply with Health and Safety Policies, Procedures and Safe Work Practices If any problem occurs on that machine, make report to lecturer immediately.

Procedure

1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12.

Understanding the G-codes and M-codes instructions. According to the project 1, make analysis of the G-codes and M-codes for the project. Write the G-codes and M-codes of the project for the CNC turning machine. Switch on the personal computer and click the software Icon. After the loading of the software, click manage file. Make 1 folder for easily of us to know our projects file. Make a new files and key in the codes that have been made at the piece of paper. Save the file and click for simulation. Make a correction if have any of the code error appears. To edits must click on RESET. Make corrections and make a simulation again. After confirm the simulation is correct then plug in the wire connection to the machine to run the project. 13. Set up the project workpiece in the CNC machine for work out the project.

Project

The simulation of the project workpiece in the computer.

The G-codes and M-codes of the project.

1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31. 32. 33. 34.

N01 T5; N02 M04 S2000 M08; N03 G94 G90; N04 G54; N05 G00 X54.0 Z0; N06 G01 X-1.0 F0.8; N07 Z2.0; N08 G00 X54.0; N09 X49.0; N10 G01 Z-38.0; N11 X54.0; N12 G00 Z2.0; N13 X43.0; N14 G01 Z-35.0; N15 X54.0; N16 G00 Z2.0; N17 X37.0; N18 G01 Z-20.0; N19 X54.0; N20 G00 Z2.0; N21 X31.0; N22 G01 Z-9.0; N23 X54.0; N24 G00 Z2.0; N25 X22.0; N26 G01 Z-8.0; N27 X54.0; N28 G00 Z2.0; N29 X18.0; N30 G01 Z-5.0; N31 X54.0; N32 G00 Z2.0; N33 X13.0; N34 G01 Z-3.0;

35. 36. 37. 38. 39. 40. 41. 42. 43. 44.

N35 X54.0; N36 G00 Z2.0; N37 X0 Z0; N38 G03 X12 Z-6.0 I0 K-6 F0.15; N39 X32 Z-16 I0 K-10; N40 G01 X40 Z-35; N41 G02 X50 Z-40 I5 K0; N42 G01 X100; N43 M05 M09; N44 M30;

G-codes and M-codes of the CNC Turning Machine


G00 - Positioning at rapid speed; Mill and Lathe G01 - Linear interpolation (machining a straight line); Mill and Lathe

G02 - Circular interpolation clockwise (machining arcs); Mill and Lathe G03 - Circular interpolation, counter clockwise; Mill and Lathe G04 - Mill and Lathe, Dwell G09 - Mill and Lathe, Exact stop G10 - Setting offsets in the program; Mill and Lathe G12 - Circular pocket milling, clockwise; Mill G13 - Circular pocket milling, counterclockwise; Mill G17 - X-Y plane for arc machining; Mill and Lathe with live tooling G18 - Z-X plane for arc machining; Mill and Lathe with live tooling G19 - Z-Y plane for arc machining; Mill and Lathe with live tooling G20 - Inch units; Mill and Lathe G21 - Metric units; Mill and Lathe G27 - Reference return check; Mill and Lathe G28 - Automatic return through reference point; Mill and Lathe G29 - Move to location through reference point; Mill and Lathe (slightly different for each machine) G31 - Skip function; Mill and Lathe G32 - Thread cutting; Lathe G33 - Thread cutting; Mill G40 - Cancel diameter offset; Mill. Cancel tool nose offset; Lathe G41 - Cutter compensation left; Mill. Tool nose radius compensation left; Lathe G42 - Cutter compensation right; Mill. Tool nose radius compensation right; Lathe G43 - Tool length compensation; Mill G44 - Tool length compensation cancel; Mill (sometimes G49) G50 - Set coordinate system and maximum RPM; Lathe G52 - Local coordinate system setting; Mill and Lathe G53 - Machine coordinate system setting; Mill and Lathe G54~G59 - Workpiece coordinate system settings #1 t0 #6; Mill and Lathe G61 - Exact stop check; Mill and Lathe G65 - Custom macro call; Mill and Lathe G70 - Finish cycle; Lathe G71 - Rough turning cycle; Lathe G72 - Rough facing cycle; Lathe G73 - Irregular rough turning cycle; Lathe G73 - Chip break drilling cycle; Mill G74 - Left hand tapping; Mill G74 - Face grooving or chip break drilling; Lathe G75 - OD groove pecking; Lathe G76 - Fine boring cycle; Mill G76 - Threading cycle; Lathe G80 - Cancel cycles; Mill and Lathe G81 - Drill cycle; Mill and Lathe G82 - Drill cycle with dwell; Mill G83 - Peck drilling cycle; Mill G84 - Tapping cycle; Mill and Lathe G85 - Bore in, bore out; Mill and Lathe G86 - Bore in, rapid out; Mill and Lathe

G87 - Back boring cycle; Mill G90 - Absolute programming G91 - Incremental programming G92 - Reposition origin point; Mill G92 - Thread cutting cycle; Lathe G94 - Per minute feed; Mill G95 - Per revolution feed; Mill G96 - Constant surface speed control; Lathe G97 - Constant surface speed cancel G98 - Per minute feed; Lathe G99 - Per revolution feed; Lathe M00 - Program stop; Mill and Lathe M01 - Optional program stop; Lathe and Mill M02 - Program end; Lathe and Mill M03 - Spindle on clockwise; Lathe and Mill M04 - Spindle on counterclockwise; Lathe and Mill M05 - Spindle off; Lathe and Mill M06 - Toolchange; Mill M08 - Coolant on; Lathe and Mill M09 - Coolant off; Lathe and Mill M10 - Chuck or rotary table clamp; Lathe and Mill M11 - Chuck or rotary table clamp off; Lathe and Mill M19 - Orient spindle; Lathe and Mill M30 - Program end, return to start; Lathe and Mill M97 - Local sub-routine call; Lathe and Mill M98 - Sub-program call; Lathe and Mill M99 - End of sub program; Lathe and Mill

CONCLUSION

During this project, I had learn how the CNC machine works through the G-codes and M-codes that make the machine works properly. But, the project can be not properly cutting when I entering the wrong codes thats instructs the machine to make cutting. Therefore, before starting to cut the project workpiece, we should use the computer simulation for help us to detect the error code. It also helps us to know how the CNC machine work to cutting the workpiece. From this practical workout project, it will help me how the machine that applied In workplace will be use by the workers.

Das könnte Ihnen auch gefallen