|
OrCAD CIS使用ICA可以在线查找众多厂商的元器件和相关的原理图,这样可以大大较少我们画原理图封装库的时间,例如NXP的LPC2131这些多引脚的封装,画起来是相当的耗时间。有了ICA的服务就相对简单多了,只要在线输入LPC2131就可查找出来它的器件的信息,包括原理图的封装和Datasheet的链接。7 }# [; S" l: ~3 P0 \
ICA功能的使用方法:
2 x& a; G; J" T4 w$ O& w+ _" M1 n; {) ]" {
首先进入原理图的编辑界面,然后右击鼠标,出现“place database part”,然后会打开一个“CIS
7 f M- [& y" c; b4 g7 ~# YExplorer”窗口,在状态栏下面会有“Local part database”的选项卡,旁边会有“Internet
) Z. i7 k: u; G* g c7 fComponents Assistance”的选项卡,选择这个选项卡,就可以切换到ICA的功能了。. H4 r5 g. Q# ~; R5 d8 i9 Z
如果没有显示这个选项卡,请按照我文章中的方法注册相关的dll文件即可。( H1 N( Q1 g- t9 N9 d3 W
. P) I% h- `' r+ [ ?: }, d
但当我在OrCAD中使用ICA的时候,弹出如下提示:“ICA Warning Dialog.Class in orpiica.dll Not Registered Internet Component”.
s x* ~& M6 T9 |$ o * c8 `3 r Q; N: ^( L+ H0 j
经过搜索,找到了官方的解答,英文原文如下:$ o4 y; ?% r' ]; o
5 d) z; H( ^. v5 _) K, i
其实关键的问题就是把以下这几个dll文件注册就行了: Y( X+ P, q' c7 o6 O
· "C:\Program Files\Common Files\Orcad\CIS\orpiica.dll"
4 W/ y; W- \6 D' c) [: u) l: e2 Z· "C:\Program Files\Common Files\Orcad\CIS\genlibcom.dll"
$ W. c/ T* t6 F+ ~- S· "C:\Program Files\Common Files\Orcad\CIS\apconctl.dll"
$ r, p4 r" p+ C* Z# h1 O, O· "C:\Program Files\Common Files\Microsoft shared\DAO\dao350.dll"
% D4 K1 f2 `8 {4 m H只要找到这几个文件,然后右击---“Register dll”就行了。
6 S( E: `4 U$ N- s! C! z 8 b: `9 C# M' h0 {/ \+ L' [
- ^3 y% i9 V, Z, w* J
官方原文:3 z( R6 |: t0 l7 l. C
Error while launching CIS Explorer& D) _2 p1 a/ O8 O7 P. k
( U, w) @; ?9 z$ |4 X2 DPROBLEM:
. u# n! I$ X* @The following error message appears while launching CIS Explorer in Capture CIS: “ICA Warning Dialog.Class in orpiica.dll Not Registered Internet Component”. Why?
5 e5 I$ K. X9 k2 K$ v1 C0 T) f8 a- W* r$ ?
SOLUTION:/ F1 \( {" ?( r
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
2 r; i; \ U4 H+ Y' v" W$ @# eproducts. Also, this is due to improper registration of the following DLLs:- y- ~( _( t( P% C, a
· "C:\Program Files\Common Files\Orcad\CIS\orpiica.dll"0 t1 Y/ C A# ?& \
· "C:\Program Files\Common Files\Orcad\CIS\genlibcom.dll": X6 Q8 t8 H" A4 @0 M5 V
· "C:\Program Files\Common Files\Orcad\CIS\apconctl.dll"
! z; i, i e3 V$ j+ i; b8 d· "C:\Program Files\Common Files\Microsoft shared\DAO\dao350.dll"/ o9 w/ I2 f/ }: t8 Y: u% \. F# B
The solution is to register these DLLs. To register these DLLs, the steps are:
: \/ T% b( R3 L- I1. Close Capture CIS.
* a$ q0 G- z3 _; t; d/ C6 I2. Choose Start > Run to open the Run window.
' ?! b3 G: i- ~+ [* L3. Type cmd to open the command line window.
( I) k |% m7 {7 r1 u' |3 C) |4. Go to <Install_dir>\tools\capture, where <Install_dir> is the path for the Capture CIS installation directory.//其实这里根本就找不到以上的dll文件,这是官方的失误,开始的时候我都被误导了,呵呵
( I& j# O! e y5 y5. Type the following commands, one at a time in the command line window:
3 q/ s+ b. |5 g' t% t+ x3 F# Cregsvr32 orpiica.dll
7 U' E: Q5 n" o: Bregsvr32 genlibcom.dll
( W! Q/ C* Z# F1 P7 G7 |1 _7 Wregsvr32 apconctl.dll* d4 N) P) d) r! O
regsvr32 DAO\dao350.dll
% P2 l0 s E% X: d$ pAfter you register these DLLs, the missing ICA tab appears on the CIS Explorer window and then you can open the Active Parts website.
, }) e! B' G' BIf you are unable to place parts from Active Parts, provide Write permissions to the installation directory.7 ?3 H2 M/ s1 z' B1 x7 O
Document number: CIS2AB/ g$ Z& o. @( n5 r
Applies to: CIS
( L. A- G: Y/ K! e9 d2 HCreated on: 7/28/2005# i) Z/ L% R3 I; ]
Last modified: 07/28/2005) v& r" E, P* O. R) W9 O
Copyright ? 2005, Cadence Design Systems, Inc.. y% C6 f( L! S9 K
All rights reserved. |
|