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 기계
제출자:cnc 프로그래머 그림/이미지 CNC 프로그램 ;The main program would call this macro five times,;each time specifying the depth and length required.;macro variables would handle the length in the Y direction;and depth in the Z directionMain ProgramG90 G0 X1 Y1 Z0.1 ;Move to first notchG65 P0002 L1 Y1 Z.25 ;Call m
Fanuc Peck 드릴링 매크로 X축과 Z축을 따라 미리 공구를 드릴링 사이클이 시작되는 위치로 이동합니다. 구멍 깊이로 Z 또는 W를 지정하고, 절단 깊이로 K를 지정하고, 구멍을 뚫기 위한 절삭 이송 속도로 F를 지정하십시오. FANUC Series 30i/31i/32i-MODEL A와 같은 Fanuc cnc 컨트롤에서 작동하는 Custom Macro를 따르십시오 프로그래밍 G65 P9100 Z K F 또는 G65 P9100 W K F 매개변수 설명 Z 홀 깊이(절대 프로그래밍) 서 홀 깊이(증분 프로그래밍) K