|
OrCAD CIS使用ICA可以在线查找众多厂商的元器件和相关的原理图,这样可以大大较少我们画原理图封装库的时间,例如NXP的LPC2131这些多引脚的封装,画起来是相当的耗时间。有了ICA的服务就相对简单多了,只要在线输入LPC2131就可查找出来它的器件的信息,包括原理图的封装和Datasheet的链接。
/ Q0 H" F. l7 i5 \ICA功能的使用方法:! z9 Q1 ^. H# V# f, L' r
" x: \- q$ @9 ^. U- e, m) R# q d4 Z$ n首先进入原理图的编辑界面,然后右击鼠标,出现“place database part”,然后会打开一个“CIS, ~! v$ o6 r0 _: Q
Explorer”窗口,在状态栏下面会有“Local part database”的选项卡,旁边会有“Internet
" p* ^. Q# N6 O# M. {Components Assistance”的选项卡,选择这个选项卡,就可以切换到ICA的功能了。% T/ s& o0 n5 t% ?. v- o4 M
如果没有显示这个选项卡,请按照我文章中的方法注册相关的dll文件即可。: B: Q8 I% y2 b: A0 Q
/ Z8 b1 Q- @: P7 J4 q$ G
但当我在OrCAD中使用ICA的时候,弹出如下提示:“ICA Warning Dialog.Class in orpiica.dll Not Registered Internet Component”.
' c' G0 _- S! J* g4 w! Q 8 k( ~5 n- C; B; U8 D9 A6 o
经过搜索,找到了官方的解答,英文原文如下:8 N* ]0 x8 b7 l$ S; I9 Q' Z
* W6 O- \* R& Z4 G1 X5 p+ v
其实关键的问题就是把以下这几个dll文件注册就行了:2 H8 {0 B" X) r7 b
· "C:\Program Files\Common Files\Orcad\CIS\orpiica.dll"
9 J# u0 Z# K" v+ V· "C:\Program Files\Common Files\Orcad\CIS\genlibcom.dll"- _% g) o; t) L- T8 P2 `$ Z
· "C:\Program Files\Common Files\Orcad\CIS\apconctl.dll"% G7 i/ t3 s3 o. |4 C/ O% _
· "C:\Program Files\Common Files\Microsoft shared\DAO\dao350.dll"
# l+ k6 `1 `% L. r- N* a只要找到这几个文件,然后右击---“Register dll”就行了。+ n+ q" I; y" {+ o% M0 Z$ l( E2 ?+ ^
: j2 o% g* }7 @) `3 ?9 { . H8 }( } i4 D o
官方原文:
+ {- f7 ~3 H( Y# J; }4 G v1 `Error while launching CIS Explorer3 d& e5 j3 z" Z& g, L: C
) N! \. w O+ L) uPROBLEM:! I$ e7 F& H* E2 s7 i
The following error message appears while launching CIS Explorer in Capture CIS: “ICA Warning Dialog.Class in orpiica.dll Not Registered Internet Component”. Why?, ]; \3 }5 P# w
, f) }3 F; a1 g) C* ]
SOLUTION:! @) p6 a* u" D B3 L8 H
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
- _7 i' t5 t) I9 H* K6 D- Oproducts. Also, this is due to improper registration of the following DLLs:+ Q: g* p4 U! b) j' p3 k
· "C:\Program Files\Common Files\Orcad\CIS\orpiica.dll") M( ~$ e# H+ e" X0 f
· "C:\Program Files\Common Files\Orcad\CIS\genlibcom.dll"
* o$ `& _& E' ~. u4 V0 y· "C:\Program Files\Common Files\Orcad\CIS\apconctl.dll"' y8 z0 b- A- s7 H% V. c0 m4 T6 o7 U @
· "C:\Program Files\Common Files\Microsoft shared\DAO\dao350.dll"3 d5 W5 j9 V! I# h' J( o H$ g
The solution is to register these DLLs. To register these DLLs, the steps are:6 t8 ^/ [: Q, Y/ N
1. Close Capture CIS.
% A5 \/ e( }" g& B2. Choose Start > Run to open the Run window.
/ k7 U' ] M0 W+ p3. Type cmd to open the command line window.
) n5 L2 z3 e6 \. P4. Go to <Install_dir>\tools\capture, where <Install_dir> is the path for the Capture CIS installation directory.//其实这里根本就找不到以上的dll文件,这是官方的失误,开始的时候我都被误导了,呵呵
3 A4 ]3 B T$ c3 t5. Type the following commands, one at a time in the command line window:
1 K4 h; j4 v% v! Zregsvr32 orpiica.dll% t& ~/ J/ r5 Q& v
regsvr32 genlibcom.dll
% |( F8 _2 @% U# T' Kregsvr32 apconctl.dll. e. @& j2 W3 d
regsvr32 DAO\dao350.dll
% C6 `: A4 K7 x" IAfter you register these DLLs, the missing ICA tab appears on the CIS Explorer window and then you can open the Active Parts website.
: w, y3 w3 I% o/ i0 a( `If you are unable to place parts from Active Parts, provide Write permissions to the installation directory.) O/ _( w& [) n' w
Document number: CIS2AB
' L/ e$ t2 {7 ]2 @3 CApplies to: CIS
, D; ^4 g8 o7 J% j" }* {Created on: 7/28/2005
4 f" S8 y6 i% B( t7 K7 I5 BLast modified: 07/28/20055 } P# q' V1 k4 y$ B# P5 Z* q
Copyright ? 2005, Cadence Design Systems, Inc.+ h8 b" L* _# y9 T
All rights reserved. |
|