My project contains a not only the PCB and those components but also few stand-alone components built into dongles or cable assemblies. For ordering the components, I want both the on-board and the off-board components included in a single BOM. Incidental to that, one of those off-board sub-assemblies is a diagnostic dongle that is used for mid-build diagnostics for which I am trying to use iBOM’s sorting ability to guide component placement order and diagnostic jumper configure order - I add a symbol field titled ClickToSortForPlacement and fill that field with sorting and construction guidances like diagnostic steps.
In my forum searching I’ve seen talk that KiCad is not set up very well to track components not having footprint connections to the PCB. But I also see Joan Sparky’s post below that might give hope of some workaround for me to, again, have one BOM all components of both the PCB and the sub-assemblies while using iBOM for guiding project assembly order with interspersed diagnostic steps:
I still would appreciate it if someone could explain to me the weird behavior of Kicad I described above.
Why the sub-projects? Why the elusive “New schematic” button?You double clicked on a .sch file in the KiCAD main window which wasn’t the project schematic, right?
This starts EEschema in stand-alone-mode. It’s then decoupled from PCBnew and you can do things > like open and close single schematic files. It’s useful for importing bits of schematic files into other schematics currently:But the connection between PCBnew and EEschema is gone then.
Clicking on a part in EEschema and getting the focus of PCBnew to the same part for example.
This only works for the project files.
The way I am currently handling this is that I have a hierarchical sheet in Eeschema where the dongle parts have their more permanent residence, but whenever a symbol field (for iBOM use) needs to be changed, I have to cut and paste (not copy-paste) the hierarchical sheet components to the main sheet, re-annotate, enter my latest revisions in the symbol fields, generate a new Netlist file, Update PCB from Schematic for iBOM to work right, run iBOM and save its .html file, then go back and delete those parts from the PCB so they don’t interfere with other work I’ll need to do, and go back to Eeschema and return the subassembly components to the hierarchical sheet.
In all this I also had to create otherwise-worthless bogus footprints that PCBnew demanded. Plus (this is incidental as well) iBOM doesn’t seem to want to show jumpers-in-footprint in the BOM list that I could really use to alert my DIY customers during their building of diagnostic steps, but I’m guessing that issue rests solely with iBOM instead of in the topic of this OP.
I guess my inconvenience is mainly during my project development in taking my symbol field edits on out to to a fully finished project, trying to restore full project presentability between each idea I get for symbol field (build instruction) adjusting. It seems to me that I am making quite a hack to get this done each time I want those symbol fields changed. Does anyone do this an easier way, maybe something that uses a non-project schematic sheet instead of a hierarchical sheet? Again, I’m hoping to have all components always within a single BOM.