|
OrCAD CIS使用ICA可以在线查找众多厂商的元器件和相关的原理图,这样可以大大较少我们画原理图封装库的时间,例如NXP的LPC2131这些多引脚的封装,画起来是相当的耗时间。有了ICA的服务就相对简单多了,只要在线输入LPC2131就可查找出来它的器件的信息,包括原理图的封装和Datasheet的链接。
8 _: a& l8 V1 i) z# L: eICA功能的使用方法:$ y4 b& z- G8 }" i, W: J
+ P, Q9 o7 {5 P. H' ~8 P
首先进入原理图的编辑界面,然后右击鼠标,出现“place database part”,然后会打开一个“CIS) M% d. s3 ^. ^* j* o9 X
Explorer”窗口,在状态栏下面会有“Local part database”的选项卡,旁边会有“Internet+ A( p7 ~' f( t- M
Components Assistance”的选项卡,选择这个选项卡,就可以切换到ICA的功能了。$ T2 X& p& Y& }, H: x
如果没有显示这个选项卡,请按照我文章中的方法注册相关的dll文件即可。
( X6 u7 }. s9 ]; G" ~( V9 ~2 w: w" N& S1 m
但当我在OrCAD中使用ICA的时候,弹出如下提示:“ICA Warning Dialog.Class in orpiica.dll Not Registered Internet Component”.
, \6 m. w7 }) \; _ * h5 b! l+ y: q' h* f( @. u
经过搜索,找到了官方的解答,英文原文如下:
( M0 ]& S+ A2 p- f* x 7 `6 ?2 I6 l9 w; m5 B8 H8 T& f
其实关键的问题就是把以下这几个dll文件注册就行了:
" Y. N$ N0 ^' H% _. s2 ~4 c· "C:\Program Files\Common Files\Orcad\CIS\orpiica.dll"
; n3 S2 ] [" S9 e· "C:\Program Files\Common Files\Orcad\CIS\genlibcom.dll"
6 b/ ~' z) [$ A7 t+ J( r· "C:\Program Files\Common Files\Orcad\CIS\apconctl.dll"1 l* Y+ J) Z D) \
· "C:\Program Files\Common Files\Microsoft shared\DAO\dao350.dll"
+ q! e8 } c! Q, ~. p, a2 [只要找到这几个文件,然后右击---“Register dll”就行了。5 v. T9 v) x# H$ O8 w. E$ n9 c
" S: n0 c1 b3 O4 c ^3 Z- ? ) _/ v9 j/ Z- l& r, \2 J% f
官方原文:% s( |) s( e1 n# F8 l8 |- ~
Error while launching CIS Explorer
3 C% M. I( c; m3 l4 z1 w8 u7 c; Y: H+ f1 n, K9 z5 t3 T# y4 s# E
PROBLEM:
% t! ]: z( [( \The following error message appears while launching CIS Explorer in Capture CIS: “ICA Warning Dialog.Class in orpiica.dll Not Registered Internet Component”. Why?
. z2 i6 t6 {9 _0 z# k# Q0 p/ c. M4 N6 K
SOLUTION:
1 Y; X. z/ J e4 rThis 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" _5 X, w L- i, A& c# o* Iproducts. Also, this is due to improper registration of the following DLLs:
/ j* A# v. j e· "C:\Program Files\Common Files\Orcad\CIS\orpiica.dll"5 c; q$ e1 E+ D: }+ g) |2 Z9 t5 {
· "C:\Program Files\Common Files\Orcad\CIS\genlibcom.dll"3 Z, N4 _! v, c1 O
· "C:\Program Files\Common Files\Orcad\CIS\apconctl.dll"5 g% G* q% M9 ~6 j; k4 A
· "C:\Program Files\Common Files\Microsoft shared\DAO\dao350.dll"1 h9 T8 N3 y/ V9 N" P
The solution is to register these DLLs. To register these DLLs, the steps are:$ m- r5 r2 s4 F- ]
1. Close Capture CIS.
& M8 N/ j" R$ [7 o6 i2. Choose Start > Run to open the Run window.
' _* ~: v3 D6 @+ N+ l/ ~1 y3. Type cmd to open the command line window.
' }8 J) x1 s5 j5 G4. Go to <Install_dir>\tools\capture, where <Install_dir> is the path for the Capture CIS installation directory.//其实这里根本就找不到以上的dll文件,这是官方的失误,开始的时候我都被误导了,呵呵
, Y6 A( v# Q' o+ @6 [" ~: w: v5. Type the following commands, one at a time in the command line window:5 c) u( H' [9 U3 Y) q5 k' D' E
regsvr32 orpiica.dll
4 H8 y6 M5 q( ^% r, Jregsvr32 genlibcom.dll
W. ?0 i6 ]2 X. O6 v% Qregsvr32 apconctl.dll
% q, c. u R5 h* H* ~1 f3 X! V1 dregsvr32 DAO\dao350.dll
6 m5 R& o) s1 h; l" bAfter you register these DLLs, the missing ICA tab appears on the CIS Explorer window and then you can open the Active Parts website.7 Y+ o7 w. ]8 |+ H) O
If you are unable to place parts from Active Parts, provide Write permissions to the installation directory.$ T6 I1 s8 c/ o
Document number: CIS2AB4 r. Z" K9 H: A6 s1 h g* V" ^
Applies to: CIS
+ b2 Y' O( o9 @/ P) A( gCreated on: 7/28/2005
8 {9 @9 U8 C/ YLast modified: 07/28/20059 o7 {9 j, z5 B" @' N+ \3 O$ b
Copyright ? 2005, Cadence Design Systems, Inc.( K1 q, E& F4 W* p# z0 Z: x
All rights reserved. |
|