I have been looking to see if I could find a symbol for ignition coil. Something distinguishing from a transformer. Have spent a couple of hours in the hope I would not need to do one myself. Well looking was not on my side. [ should mention I understand the concept of using KiCAD but I am far from using it in practice, there seem to bee a big difference]
Is there anyone that has seen such an item.
I thought I was SnapEDA member but seems I am not so I do not know it one could be found there.
Itâs astounding time and again to see the contortions people put themselves through in attempts to avoid making a schematic symbol themselves.
One of the reasons for me for choosing to use KiCad in the first place was because the editors for schematic symbols and PCB footprints are quite good and have a very similar look and feel to the rest of KiCad, which reduced the learning curve.
Gotta agree.
Instead of surfing the library/web etc. for hours, why not just take the âL_Iron_Coupledâ symbol from âDeviceâ and modify it? It would take 5 min. maximum.
EDIT: OK, @jmk beat me to it. But the 6 min. included searching.
Before I started to design my first KiCad PCB I have spend a couple of hours to define symbols and footprints of all elements I know I will use. It was more than 50 symbols at the beginning.
Remember that in the last resort you can always represent a synbol as a box with pins, eschewing elegance. Fortunately I can do this for many of the ICs I experiment with since the engineer reading the schematic (me) isnât very demanding.
The most difficult part of creating and using self created symbols is the library management, and even that is not very difficult. (At least, when you know how it works). In Kicad the editors for the schematic symbols and the footprints double up as the library management tool for those parts.
To create a new schematic symbol library, follow these steps:
Create a KiCad project (You probably already did that).
Start the Symbol Editor from the project manager.
Symbol Editor / File / New Library / Project / [ OK]
Enter a filename and press the [ Save ] buttonice
Even if you want to use schematic symbols from some other source, you have to do the library management, so getting parts from elsewhere wonât save you any time in that part.
When you want to create your own schematic symbol, you can just draw a box with pins as retiredfeline suggests, but itâs often better to start with an existing symbol. This is both an example, and when the start is rightly chosen also reduces the amount of work for you.
The schematic symbol you want is probably somewhat like a transformer, so the first step is to open a transformer symbol in the symbol editor by scrolling to it, and then double click on the name. If youâve found a suitable start, then right click on the name and select Copy Ctrl + C from the popup menu.
Then find your own library which you just created and paste the symbol there.
You can change the name of your newly copied symbol with: File / Symbol Properties / Symbol Name.
After these steps you can add pins, add copy or delete graphics and other properties. This all works pretty much the same as in the schematic editor. When youâre finished, save your symbol end exit the symbol editor. You now have a self built schematic symbol, and you can load it from the schematic editor just like any other schematic symbol. To create this mini tutorial I followed these steps myself. Both to jog my own memory, and to verify the steps. I now have:
There are also quite extensive articles about various topics in the FAQ area of this website. Among them is a much more in depth tutorial for creating schematic symbols, but some things may be a bit different from this older tutorial.
Thank you all, I have to be up in 5 hours for medical lecture.
Electronics and Printed Circuits is my passion, perhaps was, as I have given it away to study medicine because of the COVID which has been made harder as I now have early dementia, which I blame on COVID.
I will come back later, the above quote was what I was trying to avoid, I knew I would fail to get the library management right. Had same trouble in ver 5.
Sure enough, the symbol was only about 10 min work because the grid played havoc with me. I had a suitable symbol, saved it in what should be outside the basic installation.
I have lost it and will have to see if I can find it tomorrow.
Quite often you have got to go though the rabbit hole to get somewhere. Making notes can help, but itâs quite difficult t make notes in such a way that theyâre actually useful when you need them.
Small update. First my comment about the rabbit hole, my experience now is that while the hole is recognised, the content travelling through the same route repeatedly only looks partly familiar. I know what it is about but the vital details seems obscured in my memory.
Back to the present. I have lost my initial symbol, tried to find it because I seemed that I had done the right steps, which I recognised from the descriptions above. The New Library was there way down in the list, my first quick scan I simply did not see it, if I did it was also empty.
I have built new symbol and have better understanding from following above. I now find I have a real pass mess with the location.
Next step some work on understanding the âexternalâ personal storage.
A trick for every lazy KiCad user, Digikey, Mouser and such have often library symbols for many of their parts. Importing them is not always too easy, but at least you donât have make the symbol yourself. Too bad Digikey doesnât sell auto parts.
And Mouser Digikey are also good places to buy quality parts. Cheapest component in Ebay is not always best component there is.
Can you explain that: âbut at least âŚâ part?
You still have to do the library management part, and that is 70% or so of the work involved. After having saved a standard transformer symbol into an âignition coilâ symbol and library, changing the graphics is just a bit of copy paste to get more loops and moving the pins a bit.