1.html
點擊PADS後就會出現如下: "The directory pointed by the FileDir INI file entry cannot be found.Aborting."點肯定後,軟件自動關閉。app
解決:less
打開(X:\MentorGraphics\2005PADS)\SDD_HOME\Programs\powerlogic.ini,注意:括號中的路徑爲PADS在用戶磁盤上的安裝路徑;ui
按PADS Logic軟件的錯誤提示框中顯示的內容,定位至powerlogic.ini文件中相應設置項,如「FileDir」等逐一修改成磁盤上存在的路徑,便可。this
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;spa
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\Camorm
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. htm