|
OrCAD CIS使用ICA可以在线查找众多厂商的元器件和相关的原理图,这样可以大大较少我们画原理图封装库的时间,例如NXP的LPC2131这些多引脚的封装,画起来是相当的耗时间。有了ICA的服务就相对简单多了,只要在线输入LPC2131就可查找出来它的器件的信息,包括原理图的封装和Datasheet的链接。# H% a8 P$ o! @; k1 U
ICA功能的使用方法:
# g2 I7 Y9 k! B! m) W& C" A! U' g( `0 _) K% H; Q' g
首先进入原理图的编辑界面,然后右击鼠标,出现“place database part”,然后会打开一个“CIS* S/ }5 @, E9 i6 {3 ]* k) Y
Explorer”窗口,在状态栏下面会有“Local part database”的选项卡,旁边会有“Internet
. d& v' Q* L/ Y, EComponents Assistance”的选项卡,选择这个选项卡,就可以切换到ICA的功能了。$ b5 [: U+ C4 `) l9 P) m
如果没有显示这个选项卡,请按照我文章中的方法注册相关的dll文件即可。
O% \! S4 r1 X
$ T2 {; |0 Y+ f但当我在OrCAD中使用ICA的时候,弹出如下提示:“ICA Warning Dialog.Class in orpiica.dll Not Registered Internet Component”.) v6 b& Q3 V2 _7 E
( m/ D7 I% v# O3 c% m) f8 Z: |/ ^经过搜索,找到了官方的解答,英文原文如下:
" L5 F4 z2 j1 K2 J( H1 \
: [5 l5 D3 f* n6 r _3 Q其实关键的问题就是把以下这几个dll文件注册就行了:; f Y" X6 x% S( U0 H6 }4 V# [
· "C:\Program Files\Common Files\Orcad\CIS\orpiica.dll"
- T+ N( K4 Y5 {9 E- [4 E* L· "C:\Program Files\Common Files\Orcad\CIS\genlibcom.dll"; Z: x8 q* J. q
· "C:\Program Files\Common Files\Orcad\CIS\apconctl.dll"4 W4 X* P4 V% \+ P$ c8 h/ y
· "C:\Program Files\Common Files\Microsoft shared\DAO\dao350.dll"
$ p* e5 {$ t* A1 q) A; P# _只要找到这几个文件,然后右击---“Register dll”就行了。
9 s# I1 x. U, g7 k3 Y- D; j( R S5 s9 O* `# `. k
& O* g& p7 q0 P9 j# W
官方原文:# X0 k3 g6 T1 ~! }' p3 [
Error while launching CIS Explorer
7 U; s( d& j4 {5 K- ^: Z$ \
. ]6 @0 {' v6 q; UPROBLEM:) \, T; @" b% ^" B3 D6 S) R
The following error message appears while launching CIS Explorer in Capture CIS: “ICA Warning Dialog.Class in orpiica.dll Not Registered Internet Component”. Why?: ?* X8 @4 k# H# U: O
# [1 B+ l+ M# hSOLUTION:* Q. u& w# Q0 u- b1 d
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) l/ m- U4 v1 a2 z( g
products. Also, this is due to improper registration of the following DLLs:& |/ S. t3 s& X
· "C:\Program Files\Common Files\Orcad\CIS\orpiica.dll"' N+ X; X t/ C( a1 j1 u: M
· "C:\Program Files\Common Files\Orcad\CIS\genlibcom.dll"1 u; a$ \% d, A2 l7 ]
· "C:\Program Files\Common Files\Orcad\CIS\apconctl.dll"$ I7 Y* @( L) t9 W/ V
· "C:\Program Files\Common Files\Microsoft shared\DAO\dao350.dll"1 c' ^0 C$ e; z) z& \
The solution is to register these DLLs. To register these DLLs, the steps are:
1 [. |* J& |( n, D2 x( k' G: k1. Close Capture CIS./ n' I' S. R; E/ Z1 O2 [
2. Choose Start > Run to open the Run window.. i* T% J6 e5 z' h, A
3. Type cmd to open the command line window.
! L/ Q& j0 B% ` ~) R! R5 V( R5 J4 k4. Go to <Install_dir>\tools\capture, where <Install_dir> is the path for the Capture CIS installation directory.//其实这里根本就找不到以上的dll文件,这是官方的失误,开始的时候我都被误导了,呵呵
& {' c. P4 J$ I/ S) L0 R& G5. Type the following commands, one at a time in the command line window:
/ l" `* ]& S' i4 X2 sregsvr32 orpiica.dll
5 D* q+ |9 A( i/ n: j& v: [regsvr32 genlibcom.dll
; N( R( R# y; v0 D2 lregsvr32 apconctl.dll
( V& D9 ^, U, S$ u) n2 P+ |regsvr32 DAO\dao350.dll/ i% o* Y: ^, J9 E" Z
After you register these DLLs, the missing ICA tab appears on the CIS Explorer window and then you can open the Active Parts website.' ^( l. c. O3 q3 y" h
If you are unable to place parts from Active Parts, provide Write permissions to the installation directory.
& z. }8 c3 x& B0 q; S. LDocument number: CIS2AB* N- ^0 G9 G$ _- h7 m
Applies to: CIS4 u: s9 J, j I( M2 q3 h
Created on: 7/28/2005+ P) b$ q# B+ \: `4 G l7 _
Last modified: 07/28/20055 e! C2 A; R1 m/ R O
Copyright ? 2005, Cadence Design Systems, Inc.! f9 \: W4 y0 l+ {! i$ u
All rights reserved. |
|