orcad16.6 DRC报错问题



1:Property "PCB Footprint" missing from instance R1
从意思看是R1没有封装,
可是怎样封装导入呢?


2:Warning "No_connect"
"No_connect" property on Pin "P1.8" ignored forP1: SCHEMATIC1, 13)URAT (7.90, 1.20). Connecting pin to net "N16811229".&H)K]?hwM
$k3D3pd?T$W7he
这个警告基本可以忽略;造成这个问题的原因是,设计之初先对器件相关的管脚上加上'X'(也就是NC符号),更新设计的过程又对管脚做了连接处理;但是后面的连接处理没有去掉管脚的NC属性,不信的话把那个管脚上的net删掉看看。 RG9f
解决办法很简单,对这些管脚再做一次NC

Warning Part Name
Warning [ALG0016] Part Name "CAP PN_C100UP-6.3V-SMT-S_100UF/6.3V" is renamed to "CAP PN_C100UP-6.3V-SMT-S_100UF/"
这个警告不可避免,allegro对相关的属性名称进行合并,超过一定数量的字符就截掉;在命名规范的前提下就不考虑这个警告了。
无法根治

这个#2 Warning [ALG0016] Part Name "?j#w?rm
之类的错误在于你建立元件原理图的时候你的原件Value值太长了超过32个字符,从而使系统在进行命名规范的时候溢出,而出错,很简单的,只写关键元件名,比如 A2541P10_HDR2X5-100MIL_2X5 HEADER" is renamed to "A2541P10_HDR2X5-100MIL_2X5 HEAD错误只需要
把2X5 HEADER更改为A2541P10,去除中间的空格即可.

U(ZE0B5L5b%X;n4g Allegro对一些字符[例如"空格","小数点"等等]很在意,可以参阅相关文档的描述.

3:PCB Footprint"

3、错误:Error [ALG0062] Value for property pcb Footprint contains carriage return for X1800

解决办法:原因是此顆零件的屬性footprint其內容值字尾包含carriage return字元,解決方法是:在該零件的屬性編輯視窗下找到pcb footprint屬性,將carriage return字元刪除並保存即可解決.試試看,Icarriage return 就是带了回车,你在Footprint后面按一下del即可,用个方法搞定了

Duplicate Pin Name "NC" found on Package AD9705 , U26 Pin Number 9: SCHEMATIC1, 09: TGC AND CW SUM/ADCS (5.35, 1.50). Please renumber one of these.
的有重复的NC和DCOM管脚

Illegal character "Forward Slash(/)" found in "PCB Footprint" property for component instance C255: PG16_AC97, PG16_AC97 (226.06, 132.08)
封装命名不能包含C255“/”


(6)封装命名中不能包含“小数点”、“/”、“空格”,把空格换成下划线或删除,可以解决

(8)

#60 Warning [ALG0016] Part Name "COM_17×2_SIP17X2_COM_17×2" is renamed to "COM_172_SIP17X2_COM_172".
#61 Warning [ALG0060] No pins are present in J53. Ignoring this component in netlist.
#62 Warning [ALG0016] Part Name "1X3P,MALE,DIP_2.0_SIP3_1X3P_2.54MM" is renamed to "1X3P,MALE,DIP_2.0_SIP3_1X3P_2.5".
器件管脚不存在,有的器件做了但没放管脚,正常

WARNING: [DRC0008] Two nets in same schematic have the same name, but there is no off-page connector

个问题是信号同名,到没有用OFF-PAGE连接起来 生成网表会自动重新命名一个名字

Checking Pins and Pin Connections
ERROR: [DRC0031] Same Pin Number connected to more than one net. LED&Switch&7-Segment Disp/U17/3 Nets: '3V3' and '485_RE/DE'.
PG01_LED&Switch&7-Segment Disp, PG01_LED&Switch&7-Segment Disp (101.85, 73.66)

上面的问题是器件位号重复

Illegal character "Forward Slash(/)" found in "PCB Footprint" property for component instance U18: SCHEMATIC1, 04_STM32_C (78.74, 127.00)

当把STM32 Footprint中”/”这个字符删除时,即可正确导出网表。

对于orcad,其非法的字符有:”/”、“<”、“>”、“#”、“$”等。需要注意的是,Net、Pin、Part的命名不能含有这些非法字符,否则导出网表会出现错误。


Pin number missing from Pin "2" of Package
元件引脚没有标号。


Duplicate Pin Name "GND" found on Package
重复引脚编号








相关文档
最新文档