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

C축 보간을 사용한 Mazak G01.1 나사 가공 예

제출자:기계공

그림/이미지

CNC 프로그램

/*MAZATROL MATRIX For INTEGREX IV Programming EIA/ISO
Mazak G01.1 command in the milling mode enables a simultaneous interpolation on the C-axis and
the X- and/or the Z-axis for straight, tapered or scrolled thread cutting of constant leads.

Programming format
G01.1 Zz/Ww Xx/Uu Ff Ss;
Where
Zz, Ww, Xx, Uu: Thread ending point addresses and coordinates (mm or in.)
Ff: Lead of long axis (axis of which moving distance is the longest) direction
Ss: Rotational speed of C-axis (rpm)
Set parameter F111 bit 3 to select the direction of C-axis rotation:
F111 bit 3 =
0 : Normal rotation of C-axis
1 : Reversed rotation of C-axis
*/

G98 G97;
G28 U0 W0;
T001T000 M06;
G50 X300. Z100.;
M200;
G00 X100. Z2. C0.;
G01.1 W-100. F2. S400;(2 mm lead and 400 rpm)
G00 U10.;
W100. C0.;
U-11.;
G01.1 W-100. F2. S400;(2 mm lead and 400 rpm)
G00 U11.;
W100. C0.;
G00 U-12.;
G01.1 W-100. F2. S400;(2 mm lead and 400 rpm)
G00 U12.;
W100.;
G28 U0 W0.;
M202;
M30;

CNC 기계

  1. 초심자를 위한 CNC 프로그래밍 간단한 CNC 프로그래밍 예
  2. Fanuc G76 스레딩 사이클을 사용한 테이퍼 스레딩
  3. Fanuc CNC 프로그램 예제
  4. CNC 선반 프로그래밍 예
  5. CNC 선반 프로그래밍 예제로 밀리미터 단위로 측정하는 Fanuc G21
  6. G02 G03 G 코드 원형 보간 예제 프로그램
  7. CNC 프로그래밍 예인 G32를 사용한 테이퍼 스레딩
  8. CNC 프로그래밍 예제 G92 테이퍼 스레딩 사이클
  9. G92 스레딩 사이클을 사용한 테이퍼 스레딩
  10. Sinumerik 802D sl 스레딩 CYCLE97 예