2015年10月18日 星期日

遇到了MIscellaneous Devices.ddb檔案 ---無法新增元件庫

遇到了MIscellaneous Devices.ddb檔案
不被認可,無法進行作業的完成


因為Protel99se 與 Win7不相容導致需要修改

AdvSch99SE.ini的內容





整個關鍵在於
Count=5
File0=C:\Program Files\Design Explorer 99 SE\Library\Sch\Miscellaneous Devices.ddb
File1=C:\Program Files\Design Explorer 99 SE\Library\Sch\Sim.ddb
File2=C:\Program Files\Design Explorer 99 SE\Library\Sch\TI Logic.ddb
File3=C:\Program Files\Design Explorer 99 SE\Library\Sch\TI Databooks.ddb
File4=C:\Program Files\Design Explorer 99 SE\Library\Sch\Protel DOS Schematic Libraries.ddb
File5=d:\Program Files\Design Explorer 99 SE\Examples\Backup of AT89C2051.Lib

需要幾個Lib 或是ddb 由 Count=? 決定
並將File Path 新增 到 AdvScb99SE.ini 內 



AdvScb99SE.ini 範例 :



[Change Library File List] Path=C:\Program Files\Design Explorer 99 SE\Library\Sch\Miscellaneous Devices.ddb; Prompt=Change Library File List SelFileType=All files(*.*) EditorName=All CallBack=Sch:LibraryDocumentDescription Sel File Type=All files(*.*) WholeProject=False TypeCount=2 Count=5 File0=C:\Program Files\Design Explorer 99 SE\Library\Sch\Miscellaneous Devices.ddb File1=C:\Program Files\Design Explorer 99 SE\Library\Sch\Sim.ddb File2=C:\Program Files\Design Explorer 99 SE\Library\Sch\TI Logic.ddb File3=C:\Program Files\Design Explorer 99 SE\Library\Sch\TI Databooks.ddb File4=C:\Program Files\Design Explorer 99 SE\Library\Sch\Protel DOS Schematic Libraries.ddb File5=d:\Program Files\Design Explorer 99 SE\Examples\Backup of AT89C2051.Lib

沒有留言:

張貼留言

2024_09 作業3 以Node-Red 為主

 2024_09 作業3  (以Node-Red 為主  Arduino 可能需要配合修改 ) Arduino 可能需要修改的部分 1)mqtt broker  2) 主題Topic (發行 接收) 3) WIFI ssid , password const char br...