Robert, The problem is that the pin in the library symbol is named VCC. You need to create a part with a pin name other than VCC. KiCad will automatically connect power pins named VCC to the net VCC. Your +5V net gets merged with VCC. That's why you have the conflict. Just recently I worked on a board with 6 isolated supplies. I feel your pain.
Carl On Mon, 2010-03-15 at 17:42 +0000, Robert wrote: > > OK, I'm stuck. I've just recreated your circuit and as far as I can > tell connecting a power port to a hidden (power) pin connects all > parts > that have the same pin name to your power port. However, that can't > possibly be right as you then couldn't have components operating off > two > different rails if their power pins just happen to share the same pin > name. I routinely work with multiple supply rails and I haven't had > any problems until now. > > Can anyone else answer this? > > Regards, > > Robert. > > On 15/03/2010 16:13, mtheling wrote: > > Hi Robert, > > > > if I connect for example a net "+5V" to a component U2A which has an > VCC input as invisible pin, I see that in PCBnew the pin is connected > to the "+5V" net as soon as I set an Powerflag to +5V. > > But the ERC check in eeschema states this as error : > > ErrType(5): Conflict problem between pins. Severity: error > > @ (5,1000 ",6,7500 "): Cmp #FLG01, Pin 1 (power_out) connected to > > @ (4,4000 ",6,7500 "): Cmp #FLG06, Pin 1 (power_out) (net 3) > > > > If I don't connect a Powerflag to the "+5V" net, in PCBnew the Power > Pin of U2A is still connect to the VCC net and not to "+5V" as set in > the schematic. > > Please see schematic for example: > > http://www.swapout.de/example_schematic.pdf > > > > What I am doing wrong? > > > > Thank you, > > > > best Regards, > > Mark > > > > > > > > > > ------------------------------------ > > > > Please read the Kicad FAQ in the group files section before posting > your question. > > Please post your bug reports here. They will be picked up by the > creator of Kicad. > > Please visit http://www.kicadlib.org for details of how to > contribute your symbols/modules to the kicad library. > > For building Kicad from source and other development questions visit > the kicad-devel group at > http://groups.yahoo.com/group/kicad-develYahoo! Groups Links > > > > > > > > > > > > > > No virus found in this incoming message. > > Checked by AVG - www.avg.com > > Version: 9.0.790 / Virus Database: 271.1.1/2748 - Release Date: > 03/15/10 07:33:00 > > > > > > No virus found in this outgoing message. > Checked by AVG - www.avg.com > Version: 9.0.790 / Virus Database: 271.1.1/2748 - Release Date: 03/15/10 > 07:33:00
