산업 제조
산업용 사물 인터넷 | 산업자재 | 장비 유지 보수 및 수리 | 산업 프로그래밍 |
home  MfgRobots >> 산업 제조 >  >> Manufacturing Equipment >> CNC 기계

CNC 밀 프로그램 실습 사이드 밀링 드릴링 슬롯 밀링

제출자:BEATA

요약

Q. 표시된 수치에 대한 CNC Part Program 작성

측면 밀링의 경우 속도 1200rpm 및 이송 100mm/min
홀 드릴링의 경우 속도 1200rpm 및 이송 80mm/min
슬롯 밀링의 경우 속도 1200rpm 및 이송 120mm/min
구멍 직경을 15mm로 설정합니다.
절대 좌표계를 사용합니다.

해결책:

작업 순서:
1 기준점, 좌표계, 도구 설정, 이송 및 속도 값 제공
2 반경 보정용 커터 설정 왼쪽 오프셋
3 도구를 A에 설정, 스핀들 시작 및 포기 피드(-Z 방향)
4 측면 밀링의 추가 절삭 진행 및 A에서 스핀들 중지
5 기준점에서 공구 이동 및 슬롯 절삭용 공구 설정
6 공구를 P로 이동, 시작
7 슬롯 밀링의 추가 절삭을 진행하고 S에서 스핀들을 중지합니다.
8 기준점에서 공구를 이동하고 드릴링을 위해 공구를 설정합니다.
9 공구를 P로 이동하고 스핀들 및 전체 깊이 절삭 제공
10 공구를 위로 이동하고 스핀들을 중지합니다.
11 기준점에서 공구를 다시 가져옵니다.
12 프로그램 종료

그림/이미지

CNC 프로그램

05007
N001 G71 G90 (Set dimension type mm, set absolute co-ordinate system)
N002 G92 X-15.0 Y-15.0 Z0.0 T01 F100 S1200 (Set reference point -15, -15, 0. Tool T01 side milling tool. Feed 100mm/rev, spindle speed 1200 rpm)
N003 G41 G00 X0.0 Y0.0 Z2.0 (Cutter radius compensation left ON, move the tool at A & give clearance of 2mm before starting spindle rotation)
N004 G01 Z-15.0 M03 (Start the spindle. Move tool down i.e. at Z direction for cut with feed here M03 will execute first)
N005 G01 X0.0 Y110.0 (Go to B linearly)
N006 G02 X10.0 Y120.0 R10.0 (Go to C with clockwise circular interpolation with radius = 10)
N007 G01 X75.0 (Go to D linearly)
N008 G01 X100.0 Y92.0 (Go to E linearly)
N009 G01 Y10.0 (Go to F linearly)
N010 G02 X90.0 Y0.0 R10.0 (Go to G with clockwise circular interpolation with radius = 10)
N011 G01 X0.0 (Go to A linearly)
N012 Z2.0 M05 (Go up 2mm in Z direction for clearance. Stop spindle rotation here M05 will execute last.)
N013 G40 G00 X-15.0 Y-15.0 (Cutter radius compensation OFF. Move tool to reference set point.)
N014 M06 T02 F120 (Change the tool & use tool T02 - here for slot mill tool with dia 6mm. Set feed as 120mm/rev.)
N015 G00 X15.0 Y55.0 (Move tool to 'P' rapidly.)
N016 G01 Z-5.0 M03 (Start the spindle. Move tool 5mm down i.e. at Z direction for cut with feed - here M03 will execute first)
N017 Y80.0 (Go to Q linearly.)
N018 X85.0 (Go to R linearly.)
N019 Y80.0 (Go to S linearly.)
N020 Z2.0 M05 (Go up 2mm in Z direction for clearance. Stop spindle rotation - here M05 will execute last.)
N021 G00 X-15.0 Y-15.0 (Move tool to reference set point.)
N022 M06 T03 F80 (Change the tool & use tool T03 - here for drill bit with dia 15mm. Set feed as 80mm/rev.)
N023 G00 X50.0 Y25.0 (Move tool to 'T')
N024 G01 Z-20.0 M03 (Go down 20mm for assuring full depth of hole.)
N024 Z2.0 M05 (Go up 2mm in Z direction for clearance. Stop spindle rotation - here M05 will execute last.)
N025 G00 X-15.0 Y-15.0 (Move tool to reference set point.)
N026 M30 (Stop the program)

CNC 기계

  1. CNC 밀링 머신을 사용하는 방법은 무엇입니까?
  2. 엔드밀 및 밀링 문제 해결 가이드
  3. 벌크 재료 제거 CNC 밀링 전략
  4. CNC 밀링에서 정확도와 정밀도를 보장하는 방법
  5. CNC 수직 밀
  6. CNC 밀이 필요하십니까?
  7. G81 드릴링 고정 사이클 CNC 밀링 프로그램 예
  8. CNC G81 드릴링 사이클 프로그램 예
  9. CNC 밀링 샘플 프로그램
  10. 빈칸 채우기 CNC 프로그래밍 밀링 실습