I am looking to use a 7 segment display triggered and am unsure of the circuit to run it.
I want to be able to create the circuits using gates in a logic sim.
I initially thought I would use a decoder of sorts, but have since noticed that they only provide one output per permutation of input bits, so I can only have one segment triggered at one time.
But then I came across a bcd to 7 segment decoder, which does what I want, so I am looking to create a circuit of gates with this functionality, I have seen some examples that i can use.
I also saw somewhere else this 4511 bcd to 7 segment decoder, which seems to be more than just a decoder. It has a latch.
My question is what is the best way to do this sort of logic circuit?
Is it to try and do it with a latch like a 4511, or just using another example of a bcd to 7 segment decoder?
Or is there another way that doesnt use a decoder?
Since you mention the 4511, another useful IC is the 4543.
These accept a 4-bit input, and drive a 7-segment display.
A single IC can be multiplexed to display multiple digits.
There are differences between the 4511 and 4543. One might perform better for your needs than the other. These are the CMOS chips which run on a wide range of supply V.
Falstad's interactive simulator has this circuit in its library, ready made.
You click the input wires at the top, and the display shows the decimal digit. Wires turn color to show what volt level they are at.
The link below will open the website www.falstad.com/circuit...
Load the schematic...
And run it on your own computer.
(Click Allow if a message appears asking to load the applet.)
Falstad's interactive simulator has this circuit in its library, ready made.
You click the input wires at the top, and the display shows the decimal digit. Wires turn color to show what volt level they are at.
The link below will open the website www.falstad.com/circuit...
Load the schematic...
And run it on your own computer.
(Click Allow if a message appears asking to load the applet.)