Hey folks,
I am trying to create my first PCB and thought I’d start with a simple enough design, a pair of PISO Shift Registers that can be daisy chained so as to accept multiple inputs using just a few pins for arduino.
There are two set of issues I am having: Electrical Rule errors and PCB editor breaks…
Electrical Rule errors
- “Error: pins of type Output and Output are connected” This is a bus output pin of the PISO Shift Register pin that needs to be connected amongst all the daisy-chained ICs… From what I’ve read on this forum that’s a known issue but without an established solution… so do I simply chose to ignore it?
- “Warning: Net xxx is graphically connected to … but is not a member of that bus” … This error puzzles me, using the connector tool, I can clearly see the connections are correct and connecting where they should… not sure how to deal with this error
A screenshot of the errors:
A showcase of the whole design with the connector tool, in this case “1-7” is highlighted:
PCB Editor Errors
I have added footprints to all my components (hope I chose the right ones), so next I tried to enter into the PCB editor, however, I am getting the following error:
OSError: [Errno 34] Result too large: '/private/var/folders/vq/py19w61x4n93m2q9wpfv6gjm0000gn/T/AppTranslocation/E6811F1A-BB0F-4639-B174-2DD998CB4E16/d'
At:
<frozen importlib._bootstrap_external>(1487): _fill_cache
<frozen importlib._bootstrap_external>(1443): find_spec
<frozen importlib._bootstrap_external>(1314): _get_spec
<frozen importlib._bootstrap_external>(1342): find_spec
<frozen importlib._bootstrap>(914): _find_spec
<frozen importlib._bootstrap>(971): _find_and_load_unlocked
<frozen importlib._bootstrap>(991): _find_and_load
I have uploaded the project as a zip file:
shift-registers-export.zip (21.5 KB)
Please help!