PADS Schematic Translator 변환시 에러
페이지 정보
2024-02-14 14:49 | Posted By 노원재
PADS 제품에 대해서 자세히 알고 싶은가요? 사용 중에 궁금한 점이 있으신가요?
Support를 통해서 도움을 받으세요.
PADS 제품에 대한 문의와 사용상의 질문에 대한 답변을 드리고, 사용 동영상 강좌 등의 유용한 정보들을 제공해 드립니다.
안녕하세요
PADS Schematic Translator 를 사용하여 변환을 했는데
그림과 같이 'Internal program error'가 나오는데
무슨 이유 때문에 나오는지 혹시 알 수 있을까요 ?
ED&C님의 댓글
ED&C |안녕하세요. 이디앤씨입니다.
문의 주신 Translator를 이용하여 변환 시 'Internal program error'의 경우 Altium 파일을 변환 시 발생하며, Altium.PrjPcb 파일을 변환 할 때 발생합니다.
자세한 사항은 아래의 내용을 참고 바랍니다.
The Altium .PrjPcb file is a settings file and does not contain the actual schematic design data. This file is a text file with pointers to the .SchDoc files which contain the actual schematic data. Open the .PrjPcb file in NotePad and look for the "DocumentPath" entries which indicate the names and locations of the .SchDoc files. You will need to locate all of the .SchDoc files it references and place them in the folder structure it indicates in order to perform the design translation. For example, the lines below from a .PrjPcb file indicates that the .SchDoc files should reside in a folder called "SCHEMATIC". Place the .PrjPcb file in a parent folder and place the "SCHEMATIC" folder within the parent folder as well. Create a new project in Designer and go to File - Import - Altium to select the project file for translation.
감사합니다.