zoukankan      html  css  js  c++  java
  • PADS故障解决

    1.

    点击PADS后就会出现以下: "The directory pointed by the FileDir INI file entry cannot be found.Aborting."点确定后,软件自动关闭。

    解决:

    打开(X:MentorGraphics2005PADS)SDD_HOMEProgramspowerlogic.ini,注意:括号中的路径为PADS在用户磁盘上的安装路径;

    按PADS Logic软件的错误提示框中显示的内容,定位至powerlogic.ini文件中相应设置项,如“FileDir”等逐一修改为磁盘上存在的路径,即可。

    http://www.tgdesigns.plus.com/pcbden/padslogic.html

    Logic default settings & paths in the ‘ini’ file V2005.

    Sadly Pads logic doesn’t allow you to set the default paths & settings of a project from within the program itself. So a little digging around in the ‘ini’ file is required.
    Go to:
    C:MentorGraphics2005PADSSDD_HOMEProgramspowerlogic.ini
    Open the file in Notepad or a text editor & near the top you’ll see;

    FileDir=C:PADS Projects
    LibDir=C:MentorGraphics2005PADSSDD_HOMELibraries
    UserDir=C:MentorGraphics2005PADSSDD_HOMESettings
    SystemDir=C:MentorGraphics2005PADSSDD_HOMEPrograms
    ReuseDir=C:PADS ProjectsReuse
    CAMDir=C:PADS ProjectsCam

    FileDir: This is where the program will open a file from, so if you have a project location or mapped drive you wish to work from, place it here.
    LibDir: This is set in the Library menu under ‘Manage Lib List’
    UserDir: This is the settings location & is normal left as the default path set by Mentor, unless of course you want to move the settings files also!
    SystemDir: As the name suggests this is the Logics system path & really needs to be left as the default installation intended.
    ReuseDir: Location for Reuse libraries
    CAMDir: Location for CAM output.
    However if you have many different clients with different library sets etc, a quick tip to get around re-setting these settings all the time is to keep separate ‘ini’ files for each client named with the clients name & just copy it & rename it to the default name each time you need to change over settings. 


  • 相关阅读:
    开窗函数Over用法
    Linux文件搜索命令
    Linux更改文件或目录的所有者和所有组
    Linux权限管理
    不使用临时变量 交换两个变量值
    jQuery获取区间随机数
    jQuery对checkbox选中和取消选中操作
    MySQL优化
    MySQL中explain的用法
    MySQL中好用的GROUP_CONCAT函数
  • 原文地址:https://www.cnblogs.com/techstone/p/3321274.html
Copyright © 2011-2022 走看看