Using PL3W (Parts list utility for BSch3V)


PL3W generates the parts list as CSV format, from BSch3V's schematic file.

Operation

  1. Start up PL3W
  2. Select the input schematic file(s).
    There are 2 ways to select input file(s). The output file name is automaticaly created.

  3. Modify the output file name, if you need.
  4. Click the "Execute" button.

Output format

The following is the part of a partslist.

,"D",1,"1SS131","General purpose"
,"D",2,"1SS131","General purpose"
,"IC",1,"OPA2335",""
*,"IC",1,"OPA2335",""
*,"IC",1,"OPA2335",""
,"IC",3,"LM35","Temp sensor IC"
,"IC",4,"PIC12F675",""
,"IC",5,"7805",""
,"PC",1,"TLP521",""
,"R",1,"820",""
,"R",2,"820",""

A B C D E
D 1 1SS131 General purpose
D 2 1SS131 General purpose
IC 1 OPA2335
* IC 1 OPA2335
* IC 1 OPA2335
IC 3 LM35 Temp sensor IC
IC 4 PIC12F675
IC 5 7805
PC 1 TLP521
R 1 820
R 2 820
Column A
*: There is a component which has the same reference number and the same value.
?: There is a component which has the same reference number and different reference number.
Column B
Prefix of reference number.
Column C
Suffix of reference number.
Column D
Value
Column E
Note of the component.