cadence orcad cis 数据库放元件时出错OrCAD CIS使用ICA可以在线查找众多厂商的元器件和相关的原理图,这样可以大大较少我们画原理图封装库的时间,例如NXP的LPC2131这些多引脚的封装,画起来是相当的耗时间。有了ICA的服务就相对简单多了,只要在线输入LPC2131就可查找出来它的器件的信息,包括原理图的封装和Datasheet的链接。
ICA功能的使用方法:
首先进入原理图的编辑界面,然后右击鼠标,出现“place database part”,然后会打开一个“CIS
Explorer”窗口,在状态栏下面会有“Local part database”的选项卡,旁边会有“Internet
Components Assistance”的选项卡,选择这个选项卡,就可以切换到ICA的功能了。
如果没有显示这个选项卡,请按照我文章中的方法注册相关的dll文件即可。
但当我在OrCAD中使用ICA的时候,弹出如下提示:“ICA Warning Dialog.Class in orpiica.dll Not Registered Internet Component”.
经过搜索,找到了官方的解答,英文原文如下:
其实关键的问题就是把以下这几个dll文件注册就行了:
· "C:Program FilesCommon FilesOrcadCISorpiica.dll"
· "C:Program FilesCommon FilesOrcadCISgenlibcom.dll"
· "C:Program FilesCommon FilesOrcadCISapconctl.dll"
· "C:Program FilesCommon FilesMicrosoft sharedDAOdao350.dll"
只要找到这几个文件,然后右击---“Register dll”就行了。
官方原文:
Error while launching CIS Explorer
PROBLEM:
The following error message appears while launching CIS Explorer in Capture CIS: “ICA Warning Dialog.Class in orpiica.dll Not Registered Internet Component”. Why?
SOLUTION:
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
products. Also, this is due to improper registration of the following DLLs:
· "C:Program FilesCommon FilesOrcadCISorpiica.dll"
· "C:Program FilesCommon FilesOrcadCISgenlibcom.dll"
· "C:Program FilesCommon FilesOrcadCISapconctl.dll"
· "C:Program FilesCommon FilesMicrosoft sharedDAOdao350.dll"
The solution is to register these DLLs. To register these DLLs, the steps are:
1. Close Capture CIS.
2. Choose Start > Run to open the Run window.
3. Type cmd to open the command line window.
4. Go to
oolscapture, where is the path for the Capture CIS installation directory.//其实这里根本就找不到以上的dll文件,这是官方的失误,开始的时候我都被误导了,呵呵
5. Type the following commands, one at a time in the command line window:
regsvr32 orpiica.dll
regsvr32 genlibcom.dll
regsvr32 apconctl.dll
regsvr32 DAOdao350.dll
After you register these DLLs, the missing ICA tab appears on the CIS Explorer window and then you can open the Active Parts website.
If you are unable to place parts from Active Parts, provide Write permissions to the installation directory.
Document number: CIS2AB
Applies to: CIS
Created on: 7/28/2005
Last modified: 07/28/2005
Copyright ? 2005, Cadence Design Systems, Inc.
All rights reserved.
cadence allegro 15.5里面怎样更改原理图的模板 De...
你们都没有回答到楼主的问题,请按照下面步骤:
1,打开或新建立一个olb,方法是file-->new --->libray (有常用的olb库就直接打开),比如我建立了一个libray2.olb
2,打开libray2.olb后libray树目录下面会有libray2.olb这个目录,右键点libray2.olb,选择new symbol.然后你可以看到一个对话框,见图,然后选择Title Block.
接下来的不用我说了吧,尽情发挥吧,把公司LOGO,你的果照放进去都可以,用的时候当一个零件调用就可以了。
08-美式欧式铁艺吊灯
如何将CADENCE CONCEPT HDL画的原理图转成ORCAD CA...
1)打开library explorer
2)建议一个工程,工作目录自己决定,然后关闭工程。
3)在工程目录下,打开cds.lib文件,修改其中内容,增加蓝色类似行
其中XXX_poweric等为原HDL库
DEFINE lib_lib worklib
define XXX_poweric E:XXX_projarchive_libsXXX_poweric
define XXX_connector E:XXX_projarchive_libsXXX_connector
.......
加全所有archive_libs目录下库类别
4)重新打开第2步关闭的工程,可以看到要修改的库已在左边栏列出了。
5)在library explorer中Click上导出的器件
6)器件上right click,选择part developer
7)然后在part developer中,选择file菜单中的import and export
选择导出类型为capture part即可。