Skip to content

Commit

Permalink
Update title block
Browse files Browse the repository at this point in the history
Resolve ERC errors.
  • Loading branch information
kaklik committed Sep 10, 2023
1 parent 9748e56 commit eeabc7b
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 6 deletions.
6 changes: 5 additions & 1 deletion hw/sch_pcb/PIND02.kicad_pro
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,11 @@
"equivalence_files": []
},
"erc": {
"erc_exclusions": [],
"erc_exclusions": [
"pin_not_driven|863600|419100|9f901bdb-9790-4b07-ba38-02b425a0ed81|00000000-0000-0000-0000-000000000000|||",
"power_pin_not_driven|1625600|1206500|d9a127dd-cd6f-4917-939a-183716037190|00000000-0000-0000-0000-000000000000|||",
"power_pin_not_driven|1892300|482600|900f06b5-d218-436a-bbf9-3b723949fbc1|00000000-0000-0000-0000-000000000000|||"
],
"meta": {
"version": 0
},
Expand Down
63 changes: 58 additions & 5 deletions hw/sch_pcb/PIND02.kicad_sch
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
(paper "A4")
(title_block
(title "NAME")
(title "PIND02A")
(date "%d. %m. %Y")
(rev "REV")
(company "Mlab www.mlab.cz")
(comment 1 "Short description \\nTwo lines are maximum")
(comment 2 "nickname <[email protected]>")
(rev "A")
(company "[email protected]")
(comment 1 "PIN diode semiconductor radiation \\ndetector analogue front-end. ")
)
(lib_symbols
Expand Down Expand Up @@ -1995,6 +1994,10 @@
(stroke (width 0) (type default))
(uuid 39497d5f-241f-407e-9a73-2a7b78f3afa0)
)
(wire (pts (xy 41.91 22.86) (xy 45.72 22.86))
(stroke (width 0) (type default))
(uuid 3958e77b-3e70-40d8-b603-4c66c4123375)
)
(wire (pts (xy 198.12 130.81) (xy 205.74 130.81))
(stroke (width 0) (type solid))
(uuid 3c814d7c-9835-4192-be23-51635b8404b0)
Expand Down Expand Up @@ -2683,6 +2686,31 @@
)
)
(symbol (lib_id "power:PWR_FLAG") (at 83.82 44.45 90) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid 05ece845-3dc0-4e33-830b-bd11b21dd99a)
(property "Reference" "#FLG03" (at 81.915 44.45 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "PWR_FLAG" (at 80.6451 44.45 90)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (at 83.82 44.45 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 83.82 44.45 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid ebcf8644-ae26-4af4-8cd7-482351208768))
(instances
(project "PIND02"
(path "/2ae32537-a16f-4c5b-a56b-c6dddfb8ddb4"
(reference "#FLG03") (unit 1)
)
)
)
)
(symbol (lib_id "power:VDD") (at 41.91 20.32 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid 0da09d32-c7db-4ea0-bfb4-e075d3e5ab2c)
Expand Down Expand Up @@ -5183,6 +5211,31 @@
)
)
(symbol (lib_id "power:PWR_FLAG") (at 45.72 22.86 270) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid ed64f06e-eed9-42e4-9012-27145f84d3a7)
(property "Reference" "#FLG02" (at 47.625 22.86 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "PWR_FLAG" (at 48.895 22.86 90)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (at 45.72 22.86 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 45.72 22.86 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 73cb1138-3d59-48ee-8b04-6cb3e2c84ac2))
(instances
(project "PIND02"
(path "/2ae32537-a16f-4c5b-a56b-c6dddfb8ddb4"
(reference "#FLG02") (unit 1)
)
)
)
)
(symbol (lib_id "Regulator_Switching:TPS613222ADBV") (at 199.39 50.8 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid ee422ab0-760a-41da-b316-282affeb29b4)
Expand Down

0 comments on commit eeabc7b

Please sign in to comment.