Page 1 of 1

Remove Graphics Array Floating Error!!!!!!

Posted: Sat Jan 14, 2023 1:21 am
by imcute
I AM REALLY ANGRY I CAN'T GET IT TO WORK GRRRRR
WHY THE H**L SHOULD THE GRAPHICS ARRAY GIVE ERRORS WHEN SEEING FLOATING INPUTS
PULL DOWN RESISTORS AND SINGLE TICK POWER SUPPLIES ALL NEED ONE TICK TO START WORKING
GRRRRR IT DOES NOT WORK

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

Posted: Sat Jan 14, 2023 6:08 pm
by admin
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.

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

Posted: Mon Jan 16, 2023 8:53 pm
by imcute
admin wrote: Sat Jan 14, 2023 6:08 pm 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.
Ah.Sorry,I was really angry because the Graphics Array demands either 0s or 1s in its inputs,and it does not tolerate even a second of floating.
None of my pulldowns work instantly,they all take one tick to work.
Maybe make the graphics array ignore floatings,or only report errors and turn off power at trigger?

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

Posted: Mon Jan 16, 2023 9:29 pm
by admin
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.

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

Posted: Mon Jan 16, 2023 9:50 pm
by imcute
admin wrote: Mon Jan 16, 2023 9:29 pm 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?
It should not.
admin wrote: Mon Jan 16, 2023 9:29 pm You can use constant component to provide required values.
If I use a constant,then I cannot put new values without causing conflict
My Power On Start stuff all need 1 tick

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

Posted: Fri Jan 20, 2023 1:59 pm
by admin
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.

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

Posted: Mon Jan 23, 2023 4:18 am
by imcute
admin wrote: Fri Jan 20, 2023 1:59 pmit is not logically possible to figure out what data to write or read.
Then don't!
I mean,there has to have a way to disable writing!