UG爱好者

标题: MasterCAM五轴后处理A轴问题 [打印本页]

作者: 15218209971    时间: 2024-9-28 15:14
标题: 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
作者: qrfabc    时间: 2024-10-10 08:01
控制定义里有修改A轴行程
作者: ggggdddd*    时间: 2024-10-11 20:57
是在这里改,两个正9999改成30度;(先改上面两个试下是不A轴,不对就改下面两个9999)
作者: qscqscqsc    时间: 2024-10-24 20:33
后处理分享出来看看
作者: xinruyu369    时间: 2024-10-25 09:10
ggggdddd* 发表于 2024-10-11 20:57
是在这里改,两个正9999改成30度;(先改上面两个试下是不A轴,不对就改下面两个9999)

你这个是限制角度吧?我怎么感觉你说的不对?
作者: xinruyu369    时间: 2024-10-25 09:17
修改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前加-号或者去掉-号




欢迎光临 UG爱好者 (https://www.ugsnx.com/) Powered by Discuz! X3.2