|
OrCAD CIS使用ICA可以在线查找众多厂商的元器件和相关的原理图,这样可以大大较少我们画原理图封装库的时间,例如NXP的LPC2131这些多引脚的封装,画起来是相当的耗时间。有了ICA的服务就相对简单多了,只要在线输入LPC2131就可查找出来它的器件的信息,包括原理图的封装和Datasheet的链接。
/ q u5 `8 @- w8 O' P: FICA功能的使用方法:: p2 Q2 i# c ^6 z1 c
3 r) k" R+ U t3 R3 B# N+ g6 V J/ T
首先进入原理图的编辑界面,然后右击鼠标,出现“place database part”,然后会打开一个“CIS
4 `3 o! m. q3 CExplorer”窗口,在状态栏下面会有“Local part database”的选项卡,旁边会有“Internet
0 C/ Q2 F3 X- w0 e# jComponents Assistance”的选项卡,选择这个选项卡,就可以切换到ICA的功能了。
6 U; }; R3 R/ V p: e9 k$ l& m如果没有显示这个选项卡,请按照我文章中的方法注册相关的dll文件即可。6 x( u5 y. `: C' Z. L
, i. ~3 f( @7 m7 w0 d. y; U3 G4 B
但当我在OrCAD中使用ICA的时候,弹出如下提示:“ICA Warning Dialog.Class in orpiica.dll Not Registered Internet Component”.
4 Q2 N6 M- ^1 o" u: X
) |/ X( T! E$ H# `3 h# `! k经过搜索,找到了官方的解答,英文原文如下:( }/ b; s$ e' A: W0 ~! z7 `
- _- c- J( ?2 O5 t8 l e, v
其实关键的问题就是把以下这几个dll文件注册就行了:
( @$ i3 ^8 G4 m; b· "C:\Program Files\Common Files\Orcad\CIS\orpiica.dll"( U4 A5 P3 {3 h2 X/ b, U
· "C:\Program Files\Common Files\Orcad\CIS\genlibcom.dll"
5 \( P+ j1 i/ h& W3 O& ~* E· "C:\Program Files\Common Files\Orcad\CIS\apconctl.dll"7 C* R6 B- U" n. Q
· "C:\Program Files\Common Files\Microsoft shared\DAO\dao350.dll"; T% c$ b d' @2 |; P
只要找到这几个文件,然后右击---“Register dll”就行了。4 b, v V) R# r8 K
/ c6 A5 a# A. ]2 t
. E$ d' p1 d% y% l2 J
官方原文:
7 U9 \1 j3 y" C# R, TError while launching CIS Explorer3 G. p _+ A" f1 j7 v: W3 H' |
$ C; \& ]/ A V9 a
PROBLEM:
7 U, g( w n- YThe following error message appears while launching CIS Explorer in Capture CIS: “ICA Warning Dialog.Class in orpiica.dll Not Registered Internet Component”. Why?
0 r, T- G/ C! i
2 H9 P( R2 F, [SOLUTION:( U3 }( b, F6 ]. ^
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 a3 M7 F" `: ?9 e+ U7 |products. Also, this is due to improper registration of the following DLLs:' [9 `4 S$ W# a) K8 C) \0 L& C H
· "C:\Program Files\Common Files\Orcad\CIS\orpiica.dll" \) w+ W- G2 _9 w& w. F9 s
· "C:\Program Files\Common Files\Orcad\CIS\genlibcom.dll"
$ I- j _- l: U- w* r- _· "C:\Program Files\Common Files\Orcad\CIS\apconctl.dll"
9 U( ]# l' b8 ]) @, k0 }· "C:\Program Files\Common Files\Microsoft shared\DAO\dao350.dll"* `1 O8 p; w! V9 z! c
The solution is to register these DLLs. To register these DLLs, the steps are:; v, D( V7 d. s5 C0 U
1. Close Capture CIS.0 f2 s. F! o. M
2. Choose Start > Run to open the Run window.
: o# i9 D- ?: [5 ]3. Type cmd to open the command line window.
- P; Q! A# [3 m+ J2 C% S8 d9 p4. Go to <Install_dir>\tools\capture, where <Install_dir> is the path for the Capture CIS installation directory.//其实这里根本就找不到以上的dll文件,这是官方的失误,开始的时候我都被误导了,呵呵
! O M, ]' \4 A/ n" \% Z3 G5. Type the following commands, one at a time in the command line window:5 M% u, z ?# f7 j- R
regsvr32 orpiica.dll
3 e9 K( h: L$ f* fregsvr32 genlibcom.dll" x/ O7 J2 G4 L* ?, a1 I) w7 a
regsvr32 apconctl.dll4 A6 L1 A5 G# R8 u
regsvr32 DAO\dao350.dll- ]9 J9 @: ~4 t: e6 x
After you register these DLLs, the missing ICA tab appears on the CIS Explorer window and then you can open the Active Parts website.
% r6 m6 r* L7 z1 k/ }5 t4 jIf you are unable to place parts from Active Parts, provide Write permissions to the installation directory.' z! o7 T) ~ Z8 v0 {
Document number: CIS2AB
3 u: y6 ]: Z* k. TApplies to: CIS2 X6 e7 ^% \3 v! f8 Y$ J+ S8 ?
Created on: 7/28/2005 R c2 S! w/ V2 \0 k
Last modified: 07/28/2005
9 P4 `7 I" a. C3 d' S3 }0 VCopyright ? 2005, Cadence Design Systems, Inc.+ Y' f, a/ k! K/ n7 n7 f; ]
All rights reserved. |
|