Why Are My Half-Adder Outputs Always Zero?

  • Thread starter Thread starter hogrampage
  • Start date Start date
AI Thread Summary
The issue with the half-adder outputs remaining zero was traced to incorrect power supply connections and possibly faulty logic chips. Initially, using three CD4007UBE chips did not yield any functional outputs, but switching to four chips allowed for partial functionality. The S output was found to be inverting the C output, indicating a potential design flaw or misconfiguration. Testing individual gates before combining them into a complex circuit was recommended for troubleshooting. Ultimately, a suggestion was made that the logic chips used in the lab may have been incorrectly wired internally, affecting performance.
hogrampage
Messages
107
Reaction score
1
I have an issue with the outputs from a half-adder. I am using three CD4007UBE chips and the outputs always stay at zero. I simulated using a model for the CD4007, and it worked without any issues. However, the actual circuit's outputs remain zero for every input.

The input signals are A and B. Each is connected to a separate function generator with a 5V square wave (5V high, 0V low). I have adjusted the frequencies and no matter what, the outputs are always zero. I noticed if I disconnect the wire connecting PIN 1 from x1 and PIN 5 from x2, the output C works.

I heard from some that it's not possible to use only three chips for this, since I have four NAND gates and an inverter (18 total transistors). I don't see why it would not work with three, if this is the case.

The circuit diagram is attached, as well as the model I'm using for the CD4007UB.

Any help is greatly appreciated.

EDIT: I modified the circuit and used four chips instead of three. Now, the C output is working correctly, but S is not. The S output is inverting whatever C is (so they're opposite) for some reason. Schematic is attached.
 

Attachments

  • img1.jpg
    img1.jpg
    22 KB · Views: 899
  • img2.jpg
    img2.jpg
    17.7 KB · Views: 898
  • img3.jpg
    img3.jpg
    19.9 KB · Views: 605
Last edited:
Engineering news on Phys.org
I've spent some time looking over your post and attachments, but so far I'm not able to help much.

Could you please post schematics of what you are trying to do with those 4007 ICs? It would be best if you could post the logic schematic first, and then how you are trying to use those totem-pole CMOS transistor ICs to implement the logic schematic.

And there are pin definitions missing on your attachments. There are no ground connections, and no external connections for the totem pole component CMOS transistors. A more complete definition of what you are doing would help us to help you.
 
The logic diagram is attached. I made the four NAND gates using four 4007s and then the inverter uses the first 4007 (pins 9, 10, 11, 12). Someone else made the circuit using five NAND gates and they have the same issue (S output is the inverted C output).

I also found a top view of the 4007 with what each pin is (attached).

EDIT: If I disconnect the supply voltage (VDD), both outputs work correctly.
 

Attachments

  • logic_ha.jpg
    logic_ha.jpg
    8.4 KB · Views: 1,576
  • CD4007.png
    CD4007.png
    6.2 KB · Views: 867
Last edited:
I managed to get the half adder working, but I used the xor transmission gate. I still have no idea why the xor using four nand gates did not work.
 
Last edited:
When you are faced with ICs that you are unfamiliar with, you should first test individual gates by monitoring input and output as you apply various test inputs. Only when you are satisfied they are working and you understand them, should you connect multiple gates into something more complex.

It sounds like you didn't have the power supply correctly connected, or switched on, or something.
 
Last edited by a moderator:
I did all that, but still no go. It's odd that I wasn't the only one that could not get the design for the xor using 4 nand gates working (was a lab). They had the same problems.
 
hogrampage said:
I did all that, but still no go. It's odd that I wasn't the only one that could not get the design for the xor using 4 nand gates working (was a lab). They had the same problems.
Okay, here's a face-saving explanation which allows everyone to walk away from the situation with dignity intact: the lab had a batch of logic chips that inside the package were wired to the wrong pins. :wink:
 
Back
Top