Search found 407 matches

by admin
Thu Jun 25, 2020 10:10 am
Forum: Circuit Talk
Topic: Timer circuit in traffic light
Replies: 5
Views: 17163

Re: Timer circuit in traffic light

Why do you need down counter? For traffic light you will need a shift register for 3 bits. During the initialization you will set one bit to 1 and other two to 0. Then each clock input shift and cycle the last bit to the first. To send a clock signal to the shift you need to divide frequency with a ...
by admin
Tue Jun 16, 2020 10:46 am
Forum: Discuss LogicCircuit program
Topic: Circuit Duplication/Copying
Replies: 2
Views: 11687

Re: Circuit Duplication/Copying

Hi Wolfgang,
No there is no other way to copy. What is wrong with copy/paste?
Regards,
Eugene
by admin
Sat May 30, 2020 2:48 pm
Forum: Circuit Talk
Topic: Project ACG
Replies: 6
Views: 11974

Re: Project ACG

Nice progress. It will be easier for you if you start to wrap up chunks in separate circuits. With smaller circuits you don't need wire highlights and much easier debug and navigate.
Keep it up
by admin
Wed May 20, 2020 9:02 pm
Forum: Circuit Talk
Topic: How do you group circuits neatly in the project pane?
Replies: 1
Views: 5982

Re: How do you group circuits neatly in the project pane?

On the properties of the circuit you have "Category" field. Use it for grouping.
For more information on features please look at the help pages: https://logiccircuit.org/help.html
by admin
Thu May 14, 2020 10:34 am
Forum: Circuit Talk
Topic: Project ACG
Replies: 6
Views: 11974

Re: Project ACG

Take it to the moon.
by admin
Thu May 14, 2020 9:48 am
Forum: Discuss LogicCircuit program
Topic: Logical zero produced by circuit not equal to constant zero leading to incorrect behaviour?
Replies: 3
Views: 6973

Re: Logical zero produced by circuit not equal to constant zero leading to incorrect behaviour?

I am not sure I understand what the problem is. It will help if you explain it in more details with the project file that demonstrate it.
by admin
Mon May 11, 2020 12:16 am
Forum: Circuit Talk
Topic: Problems with JK Flipflops
Replies: 3
Views: 9165

Re: Problems with JK Flipflops

You are struggling with timing problems. Try to use master slave jk flip-flops. This will work for you.
Circuit Project.Main.Png
Circuit Project.Main.Png (25.32 KiB) Viewed 9138 times
by admin
Sat May 09, 2020 2:53 pm
Forum: Circuit Talk
Topic: extra functions to gates
Replies: 2
Views: 6109

Re: extra functions to gates

Can you please elaborate on “multiple inputs to a single pin”? You already can make a multibit bus. Is it what you need? For more details please read: https://logiccircuit.org/advanced.html As an alternative for gate id you can use text notes to mark your gates or add any other comments to your circ...
by admin
Wed Feb 26, 2020 10:36 pm
Forum: Discuss LogicCircuit program
Topic: Circuit powers on but won't run
Replies: 2
Views: 6836

Re: Circuit powers on but won't run

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 The optimizer of the program did not find any connections from your buttons to your LED, so it's cut almost everyt...