Digital IC Tester - Seminar Paper


digital IC tester
                                                                           
Abstract 
The basic function of the digital IC tester is to test a digital IC for correct logical functioning as described in the truth table. It can test digital ICs having 14 pins. Our main aim is to design the model using only digital IC’s that were known to us at our second year of B.Tech course. This model applies the necessary signals to the inputs of the IC, monitoring the outputs at each stage and comparing them with the outputs in the truth table. Any discrepancy in the functioning of the IC results in a fail indication through LED. The testing procedure is accomplished with the help of keys present on the main board. At this stage we had completed to test the most common used digital IC's used in our laboratories, mainly belonging to the 74TTL series .This tests various types of IC's like AND,OR, EX-OR, NAND, NOR and EX-NOR gates.
Index Terms -- Inequality detector, Multiplexer, Flip-flops, socket and counter.  

INTRODUCTION
          In any manufacturing industry there are continuous efforts in cost reductions, upgrade quality and improve overall efficiencies. In electronic industry, with dramatic increase in circuit complexity and the need for the higher levels of reliability, a major contributor cost in any product can be in the testing. However we should recognize in the real world that no product is perfect, so that testing and in particular automatic testing will be an essential part of production in the foreseeable future. In industries, research centers and college, some common IC's are frequently used; many times people face problems due to some fault in these integrated circuits. So it is very essential to test them before actually using them in any of the applications. Digital IC tester is best solution for these problems. This project has the capability of testing digital IC’s like AND, OR, EX-OR, NAND, NOR and EX-NOR gates of 14 pins.
        The IC-tester tests the basic logic gates used in the digital laboratory of colleges. The input is given to the corresponding pins of the IC to be tested using Mod-4 synchronous up counter (Input generator). The output is taken from the relevant pin. It is compared with the output generated by output generator. The output generator comprises of combinational logic design according to the truth table given in table 1.  Depending on the result of comparison, using inequality detector, the output is indicated through LED.

BACKGROUND OF DIGITAL IC TESTER
          The digital IC tester is implemented in order to test the digital IC’s to verify the faulty gates and the good gates. The necessary inputs to the gates of the IC to be tested which is placed in the test socket and corresponding outputs are accumulated and sent to the inequality detector where the output is compared with the logic table and if any discrepancy results, it displays the fail through LED. The primary purpose of this digital IC tester is that it can easily check the IC within due course of time and if any discrepancy results then it determines the gates which were good ones and which were the bad ones. The manual operation or a human intervention includes testing of each individual IC by making necessary connections and verifying the outputs for each gate by the truth table is a time taking and tedious process. With the implementation of the memory unit it makes the job much easier to receive data for the respective gates and process output and display results. 

CONSTRUCTION
           This model consists of five main blocks: clock generator, mod-4 asynchronous counter, output- generator, test socket and inequality detector.

DESCRIPTION
A. DC power supply unit
          A regulated 5 volt DC supply is essential for powering this circuit. The output of most wall-warts and adapters is to rippled and impure for use in digital circuits. So building an inexpensive power supply using some discrete components and a fixed voltage regulator IC is better. 
          The circuit consists of three main blocks, the rectifier, filter and regulator. The rectifier is used to transform the mains AC voltage to a suitable DC voltage. The output of the rectifier is however an impure DC signal so we use a filter to clean the signal and finally a regulator to deliver precisely 5 volts, irrespective of the load connected to the output.
1. Rectifier: It consists of a transformer and a diode bridge. The diodes are standard silicon 1N4007 diodes. Instead of diodes, we have used “D2SB” – RECTIFIER. We have chosen a 12V transformer because the regulator IC needs at-least 7.5V of input voltage to function properly.
2. Filter: We use a capacitive filter here. The capacitive filters are great for light load applications like digital circuits
3. Regulator: The voltage is regulated by three terminal voltage regulator IC – LM7805. This regulator provides stable 5V DC output against large fluctuations in input voltage and load. It also has internal protection circuits which 'brownout' the device when overloaded. To decide the pin-outs, hold the regulator with its face towards you and legs pointing upward, the pin to the right is the input, middle pin is ground and left most pin is output.

B. Clock generator
          A very simple astable multivibrator can be constructed using three inverters. We know that the output of an inverter changes to the opposite state after a propagation delay when its input is changed. So, the signal at any point in this circuit changes state after a time equal to the sum of the propagation delays of the preceding gates and, therefore, a square wave is generated. It is possible to have some control over the frequency of the square wave by using timing elements such as resistors and capacitors.
               The figure shows a simple, reliable, and highly flexible astable circuit. In this case, the frequency of oscillation is determined primarily by the resistor and the capacitor timing components. Hence it is called an RC oscillator. The exact relationship between the oscillation frequency and the R and C components depends in part on the electrical characteristics of the logic gates. For the standard TTL family of components, a resistance of approximately 400 Ω produces the relationship 
f = 1 / 0.001C
Where C is measured in µF and f in Hz. Thus to have a second pulse we have choose a capacitor of capacitance 1000 µF.
IC 7404, Hex-Inverter is used for the above purpose. Pin configuration of IC 7404.

C. MOD-4 synchronous Counter
             The IC to be tested as well as multiplexer are to be supplied with series of 22 = 4 combinations possible with two inputs. So MOD-4 synchronous Counter is used to do the same.
               We have the initial outputs as Q0=0 & Q1=0. Whenever the first negative clock edge comes O/P of 1st FF becomes 1 as we have J & K for 1st FF as 1 and hence output of 1st FF toggles and changes from 0 to 1. But when 1st cock edge had come output of 1st FF was 0. Hence J & K for 2nd FF for 1st edge are 0. So output of this FF doesn’t change and we get Q1=0. So the output is (Q1Q0)2= 012.
         On the next edge, output of 1st FF changes from 1 to 0 as J & K are always 1 for this FF. Inputs for 2nd edge for 2nd FF are J=1 & K=1. Hence output changes from 0 to 1. So we get the count as (Q1Q0)2= 102.
Similarly on the next edge we’ll get the output count as (Q1Q0)2= 112.
      And on the 4th clock edge both the outputs get reset and we get the output as (Q1Q0)2= 002 and again whole procedure is repeated.                                                                                                  
          IC 7476 (J-K flip-flop) is used to construct Mod -4 Synchronous Up Counter. The pin configuration of IC 7476 is as shown.  

D. Output- generator 
              As the main aim is to construct this tester using only digital ICs and without any microcontroller or any other memory unit, a combinational circuit is designed to produce the outputs of various gates according to the inputs provided by the MOD-4 synchronous Counter. A multiplexer can be used in place of logic gates to implement a logic expression. It can be so connected that it duplicates the logic of any truth table, i.e. it can generate any Boolean algebraic function of a set of input variables. In such applications, the multiplexer can be viewed as a function generator, because we can easily set or change the logic function it implements. One advantage of using a multiplexer in place of logic gates is that,a single integrated circuit can perform a function that might otherwise require numerous integrated circuits.
           The first step in the design of a function generator using a multiplexer is to construct a truth table for the function to be implemented.. Then, connect logic 1 to each data input of the multiplexer corresponding of the input variables the truth table shows the function to be equal to 1.Logic 0 is connected to the remaining data inputs. The variables themselves are connected to data select inputs of the multiplexer. The truth table for Y, implementation table and the logic diagram to implement Y using an 8:1 MUX are shown in the following figures.    

TECHNICAL SPECIFICATIONS

  • FAMILY: TTL, CMOS
  • RANGE: Logic Gates such as AND, OR, EX-OR, NAND, NOR and EX-NOR can be tested.
  • TEST SOCKET: A single 14 pin socket for IC testing.
  • PACKAGE: DIP 14 pins.
  • FAIL INDICATOR:  Bright LEDs.
  • ELECTRICAL: 230 V (+/- 10 %), 1 phase, 50 Hz (+/- 2 %).


ADVANTAGES

  • Reliable
  • Less expensive
  • Testing procedure is simple.

CONCLUSION
                 The project has been successfully completed and the main objective of emulating an IC tester using only digital ICs has been achieved. This would be more successful if it tests some more ICs.

No comments:

Post a Comment

leave your opinion