If you need assistance, please send an email to forum at 4hv dot org. To ensure your email is not marked as spam, please include the phrase "4hv help" in the subject line. You can also find assistance via IRC, at irc.shadowworld.net, room #hvcomm.
Support 4hv.org!
Donate:
4hv.org is hosted on a dedicated server. Unfortunately, this server costs and we rely on the help of site members to keep 4hv.org running. Please consider donating. We will place your name on the thanks list and you'll be helping to keep 4hv.org alive and free for everyone. Members whose names appear in red bold have donated recently. Green bold denotes those who have recently donated to keep the server carbon neutral.
Special Thanks To:
Aaron Holmes
Aaron Wheeler
Adam Horden
Alan Scrimgeour
Andre
Andrew Haynes
Anonymous000
asabase
Austin Weil
barney
Barry
Bert Hickman
Bill Kukowski
Blitzorn
Brandon Paradelas
Bruce Bowling
BubeeMike
Byong Park
Cesiumsponge
Chris F.
Chris Hooper
Corey Worthington
Derek Woodroffe
Dalus
Dan Strother
Daniel Davis
Daniel Uhrenholt
datasheetarchive
Dave Billington
Dave Marshall
David F.
Dennis Rogers
drelectrix
Dr. John Gudenas
Dr. Spark
E.TexasTesla
eastvoltresearch
Eirik Taylor
Erik Dyakov
Erlend^SE
Finn Hammer
Firebug24k
GalliumMan
Gary Peterson
George Slade
GhostNull
Gordon Mcknight
Graham Armitage
Grant
GreySoul
Henry H
IamSmooth
In memory of Leo Powning
Jacob Cash
James Howells
James Pawson
Jeff Greenfield
Jeff Thomas
Jesse Frost
Jim Mitchell
jlr134
Joe Mastroianni
John Forcina
John Oberg
John Willcutt
Jon Newcomb
klugesmith
Leslie Wright
Lutz Hoffman
Mads Barnkob
Martin King
Mats Karlsson
Matt Gibson
Matthew Guidry
mbd
Michael D'Angelo
Mikkel
mileswaldron
mister_rf
Neil Foster
Nick de Smith
Nick Soroka
nicklenorp
Nik
Norman Stanley
Patrick Coleman
Paul Brodie
Paul Jordan
Paul Montgomery
Ped
Peter Krogen
Peter Terren
PhilGood
Richard Feldman
Robert Bush
Royce Bailey
Scott Fusare
Scott Newman
smiffy
Stella
Steven Busic
Steve Conner
Steve Jones
Steve Ward
Sulaiman
Thomas Coyle
Thomas A. Wallace
Thomas W
Timo
Torch
Ulf Jonsson
vasil
Vaxian
vladi mazzilli
wastehl
Weston
William Kim
William N.
William Stehl
Wesley Venis
The aforementioned have contributed financially to the continuing triumph of 4hv.org. They are deserving of my most heartfelt thanks.
Registered Member #6857
Joined: Sat Sept 22 2012, 08:25AM
Location: Srbija, Novi Sad
Posts: 40
I searched on the internet and found very little about it, probably because it's a common knowledge in electronics, but I don't know how to connect it's pins. I know how inverters work and stuff, but I don't know what should I do with the unused pins of this exact hex inverter.
I connected it to breadboard, trying to switch on a simple LED with 0V on inverters input, but it wouldn't work, so I guess I'm making a mistake somewhere with connecting the chip.
What should I do with remaining pins? Should I connect them to ground or something...? What are those c.s. pins? Any purpose for them? Can the same voltage source,(12-15V) be used for Vdd and inverters enable/disable signal?
Registered Member #3900
Joined: Thu May 19 2011, 08:28PM
Location:
Posts: 600
first of all:
there is NO semiconductor datasheet that can't be found when you search for it*. if you cant find maybe kl358, then use a common manufacturer's prefix instead(ie. lm358). chances are that they make it too.
going through the pins: 1 -Positive supply voltage(max 18v) 2-7 -Inverters 1, 2 and 3 8 -Negative supply voltage(0v in most cases) 9-12 -Inverters 4 and 5 13 -Useless 14-15 -Inverter 6 16 -Useless
once you have the power hooked up, just add your led on the output of any inverter with the appropriate resistance to your supply voltage. hooking the input of that gate up to the supply voltage or ground will set the led low or high respectively. for your purposes you can just leave the rest of the inputs floating, but if you where to use the ic in a circuit where you need the inverter to perform optimally, just pull them high or low, wither works. this just prevents charge from building up and causing the floating gates from jumping all over the place.
its as simple of that.
*actually there are, but those are extremely rare devices that you pull out of some old appliance that uses the cheapest of the cheap parts.
Registered Member #6857
Joined: Sat Sept 22 2012, 08:25AM
Location: Srbija, Novi Sad
Posts: 40
Thank you very much, I know I suck at electronics, but I'm trying cause it's awesome.
LED was just a test to see how it works, I need the inverter cause I'm making uzzors2k's replica of Richie Burnett's class E tesla coil. I'm making a PCB cause perfboards are untidy and ugly, and that chip was the only problem I had when designing the board.
I guess that's a kind of circuit where the chip has to "perform optimally". So I could just ground the other pins for example?
Registered Member #72
Joined: Thu Feb 09 2006, 08:29AM
Location: UK St. Albans
Posts: 1659
ben123324 wrote ...
for your purposes you can just leave the rest of the inputs floating, but if you where to use the ic in a circuit where you need the inverter to perform optimally, just pull them high or low, wither works. this just prevents charge from building up and causing the floating gates from jumping all over the place.
while you can leave CMOS inputs floating, and often get away with it, it's a really, really good idea to put them to valid logic levels, usually GND or Vcc. Often for convenience, I connect them to the output of the used gate next door.
The main reason for this is that the gate voltage could easily go to the point that the inverter is in linear mode, either by random charge accumulation, or package surface leakage putting a Gohm path from output to input, so the gate self biases. Then the current consumption will rise dramatically, as noise picked up on the input causes the output to switch rapidly. In some families, the increased current consumption could be enough to overheat the chip. That's unlikely with a slow thing like 4049, but if it's in an essentially static application where it could run for a year on a battery, if it gets into this state it could drain the battery in a day. And you would be puzzled as to why.
Always connect CMOS inputs, never leave them floating. It's a habit that's worth getting into. We had a problem at work where a CMOS input was floating (even professional engineers can do it) and it didn't cause a problem during product development. When did it cause a problem? When we started selling them.
Registered Member #72
Joined: Thu Feb 09 2006, 08:29AM
Location: UK St. Albans
Posts: 1659
You should change it. While you do have the inputs of the unused gates connected to a valid voltage you also have the outputs connected to the same potential The gates are inverters. With the input at ground, the output will drive high. If the output is also grounded, a large current will flow, heating (possibly over-heating) the chip and draining your battery.
You may have been confused with what I wrote - for convenience I sometimes connect the input of a gate to the output of *another* gate next door, and leave its output unconnected
If you have the space (and the forethought) it's not a bad idea to connect the unused inputs to ground or rail with a resistor each, or at least a short length of track each that's easy to cut. That way, it's easier to press the gate into service for the "thing that you forgot".
Registered Member #72
Joined: Thu Feb 09 2006, 08:29AM
Location: UK St. Albans
Posts: 1659
I don't think it's bad, at least for CMOS (might be bad for other families), but I wouldn't do it. There's never a need to connect outputs to rails.
Why constrain your circuit unnecessarily? You might not be able to think of a use for any more inverters now, but I would wager that any experienced member of this board has always, within weeks of starting to test a board, said "I wish I had the complement of that signal" or something similar.
This site is powered by e107, which is released under the GNU GPL License. All work on this site, except where otherwise noted, is licensed under a Creative Commons Attribution-ShareAlike 2.5 License. By submitting any information to this site, you agree that anything submitted will be so licensed. Please read our Disclaimer and Policies page for information on your rights and responsibilities regarding this site.