问题已经解决了,是原件的编号出现了非法字符 空格,为了避免大家与我犯同样的错误,特写出错误原因及查找:4 ?4 M+ B, G! e3 H- q
1:首先在capture帮助文档中查出ALG0036错误代码的解释及原因,如下 9 j7 r$ i s( zThere was an error encountered while reading PST*.DAT files. This error is probably caused by invalid characters in the PST*.DAT files. You have probably modified your netlist files since importing logic to PCB Editor. Remember that even things like deleting a net that doesn't have a net alias and then re-drawing it will result in a new net name since net names are auto generated.% Q, D2 ^3 a; F: D
2:查找对应的错误文件pstxprt.dat中965行,知道错误的元件编号(此处为R24 RCK02A1) " W$ p0 ? B' q( e3:查找原理图中对应的元件,发现元件编号为R24 RCK02A1,出现了非法字符空格,因此将元件编号修改为R24 ( O: e0 B7 N+ g* b M4:重新生成网表,问题解决了