PADS故障解决
1.
点击PADS后就会出现以下: "The directory pointed by the FileDir INI file entry cannot be found.Aborting."点确定后,软件自动关闭。
解决:
打开(X:\MentorGraphics\2005PADS)\SDD_HOME\Programs\powerlogic.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:\MentorGraphics\2005PADS\SDD_HOME\Programs\powerlogic.ini
Open the file in Notepad or a text editor & near the top you’ll see;
FileDir=C:\PADS Projects\
LibDir=C:\MentorGraphics\2005PADS\SDD_HOME\Libraries
UserDir=C:\MentorGraphics\2005PADS\SDD_HOME\Settings
SystemDir=C:\MentorGraphics\2005PADS\SDD_HOME\Programs
ReuseDir=C:\PADS Projects\Reuse
CAMDir=C:\PADS Projects\Cam
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.
PADS故障解决的更多相关文章
- hadoop集群安装故障解决
nodemanager进程解决:http://blog.csdn.net/baiyangfu_love/article/details/13504849 编译安装:http://blog.csdn.n ...
- 主板BIOSCOMS故障解决三例
主板故障中因为BIOS/COMS设置不当或者因为主板电池引起的coms故障而导致主板无法正常工作的比例占了不小.今天我们就来说说主板BIOS/COMS的故障和解决.声卡维修 硬盘安装设置 CMOS设置 ...
- Slave_SQL_Running: No mysql同步故障解决方法
Slave_SQL_Running: No mysql同步故障解决 今天检查数据库发现一台MySQL Slave未和主机同步,查看Slave状态:mysql> show slave s ...
- 升级SCCM 2012R2 SP1故障解决
故障一: 上周7月5号进行升级sccm至2012 R2 SP1的操作,执行升级程序splash.hta,在最后核心程序安装步骤失败,关闭升级程序,打开SCCM控制台报错如下: Configuratio ...
- Win10系统,开机后提示Desktp不可用的故障解决方法。
WIN10桌面位置不可用的故障解决方法 今天电脑开机 (Win10系统).桌面空了,然后就蒙了. 系统并弹出以下框,如下图: 原因可能是因为昨天晚上熬夜测试脚本.网上下载的脚本大多都是有毒的.但是人懒 ...
- WLC5520无法通过无线客户端进行网管故障解决
客户反馈其办公环境中的WLC5520网管需要通过内部有线网络进行管理,通过无线客户端无法进行管理,远程协助其开启WLC5520的无线管理功能后故障解决.
- 开发中,android手机WIFI无法使用,无SIM卡故障解决
用eclipse 开发android中,突然出现,android手机WIFI无法使用,无SIM卡故障解决 发现故障后,想办法刷机(没有成功),触点清洁都搞了. 最后恢复出厂设置居然解决了,留资料给同行 ...
- Juniper SRX550防火墙web页面CPU达到100%的故障解决办法
Juniper SRX550防火墙web页面CPU达到100%的故障解决办法 利用telnet远程连接主机,对web页面注销重新登录即可,在配置中输入命令:run restart web-manage ...
- "mysql"."innodb_table_stats" not found 故障解决
故障描述 "mysql"."innodb_table_stats" 表不存在 "mysql"."innodb_index_stat ...
随机推荐
- 15 Linux Split and Join Command Examples to Manage Large Files--reference
by HIMANSHU ARORA on OCTOBER 16, 2012 http://www.thegeekstuff.com/2012/10/15-linux-split-and-join-co ...
- Linux Bash终端快捷键小结
Ctrl + A 定位至行首 Ctrl + E 定位至行尾 Ctrl + U 向前删除至行首 Ctrl + K 向后删除至行尾 Ctrl + L 清屏
- 练习题之ThreadLocal
public class ThreadLocalMain { private static ThreadLocal<Integer> value = new ThreadLocal< ...
- 定时执行Timer
JAVA import java.awt.event.*; import java.io.BufferedWriter;import java.io.File;import java.io.FileO ...
- 一个简单的定时器(NSTimer)的封装
在项目开发中我们有的时候需要用到计时器,比如登录超时,scrollview的滚动等,那么就让我们自己手动的去创建一个类库吧. 1 首先你需要一个向外提供创建的便捷方法. 1.1 这里考虑两种情况,一种 ...
- javascript DOM 节点 第18节
<html> <head> <title>DOM对象</title> </head><body><div >DOM对 ...
- Mysql JDBC 连接串参数说明
MySQL的 JDBC URL 格式 for Connector/J 如下例: jdbc:mysql://[host:port],[host:port].../[database][?参数名1][= ...
- C++ 智能指针auto_ptr详解
1. auto_ptr 的设计动机: 函数操作经常依照下列模式进行: 获取一些资源 执行一些动作 释放所获取的资源 那么面对这些资源的释放问题就会出现下面的两种情况: 一开始获得的资源被绑定于局部对象 ...
- 第3章文件I/O总结
1. open和create函数在fcntl.h中,close.lseek.read.write函数在unistd.h中 open函数通过进程有效用户ID判断读文件的权限 可以调用access函数判断 ...
- 理解Java中的协变返回类型
在面向对象程序设计中,协变返回类型指的是子类中的成员函数的返回值类型不必严格等同于父类中被重写的成员函数的返回值类型,而可以是更 "狭窄" 的类型. Java 5.0添加了对协变返 ...