Search found 407 matches

by admin
Fri Jan 20, 2023 1:59 pm
Forum: Discuss LogicCircuit program
Topic: Remove Graphics Array Floating Error!!!!!!
Replies: 6
Views: 13412

Re: Remove Graphics Array Floating Error!!!!!!

It is hard to understand what the problem is without looking at the circuit. But I am sure the address is not what is wrong.
I also want to emphasize again that if you do not provide all the bits of address than it is not logically possible to figure out what data to write or read.
by admin
Mon Jan 16, 2023 9:29 pm
Forum: Discuss LogicCircuit program
Topic: Remove Graphics Array Floating Error!!!!!!
Replies: 6
Views: 13412

Re: Remove Graphics Array Floating Error!!!!!!

Any memory component, including graphics array required address to set the value. If you do not connect some of the address bits then where it should write your value?
You can use constant component to provide required values.
by admin
Sat Jan 14, 2023 6:08 pm
Forum: Discuss LogicCircuit program
Topic: Remove Graphics Array Floating Error!!!!!!
Replies: 6
Views: 13412

Re: Remove Graphics Array Floating Error!!!!!!

I see you are really angry, but I am not quite understanding what the problem is. You can attach your project to illustrate the problem.
by admin
Mon Jan 09, 2023 11:48 pm
Forum: Circuit Talk
Topic: Python
Replies: 4
Views: 10629

Re: Python

That is what test is doing.
by admin
Mon Jan 09, 2023 11:00 am
Forum: Discuss LogicCircuit program
Topic: Feature request!
Replies: 7
Views: 17536

Re: Feature request!

you can build them yourself. which is good exercise anyway.
by admin
Mon Jan 09, 2023 10:53 am
Forum: Circuit Talk
Topic: Python
Replies: 4
Views: 10629

Re: Python

What do you mean?
by admin
Sun Jan 08, 2023 4:33 pm
Forum: Circuit Talk
Topic: My creation on my comic website
Replies: 4
Views: 9053

Re: My creation on my comic website

I just don't see any led matrices did you use the incorrect link?
by admin
Sun Jan 08, 2023 2:04 am
Forum: Circuit Talk
Topic: My creation on my comic website
Replies: 4
Views: 9053

Re: My creation on my comic website

What it has to do with logic circuits?
by admin
Wed Jan 04, 2023 7:56 pm
Forum: Circuit Talk
Topic: Read this first
Replies: 5
Views: 39667

Re: Read this first

You can, but this forum is for logic circuit.
by admin
Sun Oct 23, 2022 11:36 pm
Forum: Circuit Talk
Topic: About the Logical Circuits Project Idea
Replies: 6
Views: 10507

Re: About the Logical Circuits Project Idea

Well, I guess you can do it using gates only by brute force. You will need to check conditions of all pairs of fail status to check if any two are down this will take 10 AND gates assuming fail signal is one and working signal is zero. Then do the same to all pairs this will take 6 AND taking result...