找回密码 注册 QQ登录
开思网工业级高精度在线3D打印服务

iCAx开思网

CAD/CAM/CAE/设计/模具 高清视频【积分说明】如何快速获得积分?快速3D打印 手板模型CNC加工服务在线3D打印服务,上传模型,自动报价
打印 上一主题 下一主题

[挑战题目100分] DMG 50V 五面(轴)加工后置处理程序开发

[复制链接]
21
发表于 2003-10-16 09:56:55 | 只看该作者
the parts

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
22
发表于 2003-10-16 10:09:23 | 只看该作者
I want to calculate the angle when it is rotated to the tilted face.
  
  the MCS is on the tilted surface, and the origin is on the center point of the hole...
  
I want to get the I J K from the tool axis, so as to calculate the B C angle...
  
The CLSF:  
TOOL PATH/D25R0.8_COPY,TOOL,D25R4.8CEM
TLDATA/MILL,25.0000,0.0000,50.0000,0.0000,0.0000
MSYS/-49.5037,110.6111,4.6673,-0.2336063,0.4305111,-0.8718304,-0.1114245,-0.9025853,-0.4158418
PAINT/PATH
PAINT/SPEED,10
PAINT/COLOR,186
RAPID
GOTO/50.4822,23.5571,0.0000,0.0000000,0.0000000,1.0000000
  
To test the I J K
  
proc  MOM_start_of_path {} {
#_______________________________________________________________________________
# This procedure is executed at the begining of each path in the task
# It gets called after all the general parameters of the path are loaded
# like the path name and the tool name.
#_______________________________________________________________________________
         global mom_path_name
         global mom_tool_name
         global i j k
         global mom_tool_axis
         global mom_prev_tool_axis
         
         MOM_output_literal "$mom_tool_axis(0), $mom_tool_axis(1), $mom_tool_axis(2)"
         MOM_output_literal "$mom_prev_tool_axis(0), $mom_prev_tool_axis(1), $mom_prev_tool_axis(2)"
  
         CHECK_OPER_TYPE
}
  
and the Test result
  
0 BEGIN PGM UG_TRY MM
1 -0.87183043658199078, -0.41584178691117041, 0.25881904510252024
2 0.00000000000000000, 0.00000000000000000, 1.00000000000000000
3 L M129
  
And I get the I J K of the normal vector of the surface is:
  
I 0.416   J  0.2588   K  -0.8718
  
what is the problem with the tool axis I J K?
  
How to utilize these to calculated the B and C angle?  I just want the 5-sided postprocessor
23
发表于 2003-10-16 11:07:40 | 只看该作者
为什么要计算MSYS的矢量呢?
看你的CLS文件,是三轴垂直的:
  
   RAPID  
   GOTO/50.4822,23.5571,0.0000,0.0000000,0.0000000,1.0000000
24
发表于 2003-10-16 11:25:10 | 只看该作者
wave wrote:
为什么要计算MSYS的矢量呢?  
  看你的CLS文件,是三轴垂直的:  
  
     RAPID   
     GOTO/50.4822,23.5571,0.0000,0.0000000,0.0000000,1.0000000
  

加工是在当前的加工坐标系, 故 0   0   1, 当前的加工坐标系是通过旋转和平移绝对坐标系得到的,  如前面的MSYS, 我想知道如何计算B 轴和C 轴的旋转角度从而得到当前的加工坐标
25
发表于 2003-10-16 11:31:53 | 只看该作者
如图:

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
26
发表于 2003-10-16 11:37:25 | 只看该作者
一次安装先铣A面, 然后旋转, 使B面水平,  铣B面, ......
如何计算 B 和 C 要转多少?
  
要不要我把零件发给你?
  
多谢了!
27
发表于 2003-10-16 12:40:21 | 只看该作者
jinly wrote:
   
  加工是在当前的加工坐标系, 故 0   0   1, 当前的加工坐标系是通过旋转和平移绝对坐标系得到的,  如前面的MSYS, 我想知道如何计算B 轴和C 轴的旋转角度从而得到当前的加工坐标

  
旋转坐标系干什么?
28
发表于 2003-10-16 13:09:49 | 只看该作者
其实就是要转B轴 (45度轴) 和C 轴( 工作台中心), 使B 面成水平(与刀轴垂直), 加工时需要刀轴与被加工面垂直.  
  
      简单说就是把B面 从斜面转成水平面 ? ( 装夹时以 与A面平行的底面定位).   
29
发表于 2003-10-16 14:53:42 | 只看该作者
jinly wrote:
如图:

  
按此图装夹.Z轴向上,右側的孔如何做?
30
发表于 2003-10-16 14:54:16 | 只看该作者
jinly wrote:
一次安装先铣A面, 然后旋转, 使B面水平,  铣B面, ......  
  如何计算 B 和 C 要转多少?  
  
  要不要我把零件发给你?  
  
  多谢了!

  
发文件吧
您需要登录后才可以回帖 登录 | 注册

本版积分规则

3D打印手板模型快速制作服务,在线报价下单!

QQ 咨询|手机版|联系我们|iCAx开思网  

GMT+8, 2025-1-27 12:06 , Processed in 0.027343 second(s), 9 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2025 www.iCAx.org

快速回复 返回顶部 返回列表