Circuit powers on but won't run

If you have something to say about LogicCircuit program or you know how to improve it please share it here.
Post Reply
MarioGianota
Posts: 5
Joined: Tue Feb 25, 2020 5:54 pm

Circuit powers on but won't run

Post by MarioGianota »

I built a simple selection circuit with AND, NOT and OR gates in Logic Circuit
and everything worked fine. I then replaced the circuitry with just AND and NOR gates
and LogicalCircuit won't run the circuit. The buttons don't work and the LED does not change
to a darkened colour as it normally does when it has a 0 input.

The project file is attached.
Clock_Selection_Logic_And_Nor.CircuitProject
(19.38 KiB) Downloaded 442 times
User avatar
admin
Site Admin
Posts: 407
Joined: Sun Jun 14, 2009 10:53 pm
Contact:

Re: Circuit powers on but won't run

Post by admin »

Hi Mario,
What happened is you have 3 unconnected wires on all of your NOR gates that are used as NOT gates. Please note there is no black dots on that wires. See the picture.
error.png
error.png (17.36 KiB) Viewed 6789 times
The optimizer of the program did not find any connections from your buttons to your LED, so it's cut almost everything.
You will need to split each or this vertical wires. You can just select each of them and Alt-Click in the middle.
I also attached fixed version.
Regards,
Eugene
Attachments
Clock_Selection_Logic_And_Nor.CircuitProject
(20.13 KiB) Downloaded 411 times
MarioGianota
Posts: 5
Joined: Tue Feb 25, 2020 5:54 pm

Re: Circuit powers on but won't run

Post by MarioGianota »

Hi Eugene,

Thanks. I applied the change and the circuit now works.
Post Reply