You are on page 1of 3

Introduction:

This experiment is more of an introduction to the 74LS47 decoder/display driver IC than it is a lesson in how to "build up" a digital function from lower-level components. Since 7-segment displays are very common components of digital devices, it is good to be familiar with the "driving" circuits behind them, and the 74LS47 is a good example of a typical driver IC. Its operating principle is to input a four-bit BCD (BinaryCoded Decimal) value, and energize the proper output lines to form the corresponding decimal digit on the 7segment LED display. The BCD inputs are designated A, B, C, and D in order from least-significant to mostsignificant. Outputs are labeled a, b, c, d, e, f, and g, each letter corresponding to a standardized segment designation for 7-segment displays. Of course, since each LED segment requires its own dropping resistor, we must use seven 470 resistors placed in series between the 74LS47's output terminals and the corresponding terminals of the display unit. Most 7-segment displays also provide for a decimal point (sometimes two!), a separate LED and terminal designated for its operation. All LEDs inside the display unit are made common to each other on one side, either cathode or anode. The 74LS47 display driver IC requires a common-cathode 7-segment display unit, and so that is what is used here.

Conclusion :
After building the circuit and applying power, operate the four switches in a binary counting sequence (0000 to 1111), noting the 7-segment display. A 0000 input should result in a decimal "0" display, a 0001 input should result in a decimal "1" display, and so on through 1001 (decimal "9"). Read the datasheet on the 74LS47 IC and see what the manufacturer specifies for operation above an input value of 9. In the BCD code, there is no real meaning for 1010, 1011, 1100, 1101, 1110, or 1111. These are binary values beyond the range of a single decimal digit, and so have no function in a BCD system. The 74LS47 IC is built to recognize this, and output (or not output!) accordingly.

BREADBOARD LAYOUT 7 SEGMENT DISPLAY:

You might also like