Sorry to ask this, but google search results are not what I need.
I have created my schematic OK, no issue, I have all of my components on the PCB OK, but two of them a potentiometer and a TO-3 power transistor need to be mounterd off of the PCB. How to I do this and retain them in their current positions within the schematic?
I know it probably has a lot to do with footprints, but that subject gives me a headache.
This has been a question in my mind, too. Would it make sense to replace the two components with connectors with the appropriate number of pins?
Iâm trying to get my head around what âExclude from boardâ actually means. If the component is marked thus, what happens to the tracks that would normally connect to it?
I have never tried it and canât check it now but probably tracks to not populated element just not exists.
KiCad project is the PCB project. If something is out of PCB it generally not belongs to PCB.
If potentiometer and transistor are expected to be connected in some way to PCB than you probably need pads to allow for that connection and these pads belong to PCB project. You should have them at schematic and correct footprints for them at PCB.
Thanks. So, to check, if a component that exists in the schematic should not be mounted on the board, you would not mark it âExclude from boardâ because in that case there would be no pads to connect its wires to. Rather, you should give it a footprint of a connector or a footprint comprising solder pads. That way the pads will be connected into the rest of the circuit and the off-board componentâs wires can be soldered to them.
Is that right? If so, what is the purpose of âExclude from boardâ?