zoukankan      html  css  js  c++  java
  • 【原创】使用Ultra Librarian为Altium Designer 09生成元器件库

    参考:
     http://liyuconan.blog.163.com/blog/static/21541905320133445138423/   

    在下载datasheet的时候在TI网址上看到Ultra Librarian,颇为震惊(我是新手),现使用如下:

          首先在相关网站上下载所需的元器件的原理图符号和PCB封装的文件,例如ADI公司的文件格式是*.BXL格式的。我们以ADI公司的ADC芯片AD9265为例,说明导入过程。

    使用Ultra Librarian为Altium Designer 10生成元器件库 - 狂魔乱舞 - 狂魔乱舞的博客

          打开Ultra Librarian程序,如下图所示。

    使用Ultra Librarian为Altium Designer 10生成元器件库 - 狂魔乱舞 - 狂魔乱舞的博客

    程序窗口分为三个窗口:左边为器件的PCB预览图,右边为器件的原理图预览图,中间为主程序。

          首先,在主程序窗口的Step 1栏,选择Load Data。导入所需的BXL文件。

          其次,在Step 2 中,选择画PCB的EDA软件。我用的是Altium Designer 09。因此勾选"Altium Designer"。

          最后 ,选择Step 3,导出数据即可。数据导出成功之后,会自动弹出一个日志文件Log.txt,告知进一步的操作。

    使用Ultra Librarian为Altium Designer 10生成元器件库 - 狂魔乱舞 - 狂魔乱舞的博客

          所有有用的数据会在Ultra Librarian的安装文件夹下的LibraryExportedAltium中存在。

    使用Ultra Librarian为Altium Designer 10生成元器件库 - 狂魔乱舞 - 狂魔乱舞的博客

          如下图,就是所有用的文件。

    使用Ultra Librarian为Altium Designer 10生成元器件库 - 狂魔乱舞 - 狂魔乱舞的博客

           打开Altium Designer软件,在程序的左上角的File栏选择Open Project,按照文件夹路径找到UL_Import.PrjScr,打开它。结果如下:

    使用Ultra Librarian为Altium Designer 10生成元器件库 - 狂魔乱舞 - 狂魔乱舞的博客

           在Projects栏下,双击“UL_Form.pas”打开它,如下

    使用Ultra Librarian为Altium Designer 10生成元器件库 - 狂魔乱舞 - 狂魔乱舞的博客

    点击Run-Run栏,运行该文件,弹出如下对话框

    使用Ultra Librarian为Altium Designer 10生成元器件库 - 狂魔乱舞 - 狂魔乱舞的博客

         选中“UL_Import.pas”,然后点击OK      //原作者这里错了,应该选择“UL_Form.pas”

    此处参考自Ultra Librarian生成的txt文档:

    1. After running the Ultra Librarian export for the first time,
    you will need to copy the following files into an area where
    they can be accessed for all future translations.  They are script
    files that Altium will need to be able to find.
        a. UL_Form.dfm
        b. UL_Form.pas
        c. UL_Import.pas
        d. UL_Import.prjScr
       
    2. The above script file will need to be run from within Altium.
    This can be done by going to File, Open and selecting the
    UL_Import.PrjScr file stored above.

    3. Select the UL_Form.pas file form the new project that has loaded,
    and then select runfrom the drop down menu.  You will need to select
    the form again. Run the form.

    3. When the script is run, it will ask you for the file name of the
    Ultra Librarian file to run.  You should select the latest file
    produced with a date code (for instance 2010-02-17_23-12-34.txt).

    4. The script will open a new Integraged Library project and import
    the Ultra Librarian data into it.  When complete a message box
    will pop up saying that import is done.

    For additional information, please visit this site:
    http://www.accelerated-designs.com/help/Altium_import.html

    For a video tutorial, please visit:
    http://youtu.be/pih50yx9HYU

         弹出如下对话框,点击“File”,在所在的文件夹中,选择一个以日期时间为名称的txt文件,例如2013-04-04_17-01-38.txt。然后点击“Start Import”。

    使用Ultra Librarian为Altium Designer 10生成元器件库 - 狂魔乱舞 - 狂魔乱舞的博客

    使用Ultra Librarian为Altium Designer 10生成元器件库 - 狂魔乱舞 - 狂魔乱舞的博客

    之后,AD09会自动生成一个元器件库。以*.Libpkg为扩展名的。至此就完成了器件库的生成。

    使用Ultra Librarian为Altium Designer 10生成元器件库 - 狂魔乱舞 - 狂魔乱舞的博客

  • 相关阅读:
    CAFFE安装(3):cuDNN v4
    监测查询性能(1)
    SQL Server 中的三种分页方式
    使用DBCC SHOW_STATISTICS展示索引的统计信息
    查询表的分配单元数据
    Node.js中的事件
    node-mysql中的连接池代码学习
    Excel动态生成JSON
    使用SignalR实现比特币价格实时刷新
    使用Async同步执行异步函数
  • 原文地址:https://www.cnblogs.com/socquan/p/3365489.html
Copyright © 2011-2022 走看看