PCB论坛网

 找回密码
 注册
查看: 2820|回复: 8

如何将CR5000 BD的结构导入到AUTOCAD中

[复制链接]
发表于 2008-5-12 12:20:00 | 显示全部楼层 |阅读模式
如何将CR5000 BD中的PCB的结构导入到AUTOCAD中?
回复

使用道具 举报

发表于 2008-5-12 12:26:00 | 显示全部楼层
转成DXF文件嘛
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-5-12 14:18:00 | 显示全部楼层

关键是不知道怎么生成DXF.

请说一下操作步骤,谢谢啦

回复 支持 反对

使用道具 举报

发表于 2008-5-12 17:24:00 | 显示全部楼层
看来你是什么都不会,什么都要问人
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-5-13 18:26:00 | 显示全部楼层

to riverpeak:你凭什么说我什么都不会?这样不是打击大家问问题的积极性吗,强烈BS你!!!你厉害有什么了不起的,也没必要这样损我吧。

首先。我这里确实没有file->export这个功能。

我现在知道是怎么生成DXF文件了,操作如下:

1.在ext下分别建立两个文件dxfout1.bat和dxfout2.bat.

2.在dxfout1.bat中输入dxfout.exe -p:mkparam  CB板名字 pause

3.在dxfout2.bat中输入dxfout.exe -r PCB板名字 -p PCB板名字.prm -o PCB板名字.dxf pause

4.分别运行dxfout1.bat和dxfout2.bat生成 .dxf文件,用AUTOCAD打开即可

回复 支持 反对

使用道具 举报

发表于 2008-5-13 20:40:00 | 显示全部楼层

对不起楼上,我不该这样说。

关于我为什么这样说你,其实我也很郁闷,

第一,从PCB导出到结构的文件也就是DXF和IDF,前者是二维数据,后者是三维数据,而你连这个最起码的都不清楚,到后来你不知道怎么输出DXF文件,你装的是哪个版本的CR5000,用的是BD吗?我表示怀疑。以前用别的软件画过板子吗?别的软件也是这样啊。

我从5.0用到10.0都有这个菜单,随便一找就找到了。

第二,就是你前一个帖子,CR5000的安装问题,你看看是什么帖子?一个提问题的帖子竟然弄了个投票的选项,我编辑了几次都不行,于是放弃编辑了。也没有心情回答你的问题。

你觉得呢?

[此贴子已经被作者于2008-5-13 20:54:07编辑过]
回复 支持 反对

使用道具 举报

发表于 2008-5-13 20:45:00 | 显示全部楼层

Export DXF

 

image\function.gifMSITStore:\cr5000\help\eng\dxfoutgui.chm::htmlhelp/image/function.gif" width="20" border="0"/> Function

Export DXF converts the specified CR-5000 database (PCB/PNL) into DXF file figure data. This allows you to transfer figure data from the CR-5000 system to another CAD system.

This software converts the layers in a PCB into DXF layers. You can separate conductive layers into positive and negative layers when outputting them.

 

image\dialogs.gifMSITStore:\cr5000\help\eng\dxfoutgui.chm::htmlhelp/image/dialogs.gif" width="20" border="0"/> About the dialog box

The configuration of the [Export DXF] dialog box is shown below.

image\dxfoutgui_e_shg.gifMSITStore:\cr5000\help\eng\dxfoutgui.chm::htmlhelp/image/dxfoutgui_e_shg.gif" width="600" usemap="#AreaMap0" border="0"/>

 

image\note.gifMSITStore:\cr5000\help\eng\dxfoutgui.chm::htmlhelp/image/note.gif" width="20" border="0"/> Tips

1 For details of the functions and processes of Export DXF, refer to the "Batch Program Help".

2 The parameter file is also applicable to "dxfout," a batch-processing version of Export DXF.

 

image\caution.gifMSITStore:\cr5000\help\eng\dxfoutgui.chm::htmlhelp/image/caution.gif" width="20" border="0"/> Restrictions

1 License
This tool does not check the license when it starts up.
When used to output a figure, this tool requires a license for "dxfout," a batch-processing version of Export DXF.

2 If you load and overwrite an existing parameter using this tool, the comments will be lost even if you do not make any change to the parameter.

3 This tool does not support CLUI.

4 The information on the selection status and the values in the fields in the grayed-out buttons cannot be stored in the parameter file. The selection status and the values in the fields in the grayed-out buttons may change when the saved parameter file is opened.

5 This tool specifies RulesByArea as a nonconductive layer rather than a system layer.

Also refer to the Restrictions on Export DXF in the Board Designer online help "Batch Program Help".

回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-5-15 10:46:00 | 显示全部楼层

上传的文件是我现在用的BD版本和菜单命令。

我只用过这个版本,所以别的是什么样子我也不知道。以前用过POWERPCB,导dxfw文档很容易,但现在情况不同呀。

我的确是个新手,刚毕业不久,正在学习PCB的知识,因为没有老师只有通过论坛提问题,现在看来第一步还是先好好看看BD里面的英文使用说明。

回复 支持 反对

使用道具 举报

发表于 2008-5-18 01:30:00 | 显示全部楼层
QUOTE:
以下是引用yyyyhf在2008-5-13 18:26:00的发言:

to riverpeak:你凭什么说我什么都不会?这样不是打击大家问问题的积极性吗,强烈BS你!!!你厉害有什么了不起的,也没必要这样损我吧。

首先。我这里确实没有file->export这个功能。

我现在知道是怎么生成DXF文件了,操作如下:

1.在ext下分别建立两个文件dxfout1.bat和dxfout2.bat.

2.在dxfout1.bat中输入dxfout.exe -p:mkparam  CB板名字 pause

3.在dxfout2.bat中输入dxfout.exe -r PCB板名字 -p PCB板名字.prm -o PCB板名字.dxf pause

4.分别运行dxfout1.bat和dxfout2.bat生成 .dxf文件,用AUTOCAD打开即可

  有的破解软件确实没有Dxf Export的菜单。但是我也没遇到过,犯[em06]中。

  帮忙解释一下yyyyhf以上命令的作用。

1.在ext下分别建立两个文件dxfout1.bat和dxfout2.bat.

  (建立2个DOS批处理文件)

2.在dxfout1.bat中输入dxfout.exe -p:mkparam  CB板名字 pause

  (生成一个名和PCB名相同的参数文件,此参数文件为CR5000系统自动生成PCB和DXF文件层名的对应文件)由于软件的自动性,该文件包括PCB中所有层信息,我们可以根据需要编辑该文件。

3.在dxfout2.bat中输入dxfout.exe -r PCB板名字 -p PCB板名字.prm -o PCB板名字.dxf pause

  (根据上一个命令生成的.prm参数文件,生成相应的DXF文件。)

4.分别运行dxfout1.bat和dxfout2.bat生成 .dxf文件,用AUTOCAD打开即可

  (执行DOS命令)

PS:在实际操作中,我们可以跳过DOS批处理文件,直接调用CR5000的DOS命令操作,当然如果把DOS批处理命令放进一个界面操作小软件里就更方便了。



回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|小黑屋|手机版|PCB设计论坛|EDA论坛|PCB论坛网 ( 沪ICP备05006956号-1 )

GMT+8, 2024-5-16 22:09 , Processed in 0.117850 second(s), 19 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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