Update Tutorial 08
Tutorial changed to use short parn number field names Add aditional bom items to example
This commit is contained in:
parent
9c654ba9ac
commit
aed777169b
@ -3,3 +3,4 @@
|
|||||||
* Part number information can be added to parts
|
* Part number information can be added to parts
|
||||||
* Only provided fields will be added to the diagram and bom
|
* Only provided fields will be added to the diagram and bom
|
||||||
* Bundles can have part information specified by wire
|
* Bundles can have part information specified by wire
|
||||||
|
* Additional parts can be added to the bom
|
||||||
|
|||||||
@ -3,11 +3,11 @@ connectors:
|
|||||||
type: Molex KK 254
|
type: Molex KK 254
|
||||||
pincount: 4
|
pincount: 4
|
||||||
subtype: female
|
subtype: female
|
||||||
manufacturer: Molex
|
manufacturer: Molex # set manufacter name
|
||||||
manufacturer_part_number: 22013047
|
mpn: 22013047 # set manufacturer part number
|
||||||
X2:
|
X2:
|
||||||
<<: *template1 # reuse template
|
<<: *template1 # reuse template
|
||||||
internal_part_number: CON4
|
pn: CON4 # set an internal part number
|
||||||
X3:
|
X3:
|
||||||
<<: *template1 # reuse template
|
<<: *template1 # reuse template
|
||||||
|
|
||||||
@ -18,16 +18,16 @@ cables:
|
|||||||
gauge: 0.25 mm2
|
gauge: 0.25 mm2
|
||||||
color_code: IEC
|
color_code: IEC
|
||||||
manufacturer: CablesCo
|
manufacturer: CablesCo
|
||||||
manufacturer_part_number: ABC123
|
mpn: ABC123
|
||||||
internal_part_number: CAB1
|
pn: CAB1
|
||||||
W2:
|
W2:
|
||||||
category: bundle
|
category: bundle
|
||||||
length: 1
|
length: 1
|
||||||
gauge: 0.25 mm2
|
gauge: 0.25 mm2
|
||||||
colors: [YE, BK, BK, RD]
|
colors: [YE, BK, BK, RD]
|
||||||
manufacturer: [WiresCo,WiresCo,WiresCo,WiresCo]
|
manufacturer: [WiresCo,WiresCo,WiresCo,WiresCo] # set a manufacter per wire
|
||||||
manufacturer_part_number: [W1-YE,W1-BK,W1-BK,W1-RD]
|
mpn: [W1-YE,W1-BK,W1-BK,W1-RD]
|
||||||
internal_part_number: [WIRE1,WIRE2,WIRE2,WIRE3]
|
pn: [WIRE1,WIRE2,WIRE2,WIRE3]
|
||||||
|
|
||||||
|
|
||||||
connections:
|
connections:
|
||||||
@ -39,3 +39,14 @@ connections:
|
|||||||
- X1: [1-4]
|
- X1: [1-4]
|
||||||
- W2: [1-4]
|
- W2: [1-4]
|
||||||
- X3: [1-4]
|
- X3: [1-4]
|
||||||
|
|
||||||
|
additional_bom_items:
|
||||||
|
- # define an additional item to add to the bill of materials
|
||||||
|
description: Label, pinout information
|
||||||
|
qty: 2
|
||||||
|
designators:
|
||||||
|
- X2
|
||||||
|
- X3
|
||||||
|
manufacturer: generic company
|
||||||
|
mpn: Label1
|
||||||
|
pn: Label-ID-1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user