Group several components in schematic and pcb layout

Hi,
I need some help. I am designing a shield for arduino and I have a group of 3 relays and connector which is instantiated 16 times. Can I create the schematic for these 4 components and pcb and then use it as a macro, so I dont need to do all the wiring and pcb routing 16X.

thanks,

Chin

You can use block copy for this. It is a little more straight forward in the schematic section. In the PCB portion you would have to change the reference designators every time you did the ‘duplicate’ though.

1 Like

For schematic: hierarchical sheets sharing the same file. You edit one of them and the other 15 schematics are updated automagically.

For layout: https://github.com/MitjaNemec/Kicad_action_plugins

1 Like

This looks rather complicated. Is there no way to layout the 4 components and reuse it as a component?

I wrote a script to convert a PCB to a module, Is there a way to convert whole PCB in new footprint? I have not updated it for v5 though.

Thanks. This might work

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.