Electrical – Proteus simulation problem (beginner) – “Power rails ‘VCC/VDD’ and ‘GND’ are interconnected in net GND” errors

microcontrollerpicproteussimulation

I'm a beginner to microcontroller programming and the Proteus simulator. I'm following this "PIC MicroController Volume Adjuster Program(Proteus 8 Stimulation)" Instructables project.

When I pressed the start button to start the simulation, I got the errors shown below. Can someone tell me what the problem is?

schematic

error messages

Best Answer

The error messages from Proteus are correct. In your schematic, you have shorted Vcc to Gnd.

Here is the relevant part of the original, correct, schematic from your Instructables link - it has no short between Vcc and Gnd:

Original, correct, schematic


Notice how your schematic is different in that area which I marked:

Incorrect schematic


The solution (as commented by G36) is to fix your schematic, including removing the short which you have between Vcc and Gnd.