i just want the wiring diagramSounds more like you are saying you need someone to do your uni project for you.
Do you need someone to just give you a schematic or would you prefer one of those picture-like wiring diagrams?
The poster was being facetious. This is Homework Help, not Homework Done.i just want the wiring diagram
Do you have access to a logic simulator?it would take about 10 ICs and more than 100 wires, and I tried the connection. A lot of components got burnt.
What is the meaning of "8 4 -2 -1"? does it indicate 4 bit binary with powers of 2? if so why the - sign on the 2 and 1?my projects is : 8 4 -2 -1 to seven segment using 7400 ic (NAND Gates) only
Indicates the decimal value of the 4 inputsWhat is the meaning of "8 4 -2 -1"? does it indicate 4 bit binary with powers of 2? if so why the - sign on the 2 and 1?
For the undesired outputs a led will indicate that the output is out of range 0-9What should the 7-segment display for an input of 0011?
What should it display for 1100?
There's no way to solve a problem unless the problem is clearly understood.
Blanking, or having '-' would be reasonable in a real world situation. But he said that there is a separate LED that will indicate this. So, presumably, the 7-seg display output can be treated as don't cares for the six invalid input patterns. Of course, that's a guess on my part. As is so often the case, we are being asked to help with something but only given dribs and drabs of the relevant information as we drag it out of the TS.Hello,
How would the error look like?
Or could you display blanks when out of range?
Bertus
That was specified in the first post and again in the confusing post #12 where negative numbers were specified.Not even whether he is using TTL or CMOS or what ever other logic family.
using 7400 ic (NAND Gates)
I tend to not infer that 7400 means TTL, since unadorned 74xx part numbers are often used as family-agnostic references to to logic functions. But, lacking further information, we can run under the assumption that he is using 5 V TTL logic gates.That was specified in the first post and again in the confusing post #12 where negative numbers were specified.
Yes, and hence the query about one a one-digit 7-seg display should display for those inputs.1100 using those values would be 1*(8)+1*(4)+0*(-2)+0*(-1)=12
0011 would be 0*(8)+0*(4)+1*(-2)+1*(-1)=-3
![]()