Search found 410 matches

by admin
Sat Jul 08, 2023 1:28 am
Forum: Circuit Talk
Topic: How to init your circuit when power turned on?
Replies: 6
Views: 43630

Re: How to init your circuit when power turned on?

Thanks for the suggestion. This is indeed much better way to get the reset signal.
by admin
Thu Jul 06, 2023 11:11 pm
Forum: Discuss LogicCircuit program
Topic: Can add something to read USB PORT
Replies: 2
Views: 11520

Re: Can add something to read USB PORT

Can you be more specific? What exactly you need to do?
by admin
Tue Jul 04, 2023 1:04 pm
Forum: Discuss LogicCircuit program
Topic: Feature request!
Replies: 7
Views: 19451

Re: Feature request!

Every cell is still has only 4 connections, right?
Implementing variable bit with gates will be quite confusing. I've already heard a few different ideas from people on how it should work. Which leads me to understanding that current implementation is the clearest.
by admin
Tue Jun 13, 2023 1:54 pm
Forum: Circuit Talk
Topic: Input pin error
Replies: 10
Views: 46843

Re: Input pin error

I don't see any attachments. Did you delete them all?
by admin
Mon Jun 12, 2023 3:28 pm
Forum: Circuit Talk
Topic: Input pin error
Replies: 10
Views: 46843

Re: Input pin error

I guess the error is pretty self-explanatory. You have connected two pins with different bit width. One is one bit pin and another is 4 bit pin.
Just make them the same.
by admin
Mon Jun 12, 2023 9:41 am
Forum: Circuit Talk
Topic: Input pin error
Replies: 10
Views: 46843

Re: Input pin error

As I mentioned first replace all your flip-flops with just one, then make it working on rear front.
I guess you can look master-slave diagram here:
https://www.electronics-tutorials.ws/se ... seq_2.html
by admin
Sun Jun 11, 2023 9:01 pm
Forum: Circuit Talk
Topic: Input pin error
Replies: 10
Views: 46843

Re: Input pin error

The problem is on both of your Mod 10 and Mod 6 counters as well as on JK flip-flop your input pin CLK are connected to it's actual input as well as clock on the circuit itself. The easiest way to fix is just remove clock on both counters and JK. However, after you fix it, you will see oscillation e...
by admin
Sat Jun 10, 2023 6:25 pm
Forum: Circuit Talk
Topic: Input pin error
Replies: 10
Views: 46843

Re: Input pin error

Hi,
It is very hard to say where the error is by looking at the pictures. Can you please attach your project file?
by admin
Sat Apr 22, 2023 6:39 pm
Forum: Discuss LogicCircuit program
Topic: Are there more requirements than .NET 4.8 ?
Replies: 3
Views: 9687

Re: Are there more requirements than .NET 4.8 ?

Hi,
LogicCircuit is managed application and will run as 32 on 32 bit machines and as 64 on 64 bit machines.
I guess on windows it will report exceptions and stach traces in Event Log.
by admin
Mon Apr 17, 2023 8:59 am
Forum: Discuss LogicCircuit program
Topic: Are there more requirements than .NET 4.8 ?
Replies: 3
Views: 9687

Re: Are there more requirements than .NET 4.8 ?

No, it should not be any other requirements. On Windows it is just enough to install all the windows update to run LogicCircuit.