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

내부 일립스용 G65 매크로

제출자:기계공

그림/이미지

CNC 프로그램

T1 M6
G0 G90 G40 G21 G17 G94 G80
G54 X0 Y0 S? M3
G43 Z5 H?
G1 Z-? F?
#20 = 2 ; Incremental degree calculation
#21 = 0 ; Start Angle
#22 = 30 ; Y Axis Radius
#23 = 50 ; X Axis Radius
G41 X#23 D? ; Compensation motion to right side of internal pocket
N10 #21 = [#21 + #20] ; Angular Count
#24 = SIN[#21] ; Incremental Y axis calculation
#25 = COS[#21] ; Incremental X axis calculation
#24 = [#24*#22] ; Absolute Y calculation
#25 = [#25*#23] ; Absolute X calculation
X#25 Y#24 ; Movement in X & Y axis
IF [#21 LT 360] GOTO 10 ; Restart if less than 360 degree motion
IF [#21 GT 360] GOTO 20 ; If final angle becomes greater than 360 degrees recalculate
IF [#21 EQ 360] GOTO 30 ; Finish if total angle is equal to 360 degree
N20 #21 = 360
GOTO 10
N30 G40 X0
G0 G90 Z100 M30

CNC 기계

  1. CNC 기계에서 찾을 항목
  2. 목공용 최고의 CNC 라우터
  3. 자료 1부:어닐링이 공정에 할 수 있는 일
  4. CNC 스핀들에 대한 4가지 지침
  5. CNC 라우터 사용후기
  6. 판금 설계를 위한 5가지 팁
  7. 기계 공장 선택을 위한 7가지 팁
  8. 3D 프린팅 금형에 대한 팁
  9. 카운터보어용 G65 매크로
  10. 내부 헬리컬용 G65 매크로