亿迅智能制造网
工业4.0先进制造技术信息网站!
首页 | 制造技术 | 制造设备 | 工业物联网 | 工业材料 | 设备保养维修 | 工业编程 |
home  MfgRobots >> 亿迅智能制造网 >  >> Manufacturing Equipment >> 数控机床

内部椭圆的 G65 宏

提交人:机械师

绘图/图像

数控程序

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

数控机床

  1. t 在 CNC 机床中寻找
  2. 木工最佳 CNC 路由器
  3. 材料第 1 部分:退火可以为您的工艺带来什么
  4. 4 CNC 主轴指南
  5. 我们的 CNC 路由器的推荐
  6. 钣金设计的5个技巧
  7. 选择机械车间的7个技巧
  8. 3D打印模具提示
  9. CNC 机械师视频
  10. CNC 机械师的 CNC 编程
  11. 用于沉孔的 G65 宏
  12. 内螺旋的 G65 宏