|
|
OrCAD CIS使用ICA可以在线查找众多厂商的元器件和相关的原理图,这样可以大大较少我们画原理图封装库的时间,例如NXP的LPC2131这些多引脚的封装,画起来是相当的耗时间。有了ICA的服务就相对简单多了,只要在线输入LPC2131就可查找出来它的器件的信息,包括原理图的封装和Datasheet的链接。
: r! b3 ?$ } }' g2 d n, l# PICA功能的使用方法:
$ V8 G3 C% \4 Z0 X$ S: V# Q7 z5 v
( h2 R f# G: T& c首先进入原理图的编辑界面,然后右击鼠标,出现“place database part”,然后会打开一个“CIS
& U5 q3 d& ~. L9 z* v" UExplorer”窗口,在状态栏下面会有“Local part database”的选项卡,旁边会有“Internet
0 N' L% Q$ O6 c4 T" O3 G6 ~ v6 T2 LComponents Assistance”的选项卡,选择这个选项卡,就可以切换到ICA的功能了。
: T: e: N4 I" `' ?# w, U: f如果没有显示这个选项卡,请按照我文章中的方法注册相关的dll文件即可。
# j4 L$ z& {+ T* G7 S* ]1 P
1 m! u+ A. H. B但当我在OrCAD中使用ICA的时候,弹出如下提示:“ICA Warning Dialog.Class in orpiica.dll Not Registered Internet Component”.
2 W/ B! h* N3 m0 A/ S- T/ j# U / Q# J* j3 g' E% k" _' N2 O0 M
经过搜索,找到了官方的解答,英文原文如下:$ S s2 w. v+ E
; q7 n$ U) D+ J. j其实关键的问题就是把以下这几个dll文件注册就行了:
9 p0 E1 y* B# L, |, N% o· "C:\Program Files\Common Files\Orcad\CIS\orpiica.dll"
4 o' L, D. U, U, H& ~· "C:\Program Files\Common Files\Orcad\CIS\genlibcom.dll"
, R8 d+ }, r! Q% T# s. U; b· "C:\Program Files\Common Files\Orcad\CIS\apconctl.dll"+ ~- ?2 L, k4 T
· "C:\Program Files\Common Files\Microsoft shared\DAO\dao350.dll"
- } R' }5 N! N1 u! D) q0 O/ Z3 d只要找到这几个文件,然后右击---“Register dll”就行了。3 B- S2 ]; C% i7 J9 v& I9 a
6 ^9 M( ~. O3 T7 u( a* {
' A: i' `4 j) k/ Z l/ |3 s0 `% v官方原文:
- l0 w8 v. l& qError while launching CIS Explorer
0 ]+ ]1 T$ x4 l, b$ M
% }" q. k, N' nPROBLEM:* B' h$ ~& d5 {6 {) m" n7 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?
! O! e" E7 ^2 @; G5 i$ r0 `& A! o5 V5 K/ l: Q
SOLUTION:
/ v6 P& n- x# p) E+ A) v/ yThis 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
- \: q3 u& D) T- f: B) M" w9 Wproducts. Also, this is due to improper registration of the following DLLs:1 l. P% b, j3 ^- s s6 {8 D
· "C:\Program Files\Common Files\Orcad\CIS\orpiica.dll") ^; ~# f: Z; p* {' \
· "C:\Program Files\Common Files\Orcad\CIS\genlibcom.dll"
. s, _8 p. B8 Y· "C:\Program Files\Common Files\Orcad\CIS\apconctl.dll": `* ^ ]( W# W Y: u5 X1 o
· "C:\Program Files\Common Files\Microsoft shared\DAO\dao350.dll"; L6 o+ ?; |8 r7 [/ M b% E5 ? }
The solution is to register these DLLs. To register these DLLs, the steps are:+ Y1 i4 _8 {/ |) |/ Y( N( Y
1. Close Capture CIS.$ y2 M2 b6 U3 u& O% P) Y" h
2. Choose Start > Run to open the Run window.
' J8 c, o. V* H' A; t6 t3 q) z+ b3. Type cmd to open the command line window.
+ e1 O+ V7 i; j( f. ^* n' w) i/ t4. Go to <Install_dir>\tools\capture, where <Install_dir> is the path for the Capture CIS installation directory.//其实这里根本就找不到以上的dll文件,这是官方的失误,开始的时候我都被误导了,呵呵" i9 {* p$ K% e0 ~( r9 C2 Z
5. Type the following commands, one at a time in the command line window:
y+ a3 Y. E9 D- I4 A" ]regsvr32 orpiica.dll
9 W v7 ^, I3 V o% tregsvr32 genlibcom.dll/ I7 ~. u9 R J/ K* V
regsvr32 apconctl.dll
/ r: ]4 H! L4 |) @& L. Rregsvr32 DAO\dao350.dll5 b% V3 @3 C u& Q
After you register these DLLs, the missing ICA tab appears on the CIS Explorer window and then you can open the Active Parts website.5 l" z8 u$ _( [0 i
If you are unable to place parts from Active Parts, provide Write permissions to the installation directory.
) v- F8 @0 a" ^, L( F' V9 DDocument number: CIS2AB! |; c3 E' Y& H5 W! V. f8 N& U- G; h
Applies to: CIS, |8 g4 P% Z! K, i, z5 a d# g
Created on: 7/28/2005
& B* }' |2 S/ x; ?8 A/ aLast modified: 07/28/20050 T1 e$ k, [" c' f$ d' a& V
Copyright ? 2005, Cadence Design Systems, Inc.
; m. X: ^# B* _+ _: s/ ^All rights reserved. |
|