




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、Overview概观A design engineer uses CAD (Computer Aided Design) software to create a part drawing, containing all features and dimensions required to manufacture a part.设计工程师采用CAD(计算机辅助设计)软件创建一个零件图,包含制造零件所需的所有功能和尺寸。Computer Aided Manufacturing (CAM) evolved from the need to manufature using numerically
2、 controlled machine tool. Once CAD drawing is complete, it can be imported into CAM software for further use. Using various functions withing the CAM software, the programmer selects various lines, circles, surfaces or other entities from the imported CAD drawing and then develops cutting sequences,
3、 or tool paths, that simulate actual machinig of those entities.计算机辅助制造(CAM)从需要使用数控机床来manufature演变。一旦CAD图纸完成后,它可以被导入到CAM软件继续使用。使用各种功能withing的CAM软件,程序员选择不同的直线,圆,表面或从导入CAD图纸等实体,然后开发切割序列或刀具路径,即模拟这些实体的实际machinig。The most CAM applications, the tool path that is generated for each cutting sequence is plac
4、ed into a file in a specific order and syntax, almost like a structured language. This file is called a Cutter Location Data (CLDATA) file. It contains various commands, as well as X, Y, Z coordinate values, and in the case of four and five axes machines, will also contain tool vector I, J, K values
5、 used to determine the angle of the tool in relation to the part.大多数CAM应用,即对于每个切割序列生成的刀具路径被放入一个文件中的特定顺序和语法,几乎像一个结构化的语言。此文件被称为刀位数据(CLDATA)文件。它包含各种命令,以及X,Y,Z坐标值,并且在四和五轴机的情况下,也将包含I,J,K的值用来确定在相对于刀具的角刀具矢量 部分。Postprocessor reads each statement or command contained withing the CLDATA and postprocesses (tra
6、nslates) each of those statements or commands into CNC machine code. This CNC machine code (G-Codes) is created based on the content of the CLDATA and in combination with the settings in option file.后置处理器读取每个语句或命令包含withing的CLDATA和后期处理(翻译)每个那些语句或命令到数控机床的代码。本CNC机器代码(G代码)是基于CLDATA的内容,并与在选择文件中的设置的组合创建。T
7、he Delcam PostProcessor application contains the following modules:The Postprocessor creates programs for NC/CNC machine tool, in the form of tapefiles. The Editor is used to create or edit the option file, which configures the Postprocessor. The Console creates output suitable for an NC/CNC machine
8、 tool using the commands and parameters specified in the Editor. The PostComparer enables you to compare the structures of different option files.Delcam的PostProcessor中应用程序包含以下模块:后处理创造了NC / CNC机床的程序,在tapefiles的形式。Editor用于创建或编辑选项文件,它配置了后处理。控制台使用在编辑器中指定的命令和参数的NC / CNC机床创建合适的输出。该PostComparer使您能够比较不同选项的文
9、件结构。Introduction to the PostprocessorIntroduction to the EditorConsoleIntroduction to the PostComparer/ compare(比较)简介后处理器简介编辑安慰简介PostComparerIntroduction to the Postprocessor简介后处理器The Postprocessor is used to generate NC programs for a specific machine controllers from CLDATA files produced by CAM s
10、ystems.后处理器用于生成用于从由CAM系统产生的数据文件的特定机器控制器NC程序。The Postprocessor is universal NC program generator, which uses custom option files. An option file describes all specifics and controls how the CLDATA files will be converted for a particular controller. Use Editor for create or edit option files.后处理是通用的N
11、C程序生成器,它使用自定义的选项文件。选项文件描述了所有细节和控制CLDATA文件将如何被转化为特定的控制器。使用编辑器创建或编辑选项文件。The Postprocessor may work with full range of Delcam CLDATA formats:后处理器可以用全方位的Delcam的数据格式的工作:ASCII or Binary CLDATA. For example, a *.cut file generated by PowerMILL. XML-CLDATA. For example, a *.cxm file containing probe paths t
12、hat was exported from PowerINSPECT. On the image below you may see main window of Postprocessor. On the left, is located Session Explorer, that allows you to load option files, to load and postprocess CLDATA files. Result NC programs you may see on the right pane. The bottom window is needed for dip
13、laying errors, warnings and other information about postprocessing.ASCII或二进制CLDATA。例如,通过PowerMILL的产生*.cut文件。XML-CLDATA。例如,一个从PowerINSPECT的导出的*.cxm包含文件探针路径。在下面的图片,你可能会看到后置处理器的主窗口。在左边,位于会话管理器,这允许您加载选项文件,加载和后处理CLDATA文件。结果NC程序可能会在右窗格中看到的。是需要显示错误,警告和后处理有关的其他信息窗口的底部。Introduction to the Editor简介编辑The Edito
14、r enables you to create and edit the controller-specific option files used in configuring the Postprocessor to create output suitable for the associated NC/CNC machine tools.To open the Editor, click the Editor tab.A set of standard, selectable elements are displayed in the Option File Explorer. Whe
15、n a command is selected in the explorer, its details are as a table in the View pane. For example:该编辑器可以创建和编辑配置后处理,以创建适合相关的NC / CNC机床的输出使用的特定控制器选项文件。要打开编辑器,单击编辑器选项卡。一套标准的,可选择的元素显示在选项文件浏览器。当在浏览器中选择一个命令,其详细情况在视图窗格中的表。 例如:Each command table represents a program frame. It specifies the NC code that is o
16、utput to the tapefile when that command is found in the cut file. For more details, refer to Command Interface.You can use the Preview window at the bottom of the PostProcessor to view the NC code created for the selected command.每个命令表代表一个程序框架。它规定了NC代码时,该命令在剪切文件发现,输出到tapefile。有关详细信息,请参阅命令接口。您可以使用预览窗
17、口在后处理器的底部查看所选命令创建的NC代码。Introduction to the EditorThe Editor enables you to create and edit the controller-specific option files used in configuring the Postprocessor to create output suitable for the associated NC/CNC machine tools.To open the Editor, click the Editor tab.A set of standard, selectab
18、le elements are displayed in the Option File Explorer. When a command is selected in the explorer, its details are as a table in the View pane. For example:该编辑器可以创建和编辑配置后处理,以创建适合相关的NC / CNC机床的输出使用的特定控制器选项文件。要打开编辑器,单击编辑器选项卡。一套标准的,可选择的元素显示在选项文件浏览器。当在浏览器中选择一个命令,其详细情况在视图窗格中的表。 例如:ConsoleThe Console modu
19、le enables you to generate NC programs using a command prompt.This GUI-less application usually executed by CAM systems in background. On the image below you may see console output in Delcam PowerMILL.控制台模块,使您可以生成使用命令提示符NC程序。此图形界面的应用程序通常是由后台CAM系统执行。在下面的图片,你可能会看到Delcam的PowerMILL的控制台输出。Introduction to the PostComparerThe Delcam PostComparer
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 新疆职业大学《模拟电子技术A》2023-2024学年第二学期期末试卷
- 2025至2031年中国程控电话交换机用热敏电阻器行业投资前景及策略咨询研究报告
- 2024-2025各个班组三级安全培训考试试题含答案(黄金题型)
- 25年企业管理人员安全培训考试试题附参考答案(满分必刷)
- 2024-2025新入职工入职安全培训考试试题附完整答案【易错题】
- 2025车间员工安全培训考试试题含答案【巩固】
- 2024-2025职工安全培训考试试题附参考答案(轻巧夺冠)
- 2025至2031年中国磁条挤出机行业投资前景及策略咨询研究报告
- 2024-2025安全培训考试试题能力提升
- 2024-2025公司职工安全培训考试试题及答案(夺冠)
- 乒乓球社团活动记录
- 新时代中小学教师职业行为十项准则考核试题及答案
- 数据结构-第6章-图课件
- 《变态心理学与健康心理学》考试复习题库150题(含答案)
- DB15T 489-2019 石油化学工业建设工程技术资料管理规范
- CNC机加工作业指导书
- 保洁服务岗位检查考核评分标准
- 皮内针讲课课件
- 村卫生室静脉输液准入申请审批表
- 提高钢柱安装垂直度合格率QC成果PPT
- 计算机网络故障的诊断与解决方法论文
评论
0/150
提交评论