You are on page 1of 4

1.

Pin connections
4511B pin connections

The 4511 is a BCD to 7-segment decoder driver. Its function is to convert the logic states at the outputs of a BCD, or binary coded decimal, counter like the 4510 into signals which will drive a 7-segment display. The display shows the decimal numbers 0-9 and is easily understood.

2. Truth table
The individual segments making up a 7-segment display are identified by letters as follows:
7-segment display

There are two important types of 7-segment LED display. In a common cathode display, the cathodes of all the LEDs are joined together and the individual segments are illuminated by HIGH voltages. In a common anode display, the anodes of all the LEDs are joined together and the individual segments are illuminated by connecting to a LOW voltage. The 4511 is designed to drive a common cathode display and won't work with a common anode display. You need to check that you are using the right kind of display before you start building. The 0.56 in. 7-segment display common cathode available from Rapid works well as part of a prototype board circuit. When the 4511 is set up correctly, the outputs follow this truth table:
BCD inputs D C B A a b segment outputs display c d e f g

There is a question about whether the 6's and 9's should have tails. The 4511 produces a display without tails. If other binary values, greater than 1 0 0 1, are connected to the inputs of the 4511, the outputs are all 0's and the display is blank.

3. Basic operation.
In normal operation, the lamp test and ripple blanking inputs are connected HIGH, and the enable (store) input is connected LOW. The circuit diagram shows the 4511 and a 7-segment common cathode display connected to the outputs of a 4510 BCD counter:
4511 BCD to 7-segment decoder test circuit

4511 BCD to 7-segment decoder test circuit.

It is good practice with CMOS circuits to insert a decoupling capacitor, 47 F or 100 F, across the power supply. (This helps to prevent the transfer of spikes along the power supply rails.)

Beasties need power supplies! Don't forget to connect pin 16 of the 4511 to +9 V and pin 8 to 0 V.

This is a complex prototype layout. The best way to get it to work is to build it up in stages, checking that each subsystem works before going on to the next. Check the pin connections for the 4511 as you build the final part of the circuit:
pin 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 name input B input C lamp test input ripple blanking enable/store input D input A VSS 0 V segment e segment d segment c segment b segment a segment g segment f VDD +V connections from 4510, output B, pin 11 from 4510, output C, pin 14 connect HIGH connect HIGH connect LOW from 4510, output D, pin 2 from 4510, output A, pin 6 power supply 0 V 7-segment common cathode display, e 7-segment common cathode display, d 7-segment common cathode display, c 7-segment common cathode display, b 7-segment common cathode display, a 7-segment common cathode display, g 7-segment common cathode display, f power supply +9 V (range 5-15 V)

What happens when you press the RESET switch? What happens when you connect the UP/DOWN input of the 4510, pin 10, LOW instead of HIGH?

4. Other inputs
When the lamp test input, pin 3, is made LOW, all the segment outputs go HIGH regardless of all other input conditions. With lamp test HIGH, if the ripple blanking input, pin 4, is made LOW, all the segment outputs are forced LOW. This input can be used to blank leading zeros in a multi-digit display. The enable/store input controls the action of a 4-bit latch inside the 4511. With enable LOW, the outputs of the latch follow the logic states of the BCD inputs and the 7-segment outputs change accordingly. If enable is made HIGH, the logic states present on the BCD inputs are stored. The 7-segment outputs remain unchanged until enable is made LOW once more. This action allows the display to be updated at intervals. When you need these inputs, you can work out how to use them by investigating the behaviour of the 4511 in a prototype circuit.

You might also like