/
CNC milling machine CNC milling machine

CNC milling machine - PowerPoint Presentation

mitsue-stanley
mitsue-stanley . @mitsue-stanley
Follow
390 views
Uploaded On 2017-08-18

CNC milling machine - PPT Presentation

NC code amp simulator 1 Outline Basic NC programming Basic G codes Basic M codes NC codes for CNC milling machine Exercises amp simulation 2 4 Basic NC programming N10 G 01 Z2 F15 ID: 579876

g28 codes cnc milling codes g28 milling cnc g91 basic coordinate rate g01 g43 spindle position interpolation cutting m30

Share:

Link:

Embed:

Download Presentation from below link

Download Presentation The PPT/PDF document "CNC milling machine" is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Slide1

CNC milling machine

NC code & simulator

1Slide2

Outline

Basic NC programming

Basic G codes

Basic M codes

NC codes for CNC milling machineExercises & simulation

2Slide3

4. Basic NC programming

N10 G 01 Z-2. F1.5

Code Value

Address Address

WORD

BLOCKPROGRAM

3Slide4

Basic G-codes

G00

Positioning in Rapid

G01Linear InterpolationG02Circular Interpolation (CW)

G03

Circular Interpolation (CCW)

G54

Workpiece Coordinate System

G55Workpiece Coordinate System 2

G56Workpiece Coordinate System 3

4Slide5

Basic M codes

M30 –

Finish

Programn

M03 –

spindle

cw

M04 -

spindle

ccw

M05 –

STOP

spindle

M06 –

Change Tool

M08 –

open coolant M09 - Close coolant

5Slide6

G01 and G90/G91

6Slide7

7Slide8

Exercise G01/G90/G91

8Slide9

G02/G03

9Slide10

Determine the length for I and J

10Slide11

11Slide12

Exercise G02/G03

12Slide13

13Slide14

Cutter radius path compensation G41/G42

14Slide15

Technological fundamental of Milling

Cutting rate/cutting speed

Feed per tooth/ Feed rate

15Slide16

Programming Example

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

16Slide17

Program structure

17Slide18

NC codes for CNC milling machine

Controller: Fanuc (หัวโปรแกรม

)

%

O _ _ _ _

G17 G21 G40 G49 G80 G90

G91 G28 Z0

G91 G28 X0 Y0

M6 T01

M3 S2500

G90 G54 G0 X0 Y0G90 G43 H01 G0 Z10. M8

กลับ

Home position

18Slide19

NC codes for CNC milling machine

O_ _ _ _

G17 G21 G40 G49 G80 G90

G91 G28 Z0

G91 G28 X0 Y0

M06 T01

M03 S1000

G90 G54 G0 X0 Y0

G90 G43 D01 G0 Z20.

Z5.

G1 Z-1. F50

BAck

Home position

19Slide20

NC codes

การจบโปรแกรม

Z2.

G91 G28 Z0 G91 G28 X0 Y0

M30

%

20Slide21

Practice 1

Material: Aluminum

Tool:

Endmill

10 Dia.

Depth of cut = 2 mm

Spindle speed = 500 rpm

Feed rate = 100 mm/min

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

Fanuc

21