问题已经解决了,是原件的编号出现了非法字符 空格,为了避免大家与我犯同样的错误,特写出错误原因及查找:/ k3 a" ?% [ [4 n, V! O6 e% h' \
1:首先在capture帮助文档中查出ALG0036错误代码的解释及原因,如下1 n# V6 H; s4 y3 A& E7 o- J
There 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. / h0 o& e! e# X/ K+ ?3 m2:查找对应的错误文件pstxprt.dat中965行,知道错误的元件编号(此处为R24 RCK02A1) 6 c7 w) H6 d0 _9 ?! [3:查找原理图中对应的元件,发现元件编号为R24 RCK02A1,出现了非法字符空格,因此将元件编号修改为R241 ^) h9 l2 P V' \
4:重新生成网表,问题解决了