2、 如何添加PCB库:
先找到以下路径:
C: 用户%用户名%AppDataLocalVirtualStoreWindowsADVPCB99SE.ini
用记事本打开,找到:
这里的Count=6 意思是说你加载了6个PCB库(如果你第一次打开这个文件,Count应该等于1)。并且下面有有一行File0=D>MSACCESS:……。
步骤一:现在复制file=0这一行的代码,然后像上图这样依次往下粘贴,并且将复制得到的file0依次改为file1,file2……。
步骤二:将复制得到的每一行后面的Advpcb.ddb$OP>$ON>PCB Footprints.lib,依次换成
GeneralIC.ddb$OP>$ON>General IC.lib,
InternationalRectifiers.ddb$OP>$ON>International Rectifiers.lib
Miscellaneous.ddb$OP>$ON>Miscellaneous.lib
Transformers.ddb$OP>$ON>Transformers.lib
Transistors.ddb$OP>$ON>Transistors.lib
即:
Count=6
File0=D>MSACCESS:$RP>D:DesignExplorer 99 SELibraryPcbGeneric Footprints$RN>Advpcb.ddb$OP>$ON>PCBFootprints.lib$ID>-1$ATTR>0$E>PCBLIB$STF>
File1=D>MSACCESS:$RP>D:DesignExplorer 99 SELibraryPcbGeneric Footprints$RN>GeneralIC.ddb$OP>$ON>General IC.lib$ID>-1$ATTR>0$E>PCBLIB$STF>
File2=D>MSACCESS:$RP>D:DesignExplorer 99 SELibraryPcbGeneric Footprints$RN>InternationalRectifiers.ddb$OP>$ON>International Rectifiers.lib$ID>-1$ATTR>0$E>PCBLIB$STF>
File3=D>MSACCESS:$RP>D:DesignExplorer 99 SELibraryPcbGenericFootprints$RN>Miscellaneous.ddb$OP>$ON>Miscellaneous.lib$ID>-1$ATTR>0$E>PCBLIB$STF>
File4=D>MSACCESS:$RP>D:DesignExplorer 99 SELibraryPcbGeneric Footprints$RN>Transformers.ddb$OP>$ON>Transformers.lib$ID>-1$ATTR>0$E>PCBLIB$STF>
File5=D>MSACCESS:$RP>D:DesignExplorer 99 SELibraryPcbGenericFootprints$RN>Transistors.ddb$OP>$ON>Transistors.lib$ID>-1$ATTR>0$E>PCBLIB$STF>
步骤三:将修改好后的整段代码复制粘贴到该文件的末尾并覆盖,即:
注意:1、在修改时,关掉Protel99se
2、如果你想添加别的PCB库,可自行修改上述库文件的目录,将库的ddb文件名和lib的文件名对应起来即可!即:
General IC.ddb$OP>$ON>General IC.lib,
InternationalRectifiers.ddb$OP>$ON>International Rectifiers.lib
3、Count的数值要对应好,不要忘了修改Count!
4、刚才讲的添加SCH的第二种方法,可以用添加PCB的方法来添加,是类似的,只需要找准路径添加即可!
C:Windows用户%用户名%AppDataLocalVirtualStoreWindowsADVSCH99SE.ini
不过不建议这样做,浪费时间。推荐用方法一!
5、网上有人说ADVSCH99SE和ADVPCB99SE可以在windows下找到,可我只找到了前者,后者就算我新建了一个pcb板,系统还是没有自动创建ADVPCB99SE。