15218209971 发表于 2024-9-28 15:14:46

MasterCAM五轴后处理A轴问题

五轴后处理,我想让A轴角度变成负值,怎么改,是在这里吗修改吗,修改哪个呢
ptop_type_ax    #Custom axis limit settings for top_map type
      str_pri_asign = str_n_c_axis
      str_sec_asign = str_n_a_axis
      str_dum_asign = str_n_b_axis
      result = updgbl(rotaxis1$, "vecy")#Zero
      result = updgbl(rotdir1$, "vecx")#Direction
      result = updgbl(rotaxis2$, "vecz")#Zero
      result = updgbl(rotdir2$, "vecy")#Direction

ptop_type_lim   #Custom axis limit settings for top_map limits
      pri_limlo$ = -9999
      pri_limhi$ = 9999
      sec_limlo$ = -9999
      sec_limhi$ = 9999
      pri_intlo$ = -9999
      pri_inthi$ = 9999
      sec_intlo$ = -9999
      sec_inthi$ = 9999

xinruyu369 发表于 2024-10-25 09:17:22

修改AC轴正负方向
#Primary axis angle description (in machine base terms)
#With nutating (mtype 3-5) the nutating axis must be the XY plane
rotaxis1$ = vecx#Zero 第一旋转轴零度位置C
rotdir1$= vecy#Direction 旋转轴正方向在vecy前加-号或者去掉-号

#Secondary axis angle description (in machine base terms)
#With nutating (mtype 3-5) the nutating axis and this plane normal
#are aligned to calculate the secondary angle
rotaxis2$ = vecz#Zero 第二旋转轴零度位置A
rotdir2$= vecx#Direction 旋转轴正方向在vecx前加-号或者去掉-号

qrfabc 发表于 2024-10-10 08:01:44

控制定义里有修改A轴行程

ggggdddd* 发表于 2024-10-11 20:57:38

是在这里改,两个正9999改成30度;(先改上面两个试下是不A轴,不对就改下面两个9999)

qscqscqsc 发表于 2024-10-24 20:33:46

后处理分享出来看看

xinruyu369 发表于 2024-10-25 09:10:07

ggggdddd* 发表于 2024-10-11 20:57
是在这里改,两个正9999改成30度;(先改上面两个试下是不A轴,不对就改下面两个9999)

你这个是限制角度吧?我怎么感觉你说的不对?

fruitch 发表于 2024-11-29 10:55:29

是这种吗?
(DATE=DD-MM-YY - 29-11-24 TIME=HH:MM - 10:47)
(T10|4 圆鼻铣刀 |H10)
N100 G21
N110 G0 G17 G40 G80 G90 G94
N120 G28 G91 Z0.
N130 G0 G90 C0. A0.
(4 圆鼻铣刀 |TOOL - 10|DIA. OFF. - 10|LEN. - 10|TOOL DIA. - 4.)
N140 T10 M6
T0
N150 G0 G90 C0. A-75.
N160 G68.2 X0. Y0. Z0. I+0. J-75. K+0
N170 G53.1
N180 G0 G54 G90 X0.594 Y22.55 S6000 M3
N190 G43 H10 Z80. M8
N200 Z28.268
N210 G1 Z8.118 F6000.

564650752 发表于 2024-12-4 13:55:18

fruitch 发表于 2024-11-29 10:55
是这种吗?
(DATE=DD-MM-YY - 29-11-24 TIME=HH:MM - 10:47)
(T10|4 圆鼻铣刀 |H10)


你这后处理是不是 带RTCP 的

fruitch 发表于 2024-12-6 15:14:16

564650752 发表于 2024-12-4 13:55
你这后处理是不是 带RTCP 的

是的呀,老板,有啥吩咐

564650752 发表于 2024-12-6 15:19:46

fruitch 发表于 2024-12-6 15:14
是的呀,老板,有啥吩咐

能分享后处理么
页: [1] 2
查看完整版本: MasterCAM五轴后处理A轴问题