allegro 的光绘层概念
TOP层:
- board geometry/outline
- manufacturing/photoplot_outline
- etch/top
- pin/top
- via class/top
- drawing format/title_data(加入注释文字,亦可根据习惯在其他层加入)
GND层:
- board geometry/outline
- manufacturing/photoplot_outline
- etch/gnd
- pin/gnd
- via class/gnd
- Anti Etch/gnd
- Anti Etch/all
- drawing format/title_data(加入注释文字,亦可根据习惯在其他层加入)
VCC层:
- board geometry/outline
- manufacturing/photoplot_outline
- etch/gnd
- pin/gnd
- via class/gnd
- Anti Etch/vcc
- Anti Etch/all
- drawing format/title_data(加入注释文字,亦可根据习惯在其他层加入)
BOTTOM层:
- board geometry/outline
- manufacturing/photoplot_outline
- etch/top
- pin/top
- via class/top
- drawing format/title_data(加入注释文字,亦可根据习惯在其他层加入)
SOLDERMASK_TOP层:
- board geometry/outline
- manufacturing/photoplot_outline
- via class/soldermask_top
- pin/soldermask_top
- package geometry/soldermask_top
- board geometry/soldermask_top
- drawing format/title_data(加入注释文字,亦可根据习惯在其他层加入)
SOLDERMASK_BOTTOM层:
- board geometry/outline
- manufacturing/photoplot_outline
- via class/soldermask_bottom
- pin/soldermask_bottom
- package geometry/soldermask_bottom
- board geometry/soldermask_bottom
- drawing format/title_data(加入注释文字,亦可根据习惯在其他层加入)
PASTEMASK_TOP层:
- board geometry/outline
- pin/pastemask_top
- drawing format/title_data
PASTEMASK_BOTTOM层:
- board geometry/outline
- pin/pastemask_bottom
- drawing format/title_data(加入注释文字,亦可根据习惯在其他层加入)
SILK_TOP层:
- board geometry/outline
- manufacturing/photoplot_outline
- ref_des/silkscreen_top
- package geometry/silkscreen_top
- board geometry/silkscreen_top
- drawing format/title_data(加入注释文字,亦可根据习惯在其他层加入)
7.manufacturing/pen3可加入公司LOGO,或联系方式等信息(pen3为ALLERO图标制作工具BMP2Allegro生成图标时自动生成的层)
SILK_BOTTOM层:
- board geometry/outline
- manufacturing/photoplot_outline
- ref_des/silkscreen_bottom
- package geometry/silkscreen_bottom
- board geometry/silkscreen_bottom
- drawing format/title_data(加入注释文字,亦可根据习惯在其他层加入)
DRILL层:
- board geometry/outline
- manufacturing/photoplot_outline
- manufacturing/ncdrill_legend
- manufacturing/ncdrill_figure
- manufacturing/nclegend-1-2
- board geometry/dimension
- drawing format/title_data(加入注释文字,亦可根据习惯在其他层加入)
PCB板厂所需文件,同样以4层板为例:4个参数文件,11个光绘文件,共15个文件,
其中pastemask_top.art pastemask_bottom.art ,可以不用给到PCB板厂,
因为此文件为钢网文件,只需给贴片开钢网时配合坐标文件使用。
nc_param.txt ncdrill.tap (ncdrill.drl) art_aper.txt art_param.txt
top.art gnd.art vcc.art bottom.art
soldermask_top.art soldermask_bottom.art
pastemask_top.art pastemask_bottom.art
silkscreen_top.art silkscreen_bottom.art drill.art
注:双面板只需去掉gnd.art vcc.art ,多层板,只需再加上inner.art,多几层即加几层。
allegro 的光绘层概念的更多相关文章
- allegro中出光绘文件遇到问题的解决办法
一:设置好光绘文件参数后,选择check dabase before artwork后,点击生成光绘时出现错误告警信息: database has errors:artwork generati ...
- Altium Designer 输出 gerber 光绘文件的详细说明
Altium Designer 输出 gerber 光绘文件的详细说明 PCB画好后,我们需要输出光绘文件交给制版厂家.由此,输出光绘文件的重要性就显出来了. 先复习一下介绍各层的定义吧,哈哈 (1) ...
- PADS CAM光绘输出文件设置
PADS CAM光绘输出文件设置 在使用PADS完成电路板的设计后,通常还需要在CAM350中经过一些处理生成Gerber文件,交给制板厂商进行电路板的生产,这就要求在PADS中设置生成CAM文件,然 ...
- 用AltiumDesigner画完PCB生成gerber(光绘)文件详细说明
什么是gerber文件 Gerber文件是所有电路设计软件都可以产生的文件,在电子组装行业又称为模版文件(stencil data),在PCB制造业又称为光绘文件.可以说Ger ...
- cadence钻孔文件及光绘文件的生成
完成PCB布线之后,需要生成钻孔文件和光绘文件交给PCB厂家制作PCB板,下面总结详细方法!
- Altium Designer 19 导出光绘文件
一.点击 文件--制造输出--Gerber Files 第一次设置如下 绘制层点击进去全选 钻孔光圈 符号大小50mil 生成文件 关闭不用保存 蚀刻图 二.点击 文件--制造输出--Gerber F ...
- allegro生成光绘文件时,通过cam打开,*.drl钻孔文件不识别,为Unknow类型
生成钻孔文件时,NC_Parameters中,应该选Absolute
- 24.allegro中光绘gerber[原创]
光绘 一,基本设置 或者: ------------------------------------- ------- ------- 二,需要设置内容: 1)顶层和底层: 2)内部布线层: 3)OU ...
- Cadence PCB层的概念
Slikscreen_Top :顶层丝印层 Assemly_Top :装配层,就是元器件含铜部分的实际大小,用来产生元器件的装配图.我自己感觉这一层如果对于贴片的元器件,如电容,就是两个贴片铜 ...
随机推荐
- CentOS虚拟机不能联网状况下yum方式从本地安装软件包(转载的)
大家都知道yum是linux下一个非常好用的软件安装/卸载软件,它方便操作,而且最厉害的是可以解决令人头疼的包依赖关系.但是若是你的linux不能联网,若想使用yum安装软件,可以依照下面的方法. 1 ...
- iOS10相机等崩溃
当使用iOS10使用相机时会出现崩溃 This app has crashed because it attempted to access privacy-sensitive data withou ...
- Drawer_layout 关闭滑动视图
在android抽屉Drawer_layout开发中,我需要关闭滑动的试图 找到了这个方法 mDrawer_layout.setDrawerLockMode(DrawerLayout.LOCK_MOD ...
- Android 通过反射让SQlite建表如此简单
我们通常使用SQlite的时候,假设我们有10张表,我们要写10个建表语句.而建表语句中仅仅有一些字段的名字须要改而已,这样既费时又费力,还easy出错.我们知道写sql语句的时候常常会写错,假设写错 ...
- [Angular 2] NgNonBindable
If you want to print someting like {{content}} on the html, using ng-non-bindable directive: <div ...
- jquery自定义插件来实现分页的效果
本节将介绍如何定义自己的jquery插入,实现分页效果,话不多说,.看看达到的效果: 分页插件 实现的代码例如以下: <!DOCTYPE HTML PUBLIC "-//W3C//DT ...
- [转] GCC __builtin_expect的作用
http://blog.csdn.net/shuimuniao/article/details/8017971 将流水线引入cpu,可以提高cpu的效率.更简单的说,让cpu可以预先取出下一条指令,可 ...
- Mysql update error: Error Code: 1175. You are using safe update mode and you tried to update a table
Mysql update error: Error Code: 1175. You are using safe update mode and you tried to update a table ...
- [转]Vim 复制粘帖格式错乱问题的解决办法
有时候,复制文本(尤其是代码)到 Vim,会出现格式错乱的问题.看样子,应该是自动缩进惹得祸.本文不去深究原因,直接给出解决方法. 1. paste 模式 运行如下命令,进入 paste 模式: :s ...
- 500 OOPS: vsftpd: refusing to run with writable root inside chroot()解决方法
vsftpd.conf配置文件如下: [root@rusky ~]# cat /etc/vsftpd/vsftpd.conf | grep -v "#" anonymous_ena ...