|
|
OrCAD CIS使用ICA可以在线查找众多厂商的元器件和相关的原理图,这样可以大大较少我们画原理图封装库的时间,例如NXP的LPC2131这些多引脚的封装,画起来是相当的耗时间。有了ICA的服务就相对简单多了,只要在线输入LPC2131就可查找出来它的器件的信息,包括原理图的封装和Datasheet的链接。
1 l( M, }3 H# f$ F& n8 H) p$ ?ICA功能的使用方法:
6 o1 I+ y$ i; G9 |( n" G! b5 I4 k! m
首先进入原理图的编辑界面,然后右击鼠标,出现“place database part”,然后会打开一个“CIS
8 B3 w) ^# C- NExplorer”窗口,在状态栏下面会有“Local part database”的选项卡,旁边会有“Internet
% Y' N1 R6 L2 N& sComponents Assistance”的选项卡,选择这个选项卡,就可以切换到ICA的功能了。; U6 d) p; `* B7 f& p3 g3 _
如果没有显示这个选项卡,请按照我文章中的方法注册相关的dll文件即可。
8 V/ h, q$ U0 Y4 v9 Q+ x1 x& o1 M3 \
但当我在OrCAD中使用ICA的时候,弹出如下提示:“ICA Warning Dialog.Class in orpiica.dll Not Registered Internet Component”.2 e6 B8 g- s7 q& { I
- h5 x h; p( i4 X& {+ M! z5 J经过搜索,找到了官方的解答,英文原文如下:: s$ X0 f2 m6 H! P4 ` Y/ q
+ t; t) r) s* |0 _; s% d! }" P
其实关键的问题就是把以下这几个dll文件注册就行了:- l6 U- K% m2 e' R0 |
· "C:\Program Files\Common Files\Orcad\CIS\orpiica.dll"9 ^9 n% s% H% R, u5 X/ _3 [
· "C:\Program Files\Common Files\Orcad\CIS\genlibcom.dll"
0 u- z% F" @( [) n/ v' p# b! F· "C:\Program Files\Common Files\Orcad\CIS\apconctl.dll"
' k j/ ]5 d! l3 \% F' e! n· "C:\Program Files\Common Files\Microsoft shared\DAO\dao350.dll"% u8 ]) W g1 p# p7 c
只要找到这几个文件,然后右击---“Register dll”就行了。+ G$ N+ m1 j$ a% W0 Y/ B7 c! v
* w0 P2 g- d6 C! a+ B! N6 p* ^
+ R; C& J! u! M: @; Q* e官方原文:$ N8 n: L/ x( ]/ G8 q. O
Error while launching CIS Explorer
8 u. p4 E* g+ J5 j J! a# m) [" R; [0 u) d
PROBLEM:, U7 k: F& y8 u- U- i% W2 z5 m( c
The following error message appears while launching CIS Explorer in Capture CIS: “ICA Warning Dialog.Class in orpiica.dll Not Registered Internet Component”. Why?/ I( _4 l& s$ s$ S8 `. Y8 u5 s: b% u
, s+ o9 P/ w0 W* k0 f# {+ t
SOLUTION:9 n! C7 q3 e( W
This error message appears, if you install the OrCAD 10.3 software on a freshly formatted Windows XP/2000 machine, which does not have a previous installation of any of the OrCAD
+ C- W X- X( K! s+ dproducts. Also, this is due to improper registration of the following DLLs:
- ^4 c! o! w9 r' ~! u4 u7 x% A7 M' ?4 _· "C:\Program Files\Common Files\Orcad\CIS\orpiica.dll"% S- w1 }3 U& v9 J" B
· "C:\Program Files\Common Files\Orcad\CIS\genlibcom.dll"- @1 f) \* @- r! F% [
· "C:\Program Files\Common Files\Orcad\CIS\apconctl.dll"2 F4 t. y9 q' n: m# d
· "C:\Program Files\Common Files\Microsoft shared\DAO\dao350.dll"
$ V9 }. M) q% _& K( mThe solution is to register these DLLs. To register these DLLs, the steps are:: V/ w# |3 v8 ^' L: p
1. Close Capture CIS.
; q+ C( H4 S+ Q8 D6 _2. Choose Start > Run to open the Run window.
/ W8 M6 Z& O0 X" n1 S3. Type cmd to open the command line window.( b, ?* n' m% Z
4. Go to <Install_dir>\tools\capture, where <Install_dir> is the path for the Capture CIS installation directory.//其实这里根本就找不到以上的dll文件,这是官方的失误,开始的时候我都被误导了,呵呵
) t& ?: g* R8 Y; A5. Type the following commands, one at a time in the command line window:
% w6 M) M% }5 Eregsvr32 orpiica.dll/ i) P9 w- J7 u+ h7 b
regsvr32 genlibcom.dll3 B$ C! n6 ?9 E: T6 a; [
regsvr32 apconctl.dll
% n$ I" h# G7 uregsvr32 DAO\dao350.dll; e Z. ^) v" [
After you register these DLLs, the missing ICA tab appears on the CIS Explorer window and then you can open the Active Parts website.
2 ]! O* v# {- t2 fIf you are unable to place parts from Active Parts, provide Write permissions to the installation directory., |# y& W/ `9 t- x& w3 T" j
Document number: CIS2AB
4 Q1 V0 o+ Z3 O9 x. ~4 v! EApplies to: CIS
& E" A9 s+ y% D) h% Q* j) rCreated on: 7/28/2005
6 Y+ k x3 r% @Last modified: 07/28/2005; U* q* n8 G7 }4 r& S
Copyright ? 2005, Cadence Design Systems, Inc.
& v; j" k* `" V) RAll rights reserved. |
|