Search found 412 matches

by admin
Sun Jan 12, 2020 8:15 pm
Forum: Discuss LogicCircuit program
Topic: Where is the latest source code?
Replies: 1
Views: 5462

Re: Where is the latest source code?

Hi Matthew, Thanks for pointing this up. The repository has moved to: https://dev.azure.com/evglep/_git/LogicCircuit The bit bucket is ending mercurial support so it's appears as moving to git is the best option. The whole history should be preserved in git. I'll update the link on the web site late...
by admin
Thu Jan 09, 2020 3:11 pm
Forum: Discuss LogicCircuit program
Topic: Why wont display visual elements allow me to check it?
Replies: 2
Views: 7445

Re: Why wont display visual elements allow me to check it?

First of all please read help page at: https://logiccircuit.org/help.html
There is no visual elements on this circuit so the check box is disabled.
by admin
Thu Jan 09, 2020 1:33 pm
Forum: Discuss LogicCircuit program
Topic: Sharing cabels for input and output
Replies: 2
Views: 5986

Re: Sharing cabels for input and output

You need to use tri-state buffer on your outputs
by admin
Mon Dec 30, 2019 10:56 am
Forum: Circuit Talk
Topic: Clock edge controlled RS flip-flop
Replies: 1
Views: 5588

Re: Clock edge controlled RS flip-flop

It's same way you design it in real life. You can start from reading this article: https://en.wikipedia.org/wiki/Flip-flop ... _flip-flop
by admin
Mon Dec 30, 2019 10:54 am
Forum: Circuit Talk
Topic: Using advanced components
Replies: 1
Views: 5407

Re: Using advanced components

Hi,
Please read the help pages at: https://logiccircuit.org/help.html

You can build the advanced components yourself or import them from existing projects. You can get some in the sample projects you can download on the download page or search through this forum.
by admin
Sun Nov 03, 2019 4:50 pm
Forum: Circuit Talk
Topic: 7-seg
Replies: 1
Views: 6497

Re: 7-seg

Hi Peter,
Please read about 7-segment indicators: https://en.wikipedia.org/wiki/Seven-segment_display
In the logic circuit program it has pretty standard pin layout. You can build a test circuit to figure out inputs.
7-seg.Png
7-seg.Png (6.89 KiB) Viewed 6496 times
Hope this helps,
Eugene
by admin
Sat Oct 12, 2019 1:31 pm
Forum: Discuss LogicCircuit program
Topic: tristate gate
Replies: 2
Views: 8116

Re: tristate gate

The bug should be fixed now
by admin
Sat Oct 12, 2019 1:30 pm
Forum: Discuss LogicCircuit program
Topic: problem with tristate
Replies: 1
Views: 6529

Re: problem with tristate

That should be fixed now
by admin
Fri Oct 11, 2019 3:18 pm
Forum: Discuss LogicCircuit program
Topic: Random behavior
Replies: 2
Views: 10265

Re: Random behavior

Hi, This is what I'd expect from this circuit in the real life. So the program just simulates it. Usually all flip-flops have asynchronous reset or/and set inputs to set them in the initial state after power is on. You can use some hacks to detect the power on moments and reset you circuits. Please ...