+ All Categories
Home > Documents > CNC milling machine

CNC milling machine

Date post: 22-Mar-2016
Category:
Upload: kirby
View: 67 times
Download: 2 times
Share this document with a friend
Description:
CNC milling machine. NC code & simulator. Outline. Basic NC programming Basic G codes Basic M codes NC codes for CNC milling machine Exercises & simulation. 4. Basic NC programming. WORD BLOCKPROGRAM. N10 G 01 Z-2. F1.5 - PowerPoint PPT Presentation
Popular Tags:
21
CNC milling machine NC code & simulator 1
Transcript
Page 1: CNC milling machine

CNC milling machineNC code & simulator

1

Page 2: CNC milling machine

Outline►Basic NC programming►Basic G codes►Basic M codes ►NC codes for CNC milling machine►Exercises & simulation

2

Page 3: CNC milling machine

4. Basic NC programming

N10 G 01 Z-2. F1.5

Code Value Address Address

WORDBLOCKPROGRAM

3

Page 4: CNC milling machine

Basic G-codes► G00Positioning in Rapid► G01Linear Interpolation► G02Circular Interpolation (CW)► G03Circular Interpolation (CCW)

► G54Workpiece Coordinate System► G55Workpiece Coordinate System 2► G56Workpiece Coordinate System 3

4

Page 5: CNC milling machine

Basic M codesM30 – Finish ProgramnM03 – spindle cwM04 - spindle ccwM05 – STOP spindleM06 – Change Tool

M08 – open coolant M09 - Close coolant

5

Page 6: CNC milling machine

G01 and G90/G91

6

Page 7: CNC milling machine

7

Page 8: CNC milling machine

Exercise G01/G90/G91

8

Page 9: CNC milling machine

G02/G03

9

Page 10: CNC milling machine

Determine the length for I and J

10

Page 11: CNC milling machine

11

Page 12: CNC milling machine

Exercise G02/G03

12

Page 13: CNC milling machine

13

Page 14: CNC milling machine

Cutter radius path compensation G41/G42

14

Page 15: CNC milling machine

Technological fundamental of Milling

►Cutting rate/cutting speed

►Feed per tooth/ Feed rate

15

Page 16: CNC milling machine

Programming Example

ใหห้าพกิัดในแบบงาน คำานวณความเรว็รอบในการตัด และเขยีนเอ็นซีโปรแกรมท่ีมกีารชดเชยมดีด้านซา้ย

16

Page 17: CNC milling machine

Program structure

17

Page 18: CNC milling machine

NC codes for CNC milling machine

Controller: Fanuc (หวัโปรแกรม) % O _ _ _ _G17 G21 G40 G49 G80 G90G91 G28 Z0G91 G28 X0 Y0M6 T01M3 S2500G90 G54 G0 X0 Y0G90 G43 H01 G0 Z10. M8

กลับ Home position

18

Page 19: CNC milling machine

NC codes for CNC milling machine

►O_ _ _ _G17 G21 G40 G49 G80 G90G91 G28 Z0G91 G28 X0 Y0M06 T01 M03 S1000G90 G54 G0 X0 Y0G90 G43 D01 G0 Z20.Z5.G1 Z-1. F50

BAck Home position

19

Page 20: CNC milling machine

NC codes► การจบโปรแกรม Z2. G91 G28 Z0 G91 G28 X0 Y0 M30 %

20

Page 21: CNC milling machine

Practice 1Material: AluminumTool: Endmill 10 Dia.Depth of cut = 2 mmSpindle speed = 500

rpmFeed rate = 100

mm/min

จงเขยีน โปรแกรมการกัดงานท่ีมีระบบควบคมุ Fanuc 21


Recommended